LabelerPolicies

data class LabelerPolicies(val labelValues: ReadOnlyList<LabelValue>, val labelValueDefinitions: ReadOnlyList<LabelValueDefinition> = persistentListOf())

Constructors

Link copied to clipboard
constructor(labelValues: ReadOnlyList<LabelValue>, labelValueDefinitions: ReadOnlyList<LabelValueDefinition> = persistentListOf())

Properties

Link copied to clipboard

Label values created by this labeler and scoped exclusively to it. Labels defined here will override global label definitions for this labeler.

Link copied to clipboard

The label values which this labeler publishes. May include global or custom labels.