emqx/apps/emqx_prometheus
Kjell Winblad ab8b8ccaad docs: make sure there is a summary for all API endpoints
Many HTTP API endpoints did not have a summary when looking at the API
docs at "http://emqx_host_name:18083/api-docs". This has been fixed by
making sure there is a summary corresponding to all endpoints.

Fixes:
https://emqx.atlassian.net/browse/EMQX-9767
2023-05-17 09:58:56 +02:00
..
etc feat: generate a minimized emqx.conf 2022-05-31 19:20:27 +08:00
grafana_template chore: add proper units for rates on the dashboard 2022-11-25 19:12:36 +03:00
include chore: update copyright year 2023 2023-01-02 09:22:27 +01:00
src docs: make sure there is a summary for all API endpoints 2023-05-17 09:58:56 +02:00
test refactor: move emqx_json to emqx_utils_json 2023-04-14 13:31:27 +02:00
.gitignore refactor(proj): Add apps 2020-12-04 22:11:53 +01:00
README.md chore: update prometheus README 2023-04-18 22:47:26 +08:00
rebar.config refactor: move emqx_json to emqx_utils_json 2023-04-14 13:31:27 +02:00

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.