script_exporter
script_exporter copied to clipboard
allow probe?name=x instead of probe?script=x
make it backward-compatible with version 1 or document this as a breaking change
currently it says
$ curl -s http://localhost:9004/probe?name=x
Script parameter is missing
name=x also aligns with the config
scripts:
- name: <string>
command: <string>