From 9cf5811b4dbc1808ac04693572e7f8642a91ebd3 Mon Sep 17 00:00:00 2001 From: Priyanshu Raj <55045459+rpriyanshu9@users.noreply.github.com> Date: Fri, 14 Oct 2022 07:24:46 +0530 Subject: [PATCH] replace double quotes w/ single quotes (#185) Signed-off-by: Priyanshu Raj Signed-off-by: Priyanshu Raj Co-authored-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 70e43a7..f5206f2 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: