Skip to main content

Good Day

We have a few applications that expose prometheus metrics through an API, but there there no reader and or transformer to convert it to SQLServer.

 

Has anyone worked with prometheus metrics, and what is the best way to read prometheus metrics format in FME

 

or is just the best to use Prometheus and Grafana?

 

Rudy

Hi @rudy_v​ 

Unfortunately, I have not worked with Prometheus Metrics.

Can you provide sample data?

You should be able to access the API using HttpCaller and process the response.

Is the response back is in JSON format? If yes, you can use the transformers such as JSONFragmentor, AttributeExposer to access geometry and attributes (and transform to SQLServer).

Some Articles that can be useful

https://community.safe.com/s/article/json-web-services-fme-uc-course

https://community.safe.com/s/article/json-transformations


Reply