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

Graylog Internal Metrics should be ingestable into Graylog #5

Closed iainmcinnes closed 8 years ago

iainmcinnes commented 8 years ago

Internal graylog metrics should be made available to graylog so that graylog can ingest and process these metrics.

The scenario I am aiming this at is to report on key metrics that graylog generates internally and have them available in a stream for alerting, pipelining and other types of lovely processing that I can do with graylog.

As a "belt and braces" approach to monitoring, I'd measure the value of "Uncommitted Journal Message Count" and action accordingly, however, I'd like to be able to also initiate an alert from within graylog.

While it is obviously "dangerous" to only rely on monitoring on a platform from within the platform that you are measuring, there is still value in doing so. Multiple views of failure allow a robust view of overall environment health to be made.

joschi commented 8 years ago

@iainmcinnes This has been addressed with the new metrics-reporter-gelf in version 1.4.0.

In the future, we might also add another metrics reporter which doesn't need to send the metrics over the network.