graylog-labs / graylog-plugin-metrics

Graylog output plugin for Graphite and Ganglia
Apache License 2.0
18 stars 6 forks source link

Expose graylog metrics as jmx #8

Closed darsh221 closed 8 years ago

darsh221 commented 8 years ago

Can we expose graylog metrics as JMX?

mariussturm commented 8 years ago

The metrics plugin is made for extracting values out of log data not internal server statistics. Sorry this is currently not possible.

joschi commented 8 years ago

@darsh221 You might want to take a look at the Graylog Metrics Reporter plugins which can be used to expose Graylog's internal metrics in various ways (e. g. via JMX): https://github.com/Graylog2/graylog-plugin-metrics-reporter

darsh221 commented 8 years ago

@joschi Thank you for https://github.com/Graylog2/graylog-plugin-metrics-reporter. Exactly what we needed. I will give it a try.