emqx/apps/emqx_prometheus
JimMoen 59e280dc54
test: cluster consistented metrics and label for nodes running/stopped
- `emqx_cluster_sessions_count`
- `emqx_cluster_sessions_max`
- `emqx_subscriptions_shared_count`
- `emqx_subscriptions_shared_max`
- `emqx_cluster_nodes_running`
- `emqx_cluster_nodes_stopped`
2024-03-16 20:43:04 +08: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 chore: update copyright-year 2024-02-23 08:21:06 +01:00
src fix: cluster nodes running/stopped with node name as label 2024-03-16 20:39:34 +08:00
test test: cluster consistented metrics and label for nodes running/stopped 2024-03-16 20:43:04 +08: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 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.