Interface Metrics.MetricAlert
- Enclosing interface:
- Metrics
public static interface Metrics.MetricAlert
Description of a metric alert.
- Since:
- 6.12
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
The name of the metric alert.The principal associated with the metric alert.The specification of the metric alert.
-
Method Details
-
getName
String getName()The name of the metric alert.- Returns:
- the name of the metric alert
-
getSpecification
String getSpecification()The specification of the metric alert.- Returns:
- the specification of the metric alert
-
getPrincipal
String getPrincipal()The principal associated with the metric alert.- Returns:
- the principal associated with the metric alert
-