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:
org.apache.druid.java.util.metrics.Monitor
public class ServiceStatusMonitor extends org.apache.druid.java.util.metrics.AbstractMonitorReports a heartbeat for the service.
-
-
Field Summary
Fields Modifier and Type Field Description static StringHEARTBEAT_TAGS_BINDINGThe named binding for tags that should be reported with the `service/heartbeat` metric.
-
Constructor Summary
Constructors Constructor Description ServiceStatusMonitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandoMonitor(org.apache.druid.java.util.emitter.service.ServiceEmitter emitter)
-
-
-
Field Detail
-
HEARTBEAT_TAGS_BINDING
public static final String HEARTBEAT_TAGS_BINDING
The named binding for tags that should be reported with the `service/heartbeat` metric.- See Also:
- Constant Field Values
-
-