Corrected application insights example config (#4635)
This commit is contained in:
parent
c7e2945a46
commit
13029a1fa4
|
@ -12,7 +12,7 @@ This plugin writes telegraf metrics to [Azure Application Insights](https://azur
|
||||||
# timeout = "5s"
|
# timeout = "5s"
|
||||||
|
|
||||||
## Enable additional diagnostic logging.
|
## Enable additional diagnostic logging.
|
||||||
# enable_diagnosic_logging = false
|
# enable_diagnostic_logging = false
|
||||||
|
|
||||||
## Context Tag Sources add Application Insights context tags to a tag value.
|
## 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
|
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
|
bar,host=a value=42 1525293034000000000
|
||||||
```
|
```
|
||||||
|
|
|
@ -48,7 +48,7 @@ var (
|
||||||
# timeout = "5s"
|
# timeout = "5s"
|
||||||
|
|
||||||
## Enable additional diagnostic logging.
|
## Enable additional diagnostic logging.
|
||||||
# enable_diagnosic_logging = false
|
# enable_diagnostic_logging = false
|
||||||
|
|
||||||
## Context Tag Sources add Application Insights context tags to a tag value.
|
## Context Tag Sources add Application Insights context tags to a tag value.
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue