On 02 Feb 23:10, Stuart Clark wrote: > On 02/02/2021 15:45, [email protected] wrote: > > > > 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.
Hello, If you do no own the API, the json_exporter might also help: https://github.com/prometheus-community/json_exporter Regards, > > -- > Stuart Clark > > -- > You received this message because you are subscribed to the Google Groups > "Prometheus Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/prometheus-developers/53edf054-ea50-9125-c6eb-6e96140f497f%40Jahingo.com. -- Julien Pivotto @roidelapluie -- You received this message because you are subscribed to the Google Groups "Prometheus Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-developers/20210203222834.GA1600032%40oxygen.

