Class MetricDefinition.Label
- java.lang.Object
-
- com.intergral.deep.agent.api.plugin.MetricDefinition.Label
-
- Enclosing class:
- MetricDefinition
public static class MetricDefinition.Label extends Object
This type is used to represent a label that is attached to a metric.Labels can have either a static value or an expression. If the value is an expression then this is evaluated as a watcher and the result is used as the label value.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getExpression()
String
getKey()
Object
getValue()
int
hashCode()
String
toString()
-