Skip to content

Commit

Permalink
examples config epochtimestamp to lower case
Browse files Browse the repository at this point in the history
Signed-off-by: Ilario Gelmetti <[email protected]>
  • Loading branch information
ilario committed Dec 7, 2023
1 parent ca2d851 commit d049e77
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 @@ -13,7 +13,7 @@ modules:
- name: example_timestamped_value
type: object
path: '{ .values[?(@.state == "INACTIVE")] }'
epochTimestamp: '{ .timestamp }'
epochtimestamp: '{ .timestamp }'
help: Example of a timestamped value scrape in the json
labels:
environment: beta # static label
Expand Down

0 comments on commit d049e77

Please sign in to comment.