This is an automated email from the ASF dual-hosted git repository.
gian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git
The following commit(s) were added to refs/heads/master by this push:
new ff94bd1 Fix conflicting information in configuration doc (#7299)
ff94bd1 is described below
commit ff94bd16e681e6a90c45536db720768f199c994c
Author: Justin Borromeo <[email protected]>
AuthorDate: Tue Mar 19 14:55:58 2019 -0700
Fix conflicting information in configuration doc (#7299)
* Doc fix
* Fix typo
---
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 43067d6..fa71318 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 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|
|--------|-----------|-------|
-|`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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]