json_exporter icon indicating copy to clipboard operation
json_exporter copied to clipboard

No support for multiple parameters in the target URL

Open oriInsg opened this issue 7 months ago • 0 comments

This may have already been covered but I cannot see anywhere in the documentation regarding support for target URL's and multiple parameters. For example I'm sending a request with the following parameters; everything after clusterId is ignored and the fetch fails with a 400 as it isn't valid.

http://localhost:7979/probe?module=dbcluster&target=https://api.db.com/metric-views/memory?cluster_id=12345&period=15m&anotherparameter=1

Failed to fetch JSON response. TARGET: <blah> , ERROR: 400 Bad Request

oriInsg avatar Apr 11 '25 15:04 oriInsg