docs(outputs.prometheus_client): Fix metric-type parameter naming (#14013)
This commit is contained in:
parent
cb13577c95
commit
d636560483
|
|
@ -73,7 +73,7 @@ to use them.
|
||||||
|
|
||||||
## Specify the metric type explicitly.
|
## Specify the metric type explicitly.
|
||||||
## This overrides the metric-type of the Telegraf metric. Globbing is allowed.
|
## This overrides the metric-type of the Telegraf metric. Globbing is allowed.
|
||||||
# [outputs.prometheus_client.prometheus_metric_types]
|
# [outputs.prometheus_client.metric_types]
|
||||||
# counter = []
|
# counter = []
|
||||||
# gauge = []
|
# gauge = []
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -48,6 +48,6 @@
|
||||||
|
|
||||||
## Specify the metric type explicitly.
|
## Specify the metric type explicitly.
|
||||||
## This overrides the metric-type of the Telegraf metric. Globbing is allowed.
|
## This overrides the metric-type of the Telegraf metric. Globbing is allowed.
|
||||||
# [outputs.prometheus_client.prometheus_metric_types]
|
# [outputs.prometheus_client.metric_types]
|
||||||
# counter = []
|
# counter = []
|
||||||
# gauge = []
|
# gauge = []
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue