Skip to content

Commit

Permalink
fix: Update sample.conf for prometheus (#11217)
Browse files Browse the repository at this point in the history
  • Loading branch information
srebhan committed Jun 1, 2022
1 parent 31c000b commit 91d50ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
10 changes: 3 additions & 7 deletions plugins/inputs/prometheus/sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,9 @@
## An array of urls to scrape metrics from.
urls = ["http://localhost:9100/metrics"]

## Metric version controls the mapping from Prometheus metrics into
## Telegraf metrics. When using the prometheus_client output, use the same
## value in both plugins to ensure metrics are round-tripped without
## modification.
##
## example: metric_version = 1;
## metric_version = 2; recommended version
## Metric version controls the mapping from Prometheus metrics into Telegraf metrics.
## See "Metric Format Configuration" in plugins/inputs/prometheus/README.md for details.
## Valid options: 1, 2
# metric_version = 1

## Url tag name (tag containing scrapped url. optional, default is "url")
Expand Down
9 changes: 3 additions & 6 deletions plugins/outputs/prometheus_client/sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@
## Address to listen on.
listen = ":9273"

## Metric version controls the mapping from Telegraf metrics into
## Prometheus format. When using the prometheus input, use the same value in
## both plugins to ensure metrics are round-tripped without modification.
##
## example: metric_version = 1;
## metric_version = 2; recommended version
## Metric version controls the mapping from Prometheus metrics into Telegraf metrics.
## See "Metric Format Configuration" in plugins/inputs/prometheus/README.md for details.
## Valid options: 1, 2
# metric_version = 1

## Use HTTP Basic Authentication.
Expand Down

0 comments on commit 91d50ee

Please sign in to comment.