AdditionalLabelsOption
AdditionalLabelsOption instructs the labeled metric to expect additional labels scoped for this just this metric in the context passed.
Attributes
| Attribute | Type | Description |
|---|---|---|
| Labels | []string | A collection of labels to look for in the passed context. |
Methods
isMetricOption()
@classmethod
def isMetricOption() - > boolean
Determines if the AdditionalLabelsOption is a metric option. This method is used to satisfy an interface or type requirement, indicating that this struct can be treated as a metric configuration option.
Returns
| Type | Description |
|---|---|
boolean | Always returns true, signifying that this option is indeed a metric option. |