Class ServiceStatusMonitor

java.lang.Object
org.apache.druid.java.util.metrics.AbstractMonitor
org.apache.druid.server.metrics.ServiceStatusMonitor
All Implemented Interfaces:
Monitor

public class ServiceStatusMonitor extends AbstractMonitor
Reports a heartbeat for the service.
  • Field Details

    • 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:
  • Constructor Details

    • ServiceStatusMonitor

      public ServiceStatusMonitor()
  • Method Details