Hi Everyone ...
Is it possible to integrate target device whose REST API is exposed with prometheus ??? Pls suggest options if possible.
Are you meaning that you are wanting to fetch metrics from this REST API?
If so, this is where an exporter would be used. In whichever
language you choose and the appropriate Prometheus client library
you can call your API to fetch the metrics and then reply to
Prometheus. You would then be able to scrape those metrics.
-- Stuart Clark