Skip to content

Commit

Permalink
Clarify where to set druid.monitoring.monitors. (apache#15729)
Browse files Browse the repository at this point in the history
  • Loading branch information
gianm authored Feb 23, 2024
1 parent 1f443d2 commit b69f89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ You can configure Druid services to emit [metrics](../operations/metrics.md) reg
|Property|Description|Default|
|--------|-----------|-------|
|`druid.monitoring.emissionPeriod`| Frequency that Druid emits metrics.|`PT1M`|
|[`druid.monitoring.monitors`](#metrics-monitors)|Sets list of Druid monitors used by a service.|none (no monitors)|
|[`druid.monitoring.monitors`](#metrics-monitors)|Sets list of Druid monitors used by a service.<br /><br />Because individual monitors sometimes only work on specific process types, it is best to set this property for each process type individually in e.g. `historical/runtime.properties` rather than `_common/common.runtime.properties`.|none (no monitors)|
|[`druid.emitter`](#metrics-emitters)|Setting this value initializes one of the emitter modules.|`noop` (metric emission disabled by default)|

#### Metrics monitors
Expand Down

0 comments on commit b69f89d

Please sign in to comment.