diff --git a/docs/content/Configuration.md b/docs/content/Configuration.md index c7f525e50d6bb354544e09492ec3b7a23801567f..35269241c7278efb073d3c2e816076896c98ff23 100644 --- a/docs/content/Configuration.md +++ b/docs/content/Configuration.md @@ -115,7 +115,7 @@ The metrics module is used to track Druid metrics. |Property|Description|Default| |--------|-----------|-------| |`druid.monitoring.emissionPeriod`|How often metrics are emitted.|PT1m| -|`druid.monitoring.monitors`|List of Druid monitors each specified as `com.metamx.metrics.` (see below for names and more information). For example, you can specify monitors for a Broker with `druid.monitoring.monitors=["com.metamx.metrics.SysMonitor","com.metamx.metrics.JvmMonitor"]`.|none (no monitors)| +|`druid.monitoring.monitors`|Sets list of Druid monitors used by a node. Each monitor is specified as `com.metamx.metrics.` (see below for names and more information). For example, you can specify monitors for a Broker with `druid.monitoring.monitors=["com.metamx.metrics.SysMonitor","com.metamx.metrics.JvmMonitor"]`.|none (no monitors)| The following monitors are available: