Skip to content
Snippets Groups Projects
Commit 00b37a7c authored by trastle's avatar trastle Committed by Daniel Nelson
Browse files

Update README for Prometheus Client Output (#2452)

parent 736322df
No related branches found
No related tags found
No related merge requests found
# Prometheus Client Service Output Plugin
This plugin starts a Prometheus Client, listening on a port defined in the
configuration file.
This plugin starts a [Prometheus](https://prometheus.io/) Client, it exposes all metrics on `/metrics` to be polled by a Prometheus server.
It exposes all metrics on `/metrics` to be polled by a Prometheus server.
## Configuration
```
# Publish all metrics to /metrics for Prometheus to scrape
[[outputs.prometheus_client]]
# Address to listen on
listen = ":9126"
# Expiration interval for each metric. 0 == no expiration
expiration_interval = "60s"
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment