@@ -6,14 +6,12 @@ This document provides a high level overview of Sourcegraph's architecture, deta
66
77You can click on each component to jump to its respective code repository or subtree. <a href = " ./architecture.svg" target = " _blank" >Open in new tab</a >
88
9- <!--
10- Auto-generated from ./doc/dev/background-information/architecture/architecture.dot
11- Run cd ./doc/dev/background-information/architecture && ./generate.sh to update the .svg
12- -->
13- <object data = " ./architecture/architecture.svg" type = " image/svg+xml" width = " 1023" height = " 1113" style = " width:100%; height: auto" >
14- </object >
15-
16- Note that almost every service has a link back to the frontend, from which it gathers configuration updates.
9+ ![ sourcegraph-architecture] ( https://storage.googleapis.com/sourcegraph-assets/Docs/sg-architecture.svg )
10+
11+ Note several omittions have been made for clarity:
12+ - Almost every service has a link back to the frontend, from which it gathers configuration updates
13+ - Telemetry to Sourcegraph.com
14+ - Sourcegraph Observability, including Prometheus, Grafana, and cAdvisor
1715These edges are omitted for clarity.
1816
1917## Service Quick Links
@@ -46,7 +44,7 @@ These edges are omitted for clarity.
4644- [ Code Hosts] ( #code-hosts ) - External systems hosting repositories
4745
4846### Infrastructure
49- - [ Observability Infrastructure] ( #observability-infrastructure ) - Prometheus, Grafana, and CAdvisor
47+ - [ Observability Infrastructure] ( #observability-infrastructure ) - Prometheus, Grafana, and cAdvisor
5048- [ Telemetry] ( #telemetry ) - Usage data collection
5149- [ Cody Architecture] ( #cody-architecture ) - AI-assisted coding components
5250- [ External Services and Dependencies] ( #external-services-and-dependencies ) - External services Sourcegraph can use
@@ -561,7 +559,7 @@ These edges are omitted for clarity.
561559- Queries Prometheus for metrics data
562560- Displays real-time and historical performance data
563561
564- ### CAdvisor
562+ ### cAdvisor
565563
566564** Purpose** : Analyzes and exposes resource usage and performance data from containers.
567565
0 commit comments