2、启动exporter https://github.com/nuvo/emq_exporter,我用的是他的镜像。 docker run -p 9505:9505 registry.icp.com:5000/service/iot/emq_exporter:v0.3.0 --emq.uri="http://192.168.0.133:18083" --emq.username="admin" --emq.password="public" --emq.api-version="v3" --emq.node="9de5...
2、启动exporter https://github.com/nuvo/emq_exporter,我用的是他的镜像。 docker run -p 9505:9505 registry.icp.com:5000/service/iot/emq_exporter:v0.3.0 --emq.uri="http://192.168.0.133:18083" --emq.username="admin" --emq.password="public" --emq.api-version="v3" --emq.node="9de5...
EMQX Exporter 使用 basic auth 的方式访问 EMQX Dashboard API,因此我们需要提前登录 Dashboard 并创建一个专门用于指标采集的API key,然后将 API key 和 secret 作为 EMQX Exporter 的启动参数。 dockerrun-d \ -p 8085:8085 \ --name emqx-exporter \ emqx-exporter:latest \ --emqx.nodes="${your_eth_...
docker run -d --name grafana -p 3000:3000 grafana/grafana-oss 读者也可以参考Grafana 官方文档,下载和使用二进制包来安装和运行 Grafana。 当Grafana 启动完成后,我们可以打开http://localhost:3000来访问 Grafana,如果能够正常访问到 Grafana 的登录页面,此时说明 Grafana 已经安装成功。 安装Node Exporter 这是...
本文不建议使用 Docker 来安装 Node Exporter,具体安装和使用操作请参考Node Exporter 官方文档。安装完成后,我们可以通过http://localhost:9100/metrics来访问 Node Exporter 的监控数据。如果可以访问到系统主机的监控数据,说明 Node Exporter 已经安装成功。
本文不建议使用 Docker 来安装 Node Exporter。安装完成后,我们可以通过http://localhost:9100/metrics来访问 Node Exporter 的监控数据。如果可以访问到系统主机的监控数据,说明 Node Exporter 已经安装成功。 配置Prometheus 完成上述的准备工作后,我们需要配置 Prometheus,使 Prometheus 可以正常采集到 EMQX 的监控数据。
本文不建议使用 Docker 来安装 Node Exporter。安装完成后,我们可以通过http://localhost:9100/metrics来访问 Node Exporter 的监控数据。如果可以访问到系统主机的监控数据,说明 Node Exporter 已经安装成功。 配置Prometheus 完成上述的准备工作后,我们需要配置 Prometheus,使 Prometheus 可以正常采集到 EMQX 的监控数据。
NOTE: Docker images are still built with OTP 25.3.2. #12189 Enhanced the ACL claim format in EMQX JWT authentication for greater versatility. The updated format now supports an array structure, aligning more closely with the file-based ACL rules. For example: json [ { "permission": "allow"...
Prometheus exporter for EMQX. Contribute to L-607/emqx-exporter development by creating an account on GitHub.
本文不建议使用 Docker 来安装 Node Exporter。安装完成后,我们可以通过 http://localhost:9100/metrics 来访问 Node Exporter 的监控数据。如果可以访问到系统主机的监控数据,说明 Node Exporter 已经安装成功。 配置Prometheus 完成上述的准备工作后,我们需要配置 Prometheus,使 Prometheus 可以正常采集到...