Package org.apache.druid.server.metrics
Class MonitorsConfig
java.lang.Object
org.apache.druid.server.metrics.MonitorsConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextractDimensions(Properties props, List<String> dimensions) mapOfDatasourceAndTaskID(String datasource, String taskId) toString()
-
Field Details
-
METRIC_DIMENSION_PREFIX
- See Also:
-
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
- See Also:
-
APACHE_DRUID_PACKAGE_NAME
- See Also:
-
-
Constructor Details
-
MonitorsConfig
-
-
Method Details