diff --git a/doc/admin/observability/alert_solutions.md b/doc/admin/observability/alert_solutions.md
index 00cccd5155d..67ce684dd6e 100644
--- a/doc/admin/observability/alert_solutions.md
+++ b/doc/admin/observability/alert_solutions.md
@@ -842,6 +842,30 @@ To learn more about Sourcegraph's alerting and how to set up alerts, see [our al
+## frontend: mean_blocked_seconds_per_conn_request
+
+
mean blocked seconds per conn request
+ +**Descriptions** + +- warning frontend: 0.05s+ mean blocked seconds per conn request for 5m0s +- critical frontend: 0.1s+ mean blocked seconds per conn request for 10m0s + +**Possible solutions** + +- **Silence this alert:** If you are aware of this alert and want to silence notifications for it, add the following to your site configuration and set a reminder to re-evaluate the alert: + +```json +"observability.silenceAlerts": [ + "warning_frontend_mean_blocked_seconds_per_conn_request", + "critical_frontend_mean_blocked_seconds_per_conn_request" +] +``` + +*Managed by the [Sourcegraph Core application team](https://about.sourcegraph.com/handbook/engineering/core-application).* + +internal indexed search error responses every 5m
@@ -1453,6 +1477,30 @@ To learn more about Sourcegraph's alerting and how to set up alerts, see [our almean blocked seconds per conn request
+ +**Descriptions** + +- warning gitserver: 0.05s+ mean blocked seconds per conn request for 5m0s +- critical gitserver: 0.1s+ mean blocked seconds per conn request for 10m0s + +**Possible solutions** + +- **Silence this alert:** If you are aware of this alert and want to silence notifications for it, add the following to your site configuration and set a reminder to re-evaluate the alert: + +```json +"observability.silenceAlerts": [ + "warning_gitserver_mean_blocked_seconds_per_conn_request", + "critical_gitserver_mean_blocked_seconds_per_conn_request" +] +``` + +*Managed by the [Sourcegraph Core application team](https://about.sourcegraph.com/handbook/engineering/core-application).* + +container cpu usage total (1m average) across all cores by instance
@@ -2402,6 +2450,30 @@ To learn more about Sourcegraph's alerting and how to set up alerts, see [our almean blocked seconds per conn request
+ +**Descriptions** + +- warning precise-code-intel-worker: 0.05s+ mean blocked seconds per conn request for 5m0s +- critical precise-code-intel-worker: 0.1s+ mean blocked seconds per conn request for 10m0s + +**Possible solutions** + +- **Silence this alert:** If you are aware of this alert and want to silence notifications for it, add the following to your site configuration and set a reminder to re-evaluate the alert: + +```json +"observability.silenceAlerts": [ + "warning_precise-code-intel-worker_mean_blocked_seconds_per_conn_request", + "critical_precise-code-intel-worker_mean_blocked_seconds_per_conn_request" +] +``` + +*Managed by the [Sourcegraph Core application team](https://about.sourcegraph.com/handbook/engineering/core-application).* + +frontend-internal API error responses every 5m by route
@@ -3210,6 +3282,30 @@ To learn more about Sourcegraph's alerting and how to set up alerts, see [our almean blocked seconds per conn request
+ +**Descriptions** + +- warning worker: 0.05s+ mean blocked seconds per conn request for 5m0s +- critical worker: 0.1s+ mean blocked seconds per conn request for 10m0s + +**Possible solutions** + +- **Silence this alert:** If you are aware of this alert and want to silence notifications for it, add the following to your site configuration and set a reminder to re-evaluate the alert: + +```json +"observability.silenceAlerts": [ + "warning_worker_mean_blocked_seconds_per_conn_request", + "critical_worker_mean_blocked_seconds_per_conn_request" +] +``` + +*Managed by the [Sourcegraph Core application team](https://about.sourcegraph.com/handbook/engineering/core-application).* + +frontend-internal API error responses every 5m by route
@@ -4163,6 +4259,30 @@ with your code hosts connections or networking issues affecting communication wimean blocked seconds per conn request
+ +**Descriptions** + +- warning repo-updater: 0.05s+ mean blocked seconds per conn request for 5m0s +- critical repo-updater: 0.1s+ mean blocked seconds per conn request for 10m0s + +**Possible solutions** + +- **Silence this alert:** If you are aware of this alert and want to silence notifications for it, add the following to your site configuration and set a reminder to re-evaluate the alert: + +```json +"observability.silenceAlerts": [ + "warning_repo-updater_mean_blocked_seconds_per_conn_request", + "critical_repo-updater_mean_blocked_seconds_per_conn_request" +] +``` + +*Managed by the [Sourcegraph Core application team](https://about.sourcegraph.com/handbook/engineering/core-application).* + +container cpu usage total (1m average) across all cores by instance
@@ -5966,6 +6086,30 @@ with your code hosts connections or networking issues affecting communication wimean blocked seconds per conn request
+ +**Descriptions** + +- warning executor-queue: 0.05s+ mean blocked seconds per conn request for 5m0s +- critical executor-queue: 0.1s+ mean blocked seconds per conn request for 10m0s + +**Possible solutions** + +- **Silence this alert:** If you are aware of this alert and want to silence notifications for it, add the following to your site configuration and set a reminder to re-evaluate the alert: + +```json +"observability.silenceAlerts": [ + "warning_executor-queue_mean_blocked_seconds_per_conn_request", + "critical_executor-queue_mean_blocked_seconds_per_conn_request" +] +``` + +*Managed by the [Sourcegraph Core application team](https://about.sourcegraph.com/handbook/engineering/core-application).* + +frontend-internal API error responses every 5m by route
diff --git a/doc/admin/observability/dashboards.md b/doc/admin/observability/dashboards.md index e998f6e45df..8365ba7658c 100644 --- a/doc/admin/observability/dashboards.md +++ b/doc/admin/observability/dashboards.md @@ -436,6 +436,8 @@ This panel indicates idle. This panel indicates mean blocked seconds per conn request. +> NOTE: Alerts related to this panel are documented in the [alert solutions reference](./alert_solutions.md#frontend-mean-blocked-seconds-per-conn-request). + *Managed by the [Sourcegraph Core application team](https://about.sourcegraph.com/handbook/engineering/core-application).*