Skip to content

Official Discourse Plugin for Prometheus Monitoring

License

Notifications You must be signed in to change notification settings

discourse/discourse-prometheus

Repository files navigation

Official Prometheus Exporter Plugin for Discourse

The Discourse Prometheus plugin collects key metrics from Discourse and exposes them in the /metrics path so prometheus can consume them.

Adding custom global collectors

The global reporter can pick custom metrics added by other Discourse plugins. The metric needs to define a collect method, and the name, labels, description, value, and type attributes. See an example here.

For more information, please see: https://meta.discourse.org/t/prometheus-exporter-plugin-for-discourse/72666