mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
30 lines
965 B
Plaintext
30 lines
965 B
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * logging/logging_alerts/default-logging-alerts.adoc
|
|
|
|
:_content-type: REFERENCE
|
|
[id="logging-collector-alerts_{context}"]
|
|
= Logging collector alerts
|
|
|
|
In logging 5.8 and later versions, the following alerts are generated by the {clo}. You can view these alerts in the {product-title} web console.
|
|
|
|
[cols="4", options="header"]
|
|
|===
|
|
| Alert Name | Message | Description | Severity
|
|
|
|
| CollectorNodeDown
|
|
| Prometheus could not scrape `namespace`/`pod` collector component for more than 10m.
|
|
| Collector cannot be scraped.
|
|
| Critical
|
|
|
|
| CollectorHighErrorRate
|
|
| `value`% of records have resulted in an error by `namespace`/`pod` collector component.
|
|
| `namespace`/`pod` collector component errors are high.
|
|
| Critical
|
|
|
|
| CollectorVeryHighErrorRate
|
|
| `value`% of records have resulted in an error by `namespace`/`pod` collector component.
|
|
| `namespace`/`pod` collector component errors are very high.
|
|
| Critical
|
|
|===
|