graylog-labs / graylog-plugin-metrics-reporter

Graylog Metrics Reporter Plugins
https://www.graylog.org/
GNU General Public License v3.0
80 stars 18 forks source link

Add support for regex MetricFilter #1

Closed joschi closed 8 years ago

joschi commented 8 years ago

The Dropwizard Metrics library supports filtering metrics for reporters using the MetricFilter interface.

The plugins provided by this project should support a metrics filter based on regular expressions against the metric name.

lennartkoopmann commented 8 years ago

@joschi Could you review my changes for me? I'm really not a Maven expert and could need a second pair of eyes on the module structure.

lennartkoopmann commented 8 years ago

@joschi ping :)