emqx/apps/emqx_prometheus
Thales Macedo Garitezi b3074144cc chore: temporarily revert `NO_DOC` changes to fields with default value = false
These will be dealt with in follow up PRs, by allowing the parent struct to be set to a
special `disabled` value in such cases.
2024-07-29 09:50:25 -03:00
..
etc feat: generate a minimized emqx.conf 2022-05-31 19:20:27 +08:00
grafana_template chore: update prometheus vsn and grafana template 2023-06-08 14:29:54 +08:00
include feat: implement message transformation 2024-06-06 17:51:08 -03:00
src chore: temporarily revert `NO_DOC` changes to fields with default value = false 2024-07-29 09:50:25 -03:00
test test: cert expiry epoch with `generalTime` formatted 2024-07-05 01:47:13 +08:00
.gitignore test: cert expiry epoch with `generalTime` formatted 2024-07-05 01:47:13 +08:00
README.md chore: update prometheus README 2023-04-18 22:47:26 +08:00
mix.exs chore: preparing to run common tests / eunit with mix 2024-07-02 09:45:45 -03:00
rebar.config fix(prom_di): api crash in `connecting` 2024-01-25 09:22:21 +08: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.