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.
|
||||
## This overrides the metric-type of the Telegraf metric. Globbing is allowed.
|
||||
# [outputs.prometheus_client.prometheus_metric_types]
|
||||
# [outputs.prometheus_client.metric_types]
|
||||
# counter = []
|
||||
# gauge = []
|
||||
```
|
||||
|
|
|
|||
|
|
@ -48,6 +48,6 @@
|
|||
|
||||
## Specify the metric type explicitly.
|
||||
## This overrides the metric-type of the Telegraf metric. Globbing is allowed.
|
||||
# [outputs.prometheus_client.prometheus_metric_types]
|
||||
# [outputs.prometheus_client.metric_types]
|
||||
# counter = []
|
||||
# gauge = []
|
||||
|
|
|
|||
Loading…
Reference in New Issue