9 pname = "prometheus-json-exporter";
12 src = fetchFromGitHub {
13 owner = "prometheus-community";
14 repo = "json_exporter";
16 sha256 = "sha256-5tFhk62ewRE87lxgVM2bytV9GbXT5iAwbJqklohYDvM=";
19 vendorHash = "sha256-Hij3lh92OCH+sTrzNl/KkjLAhPGffzzmxhPDO2wG0gA=";
21 passthru.tests = { inherit (nixosTests.prometheus-exporters) json; };
24 description = "Prometheus exporter which scrapes remote JSON by JSONPath";
25 homepage = "https://github.com/prometheus-community/json_exporter";
26 license = licenses.asl20;
27 maintainers = with maintainers; [ willibutz ];
28 mainProgram = "json_exporter";