Skip to content

Commit

Permalink
replace double quotes w/ single quotes (#185)
Browse files Browse the repository at this point in the history
Signed-off-by: Priyanshu Raj <[email protected]>

Signed-off-by: Priyanshu Raj <[email protected]>
Co-authored-by: Priyanshu Raj <[email protected]>
  • Loading branch information
rpriyanshu9 and Priyanshu Raj authored Oct 14, 2022
1 parent d1456b8 commit 9cf5811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9cf5811

Please sign in to comment.