Skip to content

Commit

Permalink
apps sc: increase threshold for thanosobjstore latency alert
Browse files Browse the repository at this point in the history
  • Loading branch information
viktor-f committed Nov 25, 2024
1 parent a83bf08 commit 874485f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helmfile.d/charts/prometheus-alerts/files/thanos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ groups:
summary: Thanos Store is having high latency for bucket operations.
expr: |
(
histogram_quantile(0.99, sum by (job, le) (rate(thanos_objstore_bucket_operation_duration_seconds_bucket{job=~".*thanos-receiver-store.*"}[5m]))) > 2
histogram_quantile(0.99, sum by (job, le) (rate(thanos_objstore_bucket_operation_duration_seconds_bucket{job=~".*thanos-receiver-store.*"}[5m]))) > 10
and
sum by (cluster, job) (rate(thanos_objstore_bucket_operation_duration_seconds_count{job=~".*thanos-receiver-store.*"}[5m])) > 0
)
Expand Down

0 comments on commit 874485f

Please sign in to comment.