We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1456b8 commit 9cf5811Copy full SHA for 9cf5811
examples/config.yml
@@ -9,7 +9,7 @@ modules:
9
environment: beta # static label
10
location: "planet-{.location}" # dynamic label
11
- name: example_timestamped_value
12
- path: "{ .values[?(@.state == "INACTIVE")] }"
+ path: '{ .values[?(@.state == "INACTIVE")] }'
13
epochTimestamp: "{ .timestamp }"
14
help: Example of a timestamped value scrape in the json
15
labels:
0 commit comments