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

Generic metric names for prometheus #35

Closed runningman84 closed 2 years ago

runningman84 commented 5 years ago

The prometheus plugin uses metric names like this:

It is really painful to write alarms for metrics like this. It would much better if the metrics would have names like this:

This would allow us to specify generic prometheus alarms and generic grafana dashboards.

bernd commented 2 years ago

Closing this issue because the built-in Prometheus exporter in the Graylog server is using a better naming schema and also allows custom metric names.