docs(outputs.prometheus_client): Fix metric-type parameter naming (#14013)

This commit is contained in:
Sven Rebhan 2023-09-28 16:33:28 +02:00 committed by GitHub
parent cb13577c95
commit d636560483
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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 = []
```

View File

@ -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 = []