Change default prometheus_client port (#2973)

This commit is contained in:
Aleksey Shirokih
2017-06-30 00:03:42 +03:00
committed by Daniel Nelson
parent daecb88808
commit 45c1fd1950
4 changed files with 6 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ This plugin starts a [Prometheus](https://prometheus.io/) Client, it exposes all
# Publish all metrics to /metrics for Prometheus to scrape
[[outputs.prometheus_client]]
# Address to listen on
listen = ":9126"
listen = ":9273"
# Expiration interval for each metric. 0 == no expiration
expiration_interval = "60s"