mirror of
https://github.com/prometheus-community/json_exporter
synced 2025-01-12 09:19:28 +00:00
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:
parent
d1456b8917
commit
9cf5811b4d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user