json_exporter
json_exporter copied to clipboard
A prometheus exporter which scrapes remote JSON by JSONPath
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.31.5 to 0.33.1. Commits e7397e5 Update dependencies to v0.33.1 tag ecbbb06 bump etcd 3.5.21 sdk 2086688 Merge pull request #129970 from mortent/AddResourceV1beta2API dba34c7 Run make update e359642...
Bumps [github.com/prometheus/common](https://github.com/prometheus/common) from 0.62.0 to 0.64.0. Release notes Sourced from github.com/prometheus/common's releases. v0.64.0 What's Changed Add deprecation notice to otlptranslator by @ArthurSens in prometheus/common#773 Synchronize common files from prometheus/prometheus by...
docker-compose log: ``` json-exporter | time=2025-03-29T12:58:03.636Z level=ERROR source=collector.go:68 msg="Failed to convert extracted value to float64" path={.devices[*]} value="{\"snet_time_ema\":3.141592653589793,\"snet_tries_10mins\":5} {\"snet_time_ema\":4.141592653589793,\"snet_tries_10mins\":3}" err="strconv.ParseFloat: parsing \"{\\\"snet_time_ema\\\":3.141592653589793,\\\"snet_tries_10mins\\\":5} {\\\"snet_time_ema\\\":4.141592653589793,\\\"snet_tries_10mins\\\":3}\": invalid syntax; strconv.ParseFloat: parsing \"{\\\"snet_time_ema\\\":3.141592653589793,\\\"snet_tries_10mins\\\":5} {\\\"snet_time_ema\\\":4.141592653589793,\\\"snet_tries_10mins\\\":3}\": invalid syntax"...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.21.0 to 1.22.0. Release notes Sourced from github.com/prometheus/client_golang's releases. v1.22.0 - 2025-04-07 :warning: This release contains potential breaking change if you use experimental zstd support introduce in...
Hello, I have encountered an error where Prometheus cannot connect to the /probe path: I have a working json_exporter container. This is verified by exposing the 7979 port and getting...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.31.0 to 0.35.0. Commits 7292932 ssh: limit the size of the internal packet queue while waiting for KEX f66f74b acme/autocert: check host policy before probing the cache...
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...
Propagating changes from prometheus/prometheus default branch.
Adding the ability to trim spaces in values. I got a json response from an Iot device with almost all numeric values contain spaces before or after the value. I...