Class MonitorsConfig

java.lang.Object
org.apache.druid.server.metrics.MonitorsConfig

public class MonitorsConfig extends Object
  • Field Details

    • METRIC_DIMENSION_PREFIX

      public static final String METRIC_DIMENSION_PREFIX
      See Also:
    • METAMX_PACKAGE

      public static final String METAMX_PACKAGE
      Prior to 0.12.0, Druid used Monitor classes from the `com.metamx.metrics` package. In 0.12.0, these Monitor classes were moved to the Druid repo under `org.apache.druid.java.util.metrics`. In 0.13.0, they were moved again to `org.apache.druid.java.util.metrics`. See https://github.com/apache/druid/pull/5289 and https://github.com/apache/druid/pull/6266 for details. We automatically adjust old package references to `org.apache.druid.java.util.metrics` for backwards compatibility purposes, easing the upgrade process for users.
      See Also:
    • IO_DRUID_PACKAGE

      public static final String IO_DRUID_PACKAGE
      See Also:
    • APACHE_DRUID_PACKAGE_NAME

      public static final String APACHE_DRUID_PACKAGE_NAME
      See Also:
  • Constructor Details

    • MonitorsConfig

      public MonitorsConfig(List<String> monitorNames)
  • Method Details