Exposing metrics for Prometheus from Kamon dashboard. #2250
Replies: 2 comments 3 replies
-
Note that we use maven in eclair, not gradle, but it will work mostly the same.
I don't understand why you need that? We cannot give you access to our private Kamon dashboard. You can then create your own grafana dashboards based on the eclair metrics you will receive in Prometheus. |
Beta Was this translation helpful? Give feedback.
-
Hello Mentor, I have encountered with few things while developing an exporter for the eclair node. So I am moving further with node exporter type!! |
Beta Was this translation helpful? Give feedback.
-
Hello Everyone,
I have figured out the best way to get endpoint metrics.
Kamon is already exposing metrics from the eclair node. The idea is to
bridge the kamon dashboard and Prometheus.
In order to implement that thing in our codebase, we have to use
Gradle dependency. But before doing anything I need to see the Kamon dashboard
for the eclair node at my end. I need your little help in seeing Kamon's dashboard
official doc: https://kamon.io/docs/latest/reporters/prometheus/
After seeing the Kamon dashboard we will be soo closer to generating PRs for it
Beta Was this translation helpful? Give feedback.
All reactions