json_exporter
json_exporter copied to clipboard
A prometheus exporter which scrapes remote JSON by JSONPath
How to use `json_exporter` with service discovery? So, for example I have multiple `json_exporter` instances on GCP and I want to scrape metrics from them: ``` - job_name: json scrape_interval:...
Tried to run/build the project, but was unable as there is a module not pull able. ``` go: finding module for package k8s.io/client-go/util/jsonpath exporter/collector.go:23:2: module k8s.io/client-go@latest found (v1.5.2), but does...
I think this issue is actually in the jsonpath library, so I opened an issue there, but I'm hoping someone here may know the answer. That issue is here: https://github.com/kubernetes/client-go/issues/1000...
**Use case:** I am trying to scrape an endpoint with an API KEY аuthorization using Prometheus with json-exporter ( _prom/prometheus:main_ and _prometheuscommunity/json-exporter:v0.3.0_ docker images): `docker run -d --network=host --name=prometheus -v...
by f.ex. giving it a url like: file:///my/path/file.json ?
Say I have the following outputs from the same API endpoint: ``` { "message": "OK", "result": "367401245645456814", "status": "1" } ``` and ``` { "message": "OK", "result": [ { "address":...
I know this is not the best looking json but that's all i get to work with from our developers. Any chance to make this work? jsonpath.com is showing that...
Currently I could not find any charts repo in prometheus or prometheus-community org. Is there a place where prometheus charts are stored, or is there any helm charts repo from...
It fails when I am trying to use numbers for labels, i.e. InfoIdx: '{.LicenseCapacityInfoIdx}' . Once I change to "9" and "10" in JSON below it is fine. But again...
Hi, i'm wondering if this is doable? Given this json: ``` { "input": { "a": { "foo": 2, "bar": 0 } }, "output": { "a": { "status": { "code": 0...