Skip to content

Commit 9cf5811

Browse files
rpriyanshu9Priyanshu Raj
and
Priyanshu Raj
authored
replace double quotes w/ single quotes (#185)
Signed-off-by: Priyanshu Raj <[email protected]> Signed-off-by: Priyanshu Raj <[email protected]> Co-authored-by: Priyanshu Raj <[email protected]>
1 parent d1456b8 commit 9cf5811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ modules:
99
environment: beta # static label
1010
location: "planet-{.location}" # dynamic label
1111
- name: example_timestamped_value
12-
path: "{ .values[?(@.state == "INACTIVE")] }"
12+
path: '{ .values[?(@.state == "INACTIVE")] }'
1313
epochTimestamp: "{ .timestamp }"
1414
help: Example of a timestamped value scrape in the json
1515
labels:

0 commit comments

Comments
 (0)