ricoberger / script_exporter

Prometheus exporter to execute scripts and collect metrics from the output or the exit status.
MIT License
354 stars 82 forks source link

Include `jq` in the Docker image #70

Closed AlexDaichendt closed 1 year ago

AlexDaichendt commented 1 year ago

Hey!

I was creating scripts that parse a REST API with jq. I was wondering if it was possible to include jq in the default docker image, since its a fairly standard tool to parse json in bash scripts.

Obviously, I can build my own image, but perhaps more people could profit / save time if some common standard scripting tools are shipped with a docker image.

Thank you in advance for creating and maintaining this project :)

ricoberger commented 1 year ago

Hi @AlexDaichendt, thanks for your suggestion 🙂. Version 2.9.0 should contain jq.

AlexDaichendt commented 1 year ago

Wonderful, thank you for the quick action :)