SolrQueryErrors

SolrQueryErrors #

Solr has increased query errors in collection {{ $labels.collection }} for replica {{ $labels.replica }} on {{ $labels.base_url }}.

Alert Rule
alert: SolrQueryErrors
annotations:
  description: |-
    Solr has increased query errors in collection {{ $labels.collection }} for replica {{ $labels.replica }} on {{ $labels.base_url }}.
      VALUE = {{ $value }}
      LABELS = {{ $labels }}    
  runbook: https://srerun.github.io/prometheus-alerts/runbooks/solr-internal/solrqueryerrors/
  summary: Solr query errors (instance {{ $labels.instance }})
expr: increase(solr_metrics_core_errors_total{category="QUERY"}[1m]) > 1
for: 5m
labels:
  severity: warning

Meaning #

Impact #

Diagnosis #

Mitigation #