prometheus-community / json_exporter

A prometheus exporter which scrapes remote JSON by JSONPath
Apache License 2.0
639 stars 197 forks source link

Feat: Add data transformations. #333

Open MattK360 opened 1 month ago

MattK360 commented 1 month ago

Add transformation feature.

Addresses issue documented here: https://github.com/prometheus-community/json_exporter/pull/133

Allows for json object to get filtered by JQ before the json path is applied.

chriswiggins commented 1 month ago

This is working perfectly for our use case. Massive +1! 👍