mirror of
https://github.com/prometheus/prometheus
synced 2025-04-01 22:59:03 +00:00
Fix the description template for PrometheusRemoteWriteDesiredShards
Signed-off-by: beorn7 <beorn@grafana.com>
This commit is contained in:
parent
83e6d56393
commit
9c8f9bfa63
@ -228,7 +228,7 @@
|
||||
},
|
||||
annotations: {
|
||||
summary: 'Prometheus remote write desired shards calculation wants to run more than configured max shards.',
|
||||
description: 'Prometheus %(prometheusName)s remote write desired shards calculation wants to run {{ printf $value }} shards, which is more than the max of {{ printf `prometheus_remote_storage_shards_max{instance="%%s",%(prometheusSelector)s}` $labels.instance | query | first | value }}.' % $._config,
|
||||
description: 'Prometheus %(prometheusName)s remote write desired shards calculation wants to run {{ $value }} shards, which is more than the max of {{ printf `prometheus_remote_storage_shards_max{instance="%%s",%(prometheusSelector)s}` $labels.instance | query | first | value }}.' % $._config,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user