forked from open-telemetry/opentelemetry.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add operator runbooks (open-telemetry#5131)
Co-authored-by: Fabrizio Ferri-Benedetti <[email protected]> Co-authored-by: opentelemetrybot <[email protected]>
- Loading branch information
1 parent
5e9db1c
commit 0589ca7
Showing
3 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,6 +107,8 @@ recommendationservice | |
redis | ||
relref | ||
Rexed | ||
runbook | ||
runbooks | ||
Rynn | ||
semconv | ||
servlet | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
content/en/docs/kubernetes/operator/troubleshooting/prometheus-alerts-runbooks.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: Prometheus Alerts Runbooks | ||
--- | ||
|
||
## Manager Rules | ||
|
||
### ReconcileErrors | ||
|
||
| | | | ||
| ---------: | --------------------------------------------------------------------------------------------------------------------------------- | | ||
| Meaning | The OpenTelemetry Operator cannot succeed in the reconciliation step, probably because of a misconfigured OpenTelemetryCollector. | | ||
| Impact | No impact on already running deployments or new correct ones. | | ||
| Diagnosis | Check manager logs for reasons why this might happen. | | ||
| Mitigation | Find out which OpenTelemetryCollector is causing the errors and fix the config. | | ||
|
||
### WorkqueueDepth | ||
|
||
| | | | ||
| ---------: | -------------------------------------------------------------------------------------------------------- | | ||
| Meaning | The working queue for the operator is larger than 0. | | ||
| Impact | No impact if the queue depth reverts to 0 quickly. More investigation is needed if the problem persists. | | ||
| Diagnosis | Check manager logs for reasons why this might happen. | | ||
| Mitigation | This could be caused by many errors. Act based on what the logs are showing. | |