telegraf/plugins/outputs/prometheus_client
Cameron Sparr 1c24665b29 Prometheus client & win_perf_counters char changes
1. in prometheus client, do not check for invalid characters anymore,
because we are already replacing all invalid characters with regex
anyways.
2. in win_perf_counters, sanitize field name _and_ measurement name.
Also add '%' to the list of sanitized characters, because this character
is invalid for most output plugins, and can also easily cause string
formatting issues throughout the stack.
3. All '%' will now be translated to 'Percent'

closes #1430
2016-07-21 16:24:19 +01:00
..
README.md renaming plugins -> inputs 2016-01-07 15:04:30 -07:00
prometheus_client.go Prometheus client & win_perf_counters char changes 2016-07-21 16:24:19 +01:00
prometheus_client_test.go Add precision rounding to accumulator 2016-06-14 00:36:39 +01:00

README.md

Prometheus Client Service Output Plugin

This plugin starts a Prometheus Client, listening on a port defined in the configuration file.

It exposes all metrics on /metrics to be polled by a Prometheus server.