You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have one c++ application running on telemetry (civet server ) at port 5055 and it collects all the metrics of application.
Now when I send a pull request from a Prometheus server i.e; simply we are placing a GET request as "http://localhost:5055/metrics" for viewing metrics data, it is able to connect properly and no Error is showing up, but no metrics data is being retrieved . What can be the possible cause of this issue ?
Can somebody help with any sample program for retrieving metrics data from c++ application for Prometheus exporter ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We have one c++ application running on telemetry (civet server ) at port 5055 and it collects all the metrics of application.
Now when I send a pull request from a Prometheus server i.e; simply we are placing a GET request as "http://localhost:5055/metrics" for viewing metrics data, it is able to connect properly and no Error is showing up, but no metrics data is being retrieved . What can be the possible cause of this issue ?
Can somebody help with any sample program for retrieving metrics data from c++ application for Prometheus exporter ?
Please refer to the following screenshots.
Screenshot of Prometheus server status
Screenshot of c++ application server ("http://localhost:5055/metrics")
Beta Was this translation helpful? Give feedback.
All reactions