From f36041ef03c33d4ca9c4a9f7975068f4d0cb2cc5 Mon Sep 17 00:00:00 2001 From: Priyanshu Raj Date: Wed, 12 Oct 2022 15:25:36 +0530 Subject: [PATCH] replace double quotes w/ single quotes Signed-off-by: Priyanshu Raj --- examples/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/config.yml b/examples/config.yml index 70e43a75..f5206f25 100644 --- a/examples/config.yml +++ b/examples/config.yml @@ -9,7 +9,7 @@ modules: environment: beta # static label location: "planet-{.location}" # dynamic label - name: example_timestamped_value - path: "{ .values[?(@.state == "INACTIVE")] }" + path: '{ .values[?(@.state == "INACTIVE")] }' epochTimestamp: "{ .timestamp }" help: Example of a timestamped value scrape in the json labels: