public interface IStatsAlert
IStatsAlert
is raised either in response to a threshold being violated or
the abatement of a previously violated threshold.Modifier and Type | Interface and Description |
---|---|
static class |
IStatsAlert.Type
The type of the alert being raised.
|
Modifier and Type | Method and Description |
---|---|
Object |
getMetricAlertThreshold() |
String |
getMetricName() |
Object |
getMetricValue() |
IStats |
getSource() |
IStatsAlert.Type |
getType()
The type of the alert either
IStatsAlert.Type.Abated to indicate that the metric
no longer violates the Threshold criteria or indicates that it is either
IStatsAlert.Type.AboveThreshold or IStatsAlert.Type.BelowThreshold |
IStats getSource()
String getMetricName()
Object getMetricValue()
Object getMetricAlertThreshold()
IStatsAlert.Type getType()
IStatsAlert.Type.Abated
to indicate that the metric
no longer violates the Threshold criteria or indicates that it is either
IStatsAlert.Type.AboveThreshold
or IStatsAlert.Type.BelowThreshold
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.