public interface ObservationCriteria
Instance| Modifier and Type | Interface and Description |
|---|---|
static class |
ObservationCriteria.ClusterBasedObservationCriteria
Simple class that decides to monitor a host based on the specified cluster name
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Used for identification purposes
|
boolean |
observeHost(Instance host)
Decide whether you need stats from this host
|
java.lang.String getName()
boolean observeHost(Instance host)
host -