diff --git a/doc/admin/observability/alerts.md b/doc/admin/observability/alerts.md
index 4f84a76aa37..ac202bef442 100644
--- a/doc/admin/observability/alerts.md
+++ b/doc/admin/observability/alerts.md
@@ -229,40 +229,6 @@ Generated query for warning alert: `max((histogram_quantile(0.9, sum by (le) (ra
-## frontend: blob_load_latency
-
-
90th percentile blob load latency over 10m
- -**Descriptions** - -- critical frontend: 5s+ 90th percentile blob load latency over 10m for 10m0s - -**Next steps** - -- When this alert fires, calls to the blob route are slow to return a response. The UI will likely experience delays loading files and code snippets. It is likely that the gitserver and/or frontend services are experiencing issues, leading to slower responses. -- Confirm that the Sourcegraph gitserver and frontend services have enough CPU/memory using the provisioning panels. -- Trace a request to see what the slowest part is: https://docs.sourcegraph.com/admin/observability/tracing -- Check that gitserver containers have enough CPU/memory and are not getting throttled. -- More help interpreting this metric is available in the [dashboards reference](./dashboards.md#frontend-blob-load-latency). -- **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": [ - "critical_frontend_blob_load_latency" -] -``` - -*Managed by the [Sourcegraph Source team](https://handbook.sourcegraph.com/departments/engineering/teams/source).* - -99th percentile code-intel successful search request duration over 5m
diff --git a/doc/admin/observability/dashboards.md b/doc/admin/observability/dashboards.md index 47e2f95b15f..a1d96a2e287 100644 --- a/doc/admin/observability/dashboards.md +++ b/doc/admin/observability/dashboards.md @@ -147,27 +147,6 @@ Query: `histogram_quantile(0.9, sum by(le) (rate(src_http_request_duration_secon90th percentile blob load latency over 10m
- -- The blob API route provides the files and code snippets that the UI displays. - -Refer to the [alerts reference](./alerts.md#frontend-blob-load-latency) for 1 alert related to this panel. - -To see this panel, visit `/-/debug/grafana/d/frontend/frontend?viewPanel=100021` on your Sourcegraph instance. - -*Managed by the [Sourcegraph Source team](https://handbook.sourcegraph.com/departments/engineering/teams/source).* - -