Prometheus Exporter #2280
GoutamVerma
started this conversation in
Developers
Replies: 1 comment 2 replies
-
That doesn't matter at all, the full namespace is |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Everyone,
In order to implement exporter for Prometheus,
-First I have taken a look at implementation of Kamon(Kanela agent) and traced up the coding part of it.
-Then Instead of creating new object. I have added the Prometheus code stuff in Metrics and Monitoring object.
-At initial point, I will scrape metrics of "balance".
Note: All Prometheus libraries and classes are stored in
io.prometheus.client.Gauge
and in our code base we have another package named "io" which consist client, clientspawner, etc. The problem is when I build our complete code It will show errorAccording to me this error is due to naming convection or dual name of name thing.
![image](https://user-images.githubusercontent.com/66783850/169659538-3896164b-51a4-44aa-b9a7-78274c787418.png)
Please comments your views!
Beta Was this translation helpful? Give feedback.
All reactions