From 072bb740d2a0f6f5f844dd866a69d43d2a457ace Mon Sep 17 00:00:00 2001 From: Justin Borromeo Date: Tue, 19 Mar 2019 12:55:45 -0700 Subject: [PATCH 1/2] Doc fix --- docs/content/configuration/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/configuration/index.md b/docs/content/configuration/index.md index 14cbbfc4bdd2..11b8f2e27f24 100644 --- a/docs/content/configuration/index.md +++ b/docs/content/configuration/index.md @@ -423,11 +423,11 @@ The following monitors are available: ### Emitting Metrics -The Druid servers [emit various metrics](../operations/metrics.html) and alerts via something we call an Emitter. There are three emitter implementations included with the code, a "noop" emitter, one that just logs to log4j ("logging", which is used by default if no emitter is specified) and one that does POSTs of JSON events to a server ("http"). The properties for using the logging emitter are described below. +The Druid servers [emit various metrics](../operations/metrics.html) and alerts via something we call an Emitter. There are three emitter implementations included with the code, a "noop" emitter (the default if none is specified), one that just logs to log4 ("logging"), and one that does POSTs of JSON events to a server ("http"). The properties for using the logging emitter are described below. |Property|Description|Default| |--------|-----------|-------| -|`druid.emitter`|Setting this value to "noop", "logging", "http" or "parametrized" will initialize one of the emitter modules. value "composing" can be used to initialize multiple emitter modules. |noop| +|`druid.emitter`|Setting this value to "noop", "logging", "http" or "parametrized" will initialize one of the emitter modules. The value "composing" can be used to initialize multiple emitter modules. |noop| #### Logging Emitter Module From feeb93f687eb29b97bfb1cbcdae37003dd28705e Mon Sep 17 00:00:00 2001 From: Justin Borromeo Date: Tue, 19 Mar 2019 12:58:52 -0700 Subject: [PATCH 2/2] Fix typo --- docs/content/configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/configuration/index.md b/docs/content/configuration/index.md index 11b8f2e27f24..abdeb51aef15 100644 --- a/docs/content/configuration/index.md +++ b/docs/content/configuration/index.md @@ -423,7 +423,7 @@ The following monitors are available: ### Emitting Metrics -The Druid servers [emit various metrics](../operations/metrics.html) and alerts via something we call an Emitter. There are three emitter implementations included with the code, a "noop" emitter (the default if none is specified), one that just logs to log4 ("logging"), and one that does POSTs of JSON events to a server ("http"). The properties for using the logging emitter are described below. +The Druid servers [emit various metrics](../operations/metrics.html) and alerts via something we call an Emitter. There are three emitter implementations included with the code, a "noop" emitter (the default if none is specified), one that just logs to log4j ("logging"), and one that does POSTs of JSON events to a server ("http"). The properties for using the logging emitter are described below. |Property|Description|Default| |--------|-----------|-------|