Ivan Dyachkov fdf2f3fa70 Merge remote-tracking branch 'upstream/master' into 20240912-cut-5.8.1-alpha.1 1 year ago
..
etc 8aa60cc0a5 feat: generate a minimized emqx.conf 3 years ago
grafana_template dc01b7109e chore: update prometheus vsn and grafana template 2 years ago
include ef36350bf6 feat: implement message transformation 1 year ago
src fdf2f3fa70 Merge remote-tracking branch 'upstream/master' into 20240912-cut-5.8.1-alpha.1 1 year ago
test ef3dbfa363 test: gauge `emqx_actions_count` in prom endpoint 1 year ago
.gitignore d84d31cbc5 test: cert expiry epoch with `generalTime` formatted 1 year ago
README.md 7de6c5b392 chore: update prometheus README 2 years ago
mix.exs 19f3b030f9 chore: preparing to run common tests / eunit with mix 1 year ago
rebar.config 61dd362db0 fix(prom_di): api crash in `connecting` 2 years ago

README.md

EMQX Prometheus Agent

This application provides the ability to integrate with Prometheus. It provides an HTTP API for collecting metrics of the current node and also supports configuring a Push Gateway URL address for pushing these metrics.

More introduction about Integrate with Prometheus

See HTTP API docs to learn how to Update Prometheus config and Get all metrics data.

Correspondingly, we have also provided a Grafana template for visualizing these metrics.