Package org.apache.druid.server.metrics
Class ServiceStatusMonitor
java.lang.Object
org.apache.druid.java.util.metrics.AbstractMonitor
org.apache.druid.server.metrics.ServiceStatusMonitor
- All Implemented Interfaces:
Monitor
Reports a heartbeat for the service.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe named binding for tags that should be reported with the `service/heartbeat` metric. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.druid.java.util.metrics.AbstractMonitor
isStarted, monitor, start, stop
-
Field Details
-
HEARTBEAT_TAGS_BINDING
The named binding for tags that should be reported with the `service/heartbeat` metric.- See Also:
-
-
Constructor Details
-
ServiceStatusMonitor
public ServiceStatusMonitor()
-
-
Method Details
-
doMonitor
- Specified by:
doMonitorin classAbstractMonitor
-