Corrected application insights example config (#4635)

This commit is contained in:
Olli Janatuinen 2018-09-06 00:19:56 +03:00 committed by Daniel Nelson
parent c7e2945a46
commit 13029a1fa4
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ This plugin writes telegraf metrics to [Azure Application Insights](https://azur
# timeout = "5s"
## Enable additional diagnostic logging.
# enable_diagnosic_logging = false
# enable_diagnostic_logging = false
## Context Tag Sources add Application Insights context tags to a tag value.
##
@ -37,7 +37,7 @@ foo,host=a first=42,second=43 1525293034000000000
In the special case of a single field named `value`, a single telemetry record is created named using only the measurement name
**Example:** Create a telemetry record `foo`:
**Example:** Create a telemetry record `bar`:
```
bar,host=a value=42 1525293034000000000
```

View File

@ -48,7 +48,7 @@ var (
# timeout = "5s"
## Enable additional diagnostic logging.
# enable_diagnosic_logging = false
# enable_diagnostic_logging = false
## Context Tag Sources add Application Insights context tags to a tag value.
##