replace double quotes w/ single quotes (#185)

Signed-off-by: Priyanshu Raj <priyanshu.raj@segment.com>

Signed-off-by: Priyanshu Raj <priyanshu.raj@segment.com>
Co-authored-by: Priyanshu Raj <priyanshu.raj@segment.com>
This commit is contained in:
Priyanshu Raj 2022-10-14 07:24:46 +05:30 committed by GitHub
parent d1456b8917
commit 9cf5811b4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: