Uses of Class
com.intergral.deep.agent.api.plugin.MetricDefinition.Label
-
Packages that use MetricDefinition.Label Package Description com.intergral.deep.agent.api.plugin -
-
Uses of MetricDefinition.Label in com.intergral.deep.agent.api.plugin
Methods in com.intergral.deep.agent.api.plugin that return types with arguments of type MetricDefinition.Label Modifier and Type Method Description List<MetricDefinition.Label>
MetricDefinition. getLabels()
Constructor parameters in com.intergral.deep.agent.api.plugin with type arguments of type MetricDefinition.Label Constructor Description MetricDefinition(String name, List<MetricDefinition.Label> labels, String type, String expression, String namespace, String help, String unit)
Create a new MetricDefinition.
-