Closed joschi closed 8 years ago
This PR adds support for specifying the reported metrics as a list of regular expressions in the configuration file of each metrics reporter plugin.
Example (using the statsd metrics reporter plugin):
metrics_statsd_include_metrics = \ org\.graylog2\.buffers\.(input|output)\..*, \ org\.graylog2\.throughput\..*
Closes #1
LGTM! 👍
@joschi Thanks!
@joschi You're welcome!
This PR adds support for specifying the reported metrics as a list of regular expressions in the configuration file of each metrics reporter plugin.
Example (using the statsd metrics reporter plugin):
Closes #1