Skip to content

Commit

Permalink
Fix threshold field type
Browse files Browse the repository at this point in the history
Signed-off-by: Tom M G <[email protected]>
  • Loading branch information
7onn committed Dec 3, 2023
1 parent 690158b commit abb157a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tempo-distributed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ compactor:
# - type: prometheus
# metadata:
# serverAddress: "http://<prometheus-host>:9090"
# threshold: 250
# threshold: "250"
# query: |-
# sum by (cluster, namespace, tenant) (
# tempodb_compaction_outstanding_blocks{container="compactor", namespace=~".*"}
Expand Down

0 comments on commit abb157a

Please sign in to comment.