graylog-labs / graylog-plugin-metrics-reporter

Graylog Metrics Reporter Plugins

Home Page:https://www.graylog.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for regex MetricFilter

joschi opened this issue · comments

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.

@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.