Skip to content

Commit c325b9a

Browse files
committed
OBSDOCS-780 - Collector Alerts
1 parent 074f127 commit c325b9a

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

modules/logging-collector-alerts.adoc

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * logging/logging_alerts/default-logging-alerts.adoc
4+
5+
:_content-type: REFERENCE
6+
[id="logging-collector-alerts_{context}"]
7+
= Logging collector alerts
8+
9+
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.
10+
11+
[cols="4", options="header"]
12+
|===
13+
| Alert Name | Message | Description | Severity
14+
15+
| CollectorNodeDown
16+
| Prometheus could not scrape `namespace`/`pod` collector component for more than 10m.
17+
| Collector cannot be scraped.
18+
| Critical
19+
20+
| CollectorHighErrorRate
21+
| `value`% of records have resulted in an error by `namespace`/`pod` collector component.
22+
| `namespace`/`pod` collector component errors are high.
23+
| Critical
24+
25+
| CollectorVeryHighErrorRate
26+
| `value`% of records have resulted in an error by `namespace`/`pod` collector component.
27+
| `namespace`/`pod` collector component errors are very high.
28+
| Critical
29+
|===

observability/logging/logging_alerts/default-logging-alerts.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Logging alerts are installed as part of the {clo} installation. Alerts depend on
1111
Default logging alerts are sent to the {product-title} monitoring stack Alertmanager in the `openshift-monitoring` namespace, unless you have disabled the local Alertmanager instance.
1212

1313
include::modules/monitoring-accessing-the-alerting-ui.adoc[leveloffset=+1]
14+
include::modules/logging-collector-alerts.adoc[leveloffset=+1]
1415
include::modules/logging-vector-collector-alerts.adoc[leveloffset=+1]
1516
include::modules/logging-fluentd-collector-alerts.adoc[leveloffset=+1]
1617
include::modules/cluster-logging-elasticsearch-rules.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)