mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-28 04:02:21 -04:00
Update metric names.
Signed-off-by: Tom Wilkie <tom.wilkie@gmail.com>
This commit is contained in:
parent
e248ffb220
commit
b615069289
1 changed files with 2 additions and 2 deletions
|
|
@ -159,9 +159,9 @@
|
|||
{
|
||||
alert: 'PrometheusRemoteWriteBehind',
|
||||
expr: |||
|
||||
prometheus_remote_storage_highest_timestamp_in{%(prometheusSelector)s}
|
||||
prometheus_remote_storage_highest_timestamp_in_seconds{%(prometheusSelector)s}
|
||||
- on(job, instance) group_right
|
||||
prometheus_remote_storage_queue_highest_sent_timestamp{%(prometheusSelector)s}
|
||||
prometheus_remote_storage_queue_highest_sent_timestamp_seconds{%(prometheusSelector)s}
|
||||
> 60
|
||||
||| % $._config,
|
||||
'for': '15m',
|
||||
|
|
|
|||
Loading…
Reference in a new issue