Closed aditya-manit closed 2 months ago
Fixed with https://github.com/palomachain/paloma/pull/1085. Please test it out @aditya-manit when you get a chance.
From KingSuper: Yes the api is implemented but I was actually talking about node exporter metrics in that issue, the one that are available at port 26660 Also this one gives an doesnt give anything: https://api-1.paloma.nodes.guru/palomachain/paloma/metrix/params
https://discord.com/channels/987730379182051408/1072137820405235762/1206809367043637359
@taariq This was implemented in https://github.com/palomachain/paloma/pull/1287
Feature Request
Summary
I would like to request the implementation of a Prometheus-style node exporter endpoint for Pigeon metrics. This would enable us to monitor our nodes more effectively by leveraging Prometheus for data aggregation and alerting.
Detailed Explanation
Prometheus is a widely used monitoring tool that collects metrics from configured targets at given intervals, evaluates rule expressions, displays results, and can trigger alerts if some conditions are observed to be true. Integrating Prometheus-style metrics collection into Pigeon would greatly enhance our ability to monitor node health, performance, and reliability in real-time.
Specific Metrics Needed
We can include pigeon metrics, similar to those provided by the
palomad q metrix
command for validators, formatted in a Prometheus-compatible way:An example of the current metric output in JSON format is provided below: