prometheus-json-exporter: 0.2.0 -> 0.3.0

This commit is contained in:
Robin Gloster
2021-05-10 23:36:39 -05:00
parent 21bf56687d
commit b3c592bf08
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ let
url = "http://localhost";
configFile = pkgs.writeText "json-exporter-conf.json" (builtins.toJSON {
metrics = [
{ name = "json_test_metric"; path = "$.test"; }
{ name = "json_test_metric"; path = "{ .test }"; }
];
});
};