Skip to content

Commit

Permalink
chore: fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
liesenfeldn committed Dec 19, 2024
1 parent 6faf54f commit 1f624fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/analysis/prometheus.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ spec:
value: tenant_a
# in this case the resulting query is query2
query: |
'"{{ args.some-arg }}" == "not_some_arg_value" ? "query1" : "query2"'
"{{ args.some-arg }}" == "not_some_arg_value" ? "query1" : "query2"
```

## Range queries
Expand Down

0 comments on commit 1f624fc

Please sign in to comment.