mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 13:44:05 -08:00
Merge pull request #6242 from prometheus/beorn7/mixin
Fix PrometheusRemoteWriteDesiredShards
This commit is contained in:
commit
7c039a6b3b
|
@ -218,7 +218,7 @@
|
|||
# https://www.robustperception.io/alerting-on-gauges-in-prometheus-2-0 for details.
|
||||
(
|
||||
max_over_time(prometheus_remote_storage_shards_desired{%(prometheusSelector)s}[5m])
|
||||
> on(job, instance) group_right
|
||||
>
|
||||
max_over_time(prometheus_remote_storage_shards_max{%(prometheusSelector)s}[5m])
|
||||
)
|
||||
||| % $._config,
|
||||
|
|
Loading…
Reference in a new issue