SolrUpdateErrors

SolrUpdateErrors #

Solr collection {{ $labels.collection }} has failed updates for replica {{ $labels.replica }} on {{ $labels.base_url }}.

Alert Rule
alert: SolrUpdateErrors
annotations:
  description: |-
    Solr collection {{ $labels.collection }} has failed updates for replica {{ $labels.replica }} on {{ $labels.base_url }}.
      VALUE = {{ $value }}
      LABELS = {{ $labels }}    
  runbook: https://srerun.github.io/prometheus-alerts/runbooks/solr-internal/solrupdateerrors/
  summary: Solr update errors (instance {{ $labels.instance }})
expr: increase(solr_metrics_core_update_handler_errors_total[1m]) > 1
for: 0m
labels:
  severity: critical

Meaning #

Impact #

Diagnosis #

Mitigation #