public interface MetricObserver
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Name associated with an observer.
|
void |
update(java.util.List<Metric> metrics)
Invoked with the most recent values for a set of metrics.
|
void update(java.util.List<Metric> metrics)
java.lang.String getName()