|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netflix.servo.monitor.AbstractMonitor<T>
public abstract class AbstractMonitor<T>
Base type to simplify implementing monitors.
| Field Summary | |
|---|---|
protected MonitorConfig |
config
|
| Constructor Summary | |
|---|---|
protected |
AbstractMonitor(MonitorConfig config)
Create a new instance with the specified configuration. |
| Method Summary | |
|---|---|
MonitorConfig |
getConfig()
Configuration used to identify a monitor and provide metadata used in aggregations. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.netflix.servo.monitor.Monitor |
|---|
getValue |
| Field Detail |
|---|
protected final MonitorConfig config
| Constructor Detail |
|---|
protected AbstractMonitor(MonitorConfig config)
| Method Detail |
|---|
public MonitorConfig getConfig()
getConfig in interface Monitor<T>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||