Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into rrhyne-patch-3
Browse files Browse the repository at this point in the history
sourcegraph-bot authored May 1, 2024
2 parents 59b74c7 + a9586b3 commit e835da7
Showing 34 changed files with 2,404 additions and 50 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
<!--
Generated documentation; DO NOT EDIT. Regenerate using this command: 'sg msp operations generate-handbook-pages'
Last updated: 2024-04-24 19:21:08.769199 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/e15ad322081b292b9f9f25ede520ae9a51568190
Last updated: 2024-05-01 12:30:43.488421 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/d0e016b97b93281abe4e18a9933ef0195d17296c
-->

This document describes operational guidance for Build Tracker infrastructure.
@@ -83,6 +83,10 @@ sg msp logs build-tracker prod
| -------- | --------------------------------------------------------------------------------------------------------------------------- |
| Console | [Memorystore Redis instances](https://console.cloud.google.com/memorystore/redis/instances?project=build-tracker-prod-59bf) |

#### prod Architecture Diagram

![Architecture Diagram](./build-tracker-prod.svg)

#### prod Terraform Cloud

This service's configuration is defined in [`sourcegraph/managed-services/services/build-tracker/service.yaml`](https://github.com/sourcegraph/managed-services/blob/main/services/build-tracker/service.yaml), and `sg msp generate build-tracker prod` generates the required infrastructure configuration for this environment in Terraform.
@@ -108,7 +112,7 @@ The Terraform Cloud workspaces for this service environment are [grouped under t
sg msp tfc view build-tracker prod
```

### Alert Policies
## Alert Policies

The following alert policies are defined for each of this service's environments.

114 changes: 114 additions & 0 deletions content/departments/engineering/managed-services/cloud-ops-dev.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
114 changes: 114 additions & 0 deletions content/departments/engineering/managed-services/cloud-ops-prod.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 11 additions & 3 deletions content/departments/engineering/managed-services/cloud-ops.md
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
<!--
Generated documentation; DO NOT EDIT. Regenerate using this command: 'sg msp operations generate-handbook-pages'
Last updated: 2024-04-24 19:21:08.772189 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/e15ad322081b292b9f9f25ede520ae9a51568190
Last updated: 2024-05-01 12:30:43.648378 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/d0e016b97b93281abe4e18a9933ef0195d17296c
-->

This document describes operational guidance for Cloud Ops Dashboard infrastructure.
@@ -74,6 +74,10 @@ sg msp logs cloud-ops prod
| -------- | ----------------------------------------------------------------------------------------------------------------------- |
| Console | [Memorystore Redis instances](https://console.cloud.google.com/memorystore/redis/instances?project=cloud-ops-prod-dd32) |

#### prod Architecture Diagram

![Architecture Diagram](./cloud-ops-prod.svg)

#### prod Terraform Cloud

This service's configuration is defined in [`sourcegraph/managed-services/services/cloud-ops/service.yaml`](https://github.com/sourcegraph/managed-services/blob/main/services/cloud-ops/service.yaml), and `sg msp generate cloud-ops prod` generates the required infrastructure configuration for this environment in Terraform.
@@ -145,6 +149,10 @@ sg msp logs cloud-ops dev
| -------- | ---------------------------------------------------------------------------------------------------------------------- |
| Console | [Memorystore Redis instances](https://console.cloud.google.com/memorystore/redis/instances?project=cloud-ops-dev-caff) |

#### dev Architecture Diagram

![Architecture Diagram](./cloud-ops-dev.svg)

#### dev Terraform Cloud

This service's configuration is defined in [`sourcegraph/managed-services/services/cloud-ops/service.yaml`](https://github.com/sourcegraph/managed-services/blob/main/services/cloud-ops/service.yaml), and `sg msp generate cloud-ops dev` generates the required infrastructure configuration for this environment in Terraform.
@@ -170,7 +178,7 @@ The Terraform Cloud workspaces for this service environment are [grouped under t
sg msp tfc view cloud-ops dev
```

### Alert Policies
## Alert Policies

The following alert policies are defined for each of this service's environments.

103 changes: 103 additions & 0 deletions content/departments/engineering/managed-services/cloud-relay-prod.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions content/departments/engineering/managed-services/cloud-relay.md
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
<!--
Generated documentation; DO NOT EDIT. Regenerate using this command: 'sg msp operations generate-handbook-pages'
Last updated: 2024-04-24 19:21:08.774776 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/e15ad322081b292b9f9f25ede520ae9a51568190
Last updated: 2024-05-01 12:30:43.717725 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/d0e016b97b93281abe4e18a9933ef0195d17296c
-->

This document describes operational guidance for Cloud Relay infrastructure.
@@ -68,6 +68,10 @@ You can also use `sg msp` to quickly open a link to your service logs:
sg msp logs cloud-relay prod
```

#### prod Architecture Diagram

![Architecture Diagram](./cloud-relay-prod.svg)

#### prod Terraform Cloud

This service's configuration is defined in [`sourcegraph/managed-services/services/cloud-relay/service.yaml`](https://github.com/sourcegraph/managed-services/blob/main/services/cloud-relay/service.yaml), and `sg msp generate cloud-relay prod` generates the required infrastructure configuration for this environment in Terraform.
@@ -93,7 +97,7 @@ The Terraform Cloud workspaces for this service environment are [grouped under t
sg msp tfc view cloud-relay prod
```

### Alert Policies
## Alert Policies

The following alert policies are defined for each of this service's environments.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 11 additions & 3 deletions content/departments/engineering/managed-services/cody-analytics.md
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
<!--
Generated documentation; DO NOT EDIT. Regenerate using this command: 'sg msp operations generate-handbook-pages'
Last updated: 2024-04-24 19:21:08.777205 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/e15ad322081b292b9f9f25ede520ae9a51568190
Last updated: 2024-05-01 12:30:43.834017 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/d0e016b97b93281abe4e18a9933ef0195d17296c
-->

This document describes operational guidance for Cody Analytics infrastructure.
@@ -68,6 +68,10 @@ You can also use `sg msp` to quickly open a link to your service logs:
sg msp logs cody-analytics dev
```

#### dev Architecture Diagram

![Architecture Diagram](./cody-analytics-dev.svg)

#### dev Terraform Cloud

This service's configuration is defined in [`sourcegraph/managed-services/services/cody-analytics/service.yaml`](https://github.com/sourcegraph/managed-services/blob/main/services/cody-analytics/service.yaml), and `sg msp generate cody-analytics dev` generates the required infrastructure configuration for this environment in Terraform.
@@ -133,6 +137,10 @@ You can also use `sg msp` to quickly open a link to your service logs:
sg msp logs cody-analytics prod
```

#### prod Architecture Diagram

![Architecture Diagram](./cody-analytics-prod.svg)

#### prod Terraform Cloud

This service's configuration is defined in [`sourcegraph/managed-services/services/cody-analytics/service.yaml`](https://github.com/sourcegraph/managed-services/blob/main/services/cody-analytics/service.yaml), and `sg msp generate cody-analytics prod` generates the required infrastructure configuration for this environment in Terraform.
@@ -158,7 +166,7 @@ The Terraform Cloud workspaces for this service environment are [grouped under t
sg msp tfc view cody-analytics prod
```

### Alert Policies
## Alert Policies

The following alert policies are defined for each of this service's environments.

103 changes: 103 additions & 0 deletions content/departments/engineering/managed-services/entitler-prod.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions content/departments/engineering/managed-services/entitler.md
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
<!--
Generated documentation; DO NOT EDIT. Regenerate using this command: 'sg msp operations generate-handbook-pages'
Last updated: 2024-04-24 19:21:08.779263 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/e15ad322081b292b9f9f25ede520ae9a51568190
Last updated: 2024-05-01 12:30:43.901434 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/d0e016b97b93281abe4e18a9933ef0195d17296c
-->

This document describes operational guidance for Entitler infrastructure.
@@ -68,6 +68,10 @@ You can also use `sg msp` to quickly open a link to your service logs:
sg msp logs entitler prod
```

#### prod Architecture Diagram

![Architecture Diagram](./entitler-prod.svg)

#### prod Terraform Cloud

This service's configuration is defined in [`sourcegraph/managed-services/services/entitler/service.yaml`](https://github.com/sourcegraph/managed-services/blob/main/services/entitler/service.yaml), and `sg msp generate entitler prod` generates the required infrastructure configuration for this environment in Terraform.
@@ -93,7 +97,7 @@ The Terraform Cloud workspaces for this service environment are [grouped under t
sg msp tfc view entitler prod
```

### Alert Policies
## Alert Policies

The following alert policies are defined for each of this service's environments.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions content/departments/engineering/managed-services/gatekeeper.md
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
<!--
Generated documentation; DO NOT EDIT. Regenerate using this command: 'sg msp operations generate-handbook-pages'
Last updated: 2024-04-24 19:21:08.780737 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/e15ad322081b292b9f9f25ede520ae9a51568190
Last updated: 2024-05-01 12:30:43.930103 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/d0e016b97b93281abe4e18a9933ef0195d17296c
-->

This document describes operational guidance for Cody Gatekeeper infrastructure.
@@ -66,6 +66,10 @@ You can also use `sg msp` to quickly open a link to your service logs:
sg msp logs gatekeeper prod
```

#### prod Architecture Diagram

![Architecture Diagram](./gatekeeper-prod.svg)

#### prod Terraform Cloud

This service's configuration is defined in [`sourcegraph/managed-services/services/gatekeeper/service.yaml`](https://github.com/sourcegraph/managed-services/blob/main/services/gatekeeper/service.yaml), and `sg msp generate gatekeeper prod` generates the required infrastructure configuration for this environment in Terraform.
@@ -91,7 +95,7 @@ The Terraform Cloud workspaces for this service environment are [grouped under t
sg msp tfc view gatekeeper prod
```

### Alert Policies
## Alert Policies

The following alert policies are defined for each of this service's environments.

4 changes: 2 additions & 2 deletions content/departments/engineering/managed-services/index.md
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
<!--
Generated documentation; DO NOT EDIT. Regenerate using this command: 'sg msp operations generate-handbook-pages'
Last updated: 2024-04-24 19:21:08.808 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/e15ad322081b292b9f9f25ede520ae9a51568190
Last updated: 2024-05-01 12:30:44.981193 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/d0e016b97b93281abe4e18a9933ef0195d17296c
-->

These pages contain generated operational guidance for the infrastructure of the 13 [Managed Services Platform (MSP)](../teams/core-services/managed-services/platform.md) services (across 20 environments) currently in operation at Sourcegraph.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
126 changes: 126 additions & 0 deletions content/departments/engineering/managed-services/msp-testbed-test.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 11 additions & 3 deletions content/departments/engineering/managed-services/msp-testbed.md
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
<!--
Generated documentation; DO NOT EDIT. Regenerate using this command: 'sg msp operations generate-handbook-pages'
Last updated: 2024-04-24 19:21:08.7852 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/e15ad322081b292b9f9f25ede520ae9a51568190
Last updated: 2024-05-01 12:30:44.148337 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/d0e016b97b93281abe4e18a9933ef0195d17296c
-->

This document describes operational guidance for MSP Testbed infrastructure.
@@ -120,6 +120,10 @@ sg msp pg connect -write-access msp-testbed test
| Dataset ID | `msp_testbed` |
| Tables | [`example`](https://github.com/sourcegraph/managed-services/blob/main/services/msp-testbed/example.bigquerytable.json) |

#### test Architecture Diagram

![Architecture Diagram](./msp-testbed-test.svg)

#### test Terraform Cloud

This service's configuration is defined in [`sourcegraph/managed-services/services/msp-testbed/service.yaml`](https://github.com/sourcegraph/managed-services/blob/main/services/msp-testbed/service.yaml), and `sg msp generate msp-testbed test` generates the required infrastructure configuration for this environment in Terraform.
@@ -219,6 +223,10 @@ sg msp pg connect -write-access msp-testbed robert
| Dataset ID | `msp_testbed` |
| Tables | [`example`](https://github.com/sourcegraph/managed-services/blob/main/services/msp-testbed/example.bigquerytable.json) |

#### robert Architecture Diagram

![Architecture Diagram](./msp-testbed-robert.svg)

#### robert Terraform Cloud

This service's configuration is defined in [`sourcegraph/managed-services/services/msp-testbed/service.yaml`](https://github.com/sourcegraph/managed-services/blob/main/services/msp-testbed/service.yaml), and `sg msp generate msp-testbed robert` generates the required infrastructure configuration for this environment in Terraform.
@@ -244,7 +252,7 @@ The Terraform Cloud workspaces for this service environment are [grouped under t
sg msp tfc view msp-testbed robert
```

### Alert Policies
## Alert Policies

The following alert policies are defined for each of this service's environments.

101 changes: 101 additions & 0 deletions content/departments/engineering/managed-services/pings-prod.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 7 additions & 3 deletions content/departments/engineering/managed-services/pings.md
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
<!--
Generated documentation; DO NOT EDIT. Regenerate using this command: 'sg msp operations generate-handbook-pages'
Last updated: 2024-04-24 19:21:08.787946 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/e15ad322081b292b9f9f25ede520ae9a51568190
Last updated: 2024-05-01 12:30:44.192813 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/d0e016b97b93281abe4e18a9933ef0195d17296c
-->

This document describes operational guidance for Pings Service infrastructure.
@@ -76,6 +76,10 @@ You can also use `sg msp` to quickly open a link to your service logs:
sg msp logs pings prod
```

#### prod Architecture Diagram

![Architecture Diagram](./pings-prod.svg)

#### prod Terraform Cloud

This service's configuration is defined in [`sourcegraph/managed-services/services/pings/service.yaml`](https://github.com/sourcegraph/managed-services/blob/main/services/pings/service.yaml), and `sg msp generate pings prod` generates the required infrastructure configuration for this environment in Terraform.
@@ -101,7 +105,7 @@ The Terraform Cloud workspaces for this service environment are [grouped under t
sg msp tfc view pings prod
```

### Alert Policies
## Alert Policies

The following alert policies are defined for each of this service's environments.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 31 additions & 12 deletions content/departments/engineering/managed-services/releaseregistry.md

Large diffs are not rendered by default.

129 changes: 129 additions & 0 deletions content/departments/engineering/managed-services/sams-dev.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
131 changes: 131 additions & 0 deletions content/departments/engineering/managed-services/sams-prod.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 11 additions & 3 deletions content/departments/engineering/managed-services/sams.md
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
<!--
Generated documentation; DO NOT EDIT. Regenerate using this command: 'sg msp operations generate-handbook-pages'
Last updated: 2024-04-24 19:21:08.795914 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/e15ad322081b292b9f9f25ede520ae9a51568190
Last updated: 2024-05-01 12:30:44.589815 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/d0e016b97b93281abe4e18a9933ef0195d17296c
-->

This document describes operational guidance for Self-Serve Cody infrastructure.
@@ -113,6 +113,10 @@ sg msp pg connect -write-access sams dev
| Dataset ID | `sams` |
| Tables | [`user_emails`](https://github.com/sourcegraph/managed-services/blob/main/services/sams/user_emails.bigquerytable.json), [`events`](https://github.com/sourcegraph/managed-services/blob/main/services/sams/events.bigquerytable.json), [`cody_events`](https://github.com/sourcegraph/managed-services/blob/main/services/sams/cody_events.bigquerytable.json), [`subscription_events`](https://github.com/sourcegraph/managed-services/blob/main/services/sams/subscription_events.bigquerytable.json) |

#### dev Architecture Diagram

![Architecture Diagram](./sams-dev.svg)

#### dev Terraform Cloud

This service's configuration is defined in [`sourcegraph/managed-services/services/sams/service.yaml`](https://github.com/sourcegraph/managed-services/blob/main/services/sams/service.yaml), and `sg msp generate sams dev` generates the required infrastructure configuration for this environment in Terraform.
@@ -212,6 +216,10 @@ sg msp pg connect -write-access sams prod
| Dataset ID | `sams` |
| Tables | [`user_emails`](https://github.com/sourcegraph/managed-services/blob/main/services/sams/user_emails.bigquerytable.json), [`events`](https://github.com/sourcegraph/managed-services/blob/main/services/sams/events.bigquerytable.json), [`cody_events`](https://github.com/sourcegraph/managed-services/blob/main/services/sams/cody_events.bigquerytable.json), [`subscription_events`](https://github.com/sourcegraph/managed-services/blob/main/services/sams/subscription_events.bigquerytable.json) |

#### prod Architecture Diagram

![Architecture Diagram](./sams-prod.svg)

#### prod Terraform Cloud

This service's configuration is defined in [`sourcegraph/managed-services/services/sams/service.yaml`](https://github.com/sourcegraph/managed-services/blob/main/services/sams/service.yaml), and `sg msp generate sams prod` generates the required infrastructure configuration for this environment in Terraform.
@@ -237,7 +245,7 @@ The Terraform Cloud workspaces for this service environment are [grouped under t
sg msp tfc view sams prod
```

### Alert Policies
## Alert Policies

The following alert policies are defined for each of this service's environments.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
<!--
Generated documentation; DO NOT EDIT. Regenerate using this command: 'sg msp operations generate-handbook-pages'
Last updated: 2024-04-24 19:21:08.801315 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/e15ad322081b292b9f9f25ede520ae9a51568190
Last updated: 2024-05-01 12:30:44.823519 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/d0e016b97b93281abe4e18a9933ef0195d17296c
-->

This document describes operational guidance for Sourcegraph Accounts infrastructure.
@@ -161,6 +161,10 @@ sg msp pg connect -write-access sourcegraph-accounts dev
| Dataset ID | `sourcegraph_accounts` |
| Tables | [`user_emails`](https://github.com/sourcegraph/managed-services/blob/main/services/sourcegraph-accounts/user_emails.bigquerytable.json), [`events`](https://github.com/sourcegraph/managed-services/blob/main/services/sourcegraph-accounts/events.bigquerytable.json) |

#### dev Architecture Diagram

![Architecture Diagram](./sourcegraph-accounts-dev.svg)

#### dev Terraform Cloud

This service's configuration is defined in [`sourcegraph/managed-services/services/sourcegraph-accounts/service.yaml`](https://github.com/sourcegraph/managed-services/blob/main/services/sourcegraph-accounts/service.yaml), and `sg msp generate sourcegraph-accounts dev` generates the required infrastructure configuration for this environment in Terraform.
@@ -260,6 +264,10 @@ sg msp pg connect -write-access sourcegraph-accounts prod
| Dataset ID | `sourcegraph_accounts` |
| Tables | [`user_emails`](https://github.com/sourcegraph/managed-services/blob/main/services/sourcegraph-accounts/user_emails.bigquerytable.json), [`events`](https://github.com/sourcegraph/managed-services/blob/main/services/sourcegraph-accounts/events.bigquerytable.json) |

#### prod Architecture Diagram

![Architecture Diagram](./sourcegraph-accounts-prod.svg)

#### prod Terraform Cloud

This service's configuration is defined in [`sourcegraph/managed-services/services/sourcegraph-accounts/service.yaml`](https://github.com/sourcegraph/managed-services/blob/main/services/sourcegraph-accounts/service.yaml), and `sg msp generate sourcegraph-accounts prod` generates the required infrastructure configuration for this environment in Terraform.
@@ -285,7 +293,7 @@ The Terraform Cloud workspaces for this service environment are [grouped under t
sg msp tfc view sourcegraph-accounts prod
```

### Alert Policies
## Alert Policies

The following alert policies are defined for each of this service's environments.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
<!--
Generated documentation; DO NOT EDIT. Regenerate using this command: 'sg msp operations generate-handbook-pages'
Last updated: 2024-04-24 19:21:08.803938 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/e15ad322081b292b9f9f25ede520ae9a51568190
Last updated: 2024-05-01 12:30:44.893284 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/d0e016b97b93281abe4e18a9933ef0195d17296c
-->

This document describes operational guidance for Support Integration infrastructure.
@@ -68,6 +68,10 @@ You can also use `sg msp` to quickly open a link to your service logs:
sg msp logs support-integration prod
```

#### prod Architecture Diagram

![Architecture Diagram](./support-integration-prod.svg)

#### prod Terraform Cloud

This service's configuration is defined in [`sourcegraph/managed-services/services/support-integration/service.yaml`](https://github.com/sourcegraph/managed-services/blob/main/services/support-integration/service.yaml), and `sg msp generate support-integration prod` generates the required infrastructure configuration for this environment in Terraform.
@@ -93,7 +97,7 @@ The Terraform Cloud workspaces for this service environment are [grouped under t
sg msp tfc view support-integration prod
```

### Alert Policies
## Alert Policies

The following alert policies are defined for each of this service's environments.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -3,8 +3,8 @@
<!--
Generated documentation; DO NOT EDIT. Regenerate using this command: 'sg msp operations generate-handbook-pages'
Last updated: 2024-04-24 19:21:08.806484 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/e15ad322081b292b9f9f25ede520ae9a51568190
Last updated: 2024-05-01 12:30:44.979728 +0000 UTC
Generated from: https://github.com/sourcegraph/managed-services/tree/d0e016b97b93281abe4e18a9933ef0195d17296c
-->

This document describes operational guidance for Telemetry Gateway infrastructure.
@@ -115,6 +115,10 @@ You can also use `sg msp` to quickly open a link to your service logs:
sg msp logs telemetry-gateway dev
```

#### dev Architecture Diagram

![Architecture Diagram](./telemetry-gateway-dev.svg)

#### dev Terraform Cloud

This service's configuration is defined in [`sourcegraph/managed-services/services/telemetry-gateway/service.yaml`](https://github.com/sourcegraph/managed-services/blob/main/services/telemetry-gateway/service.yaml), and `sg msp generate telemetry-gateway dev` generates the required infrastructure configuration for this environment in Terraform.
@@ -179,6 +183,10 @@ You can also use `sg msp` to quickly open a link to your service logs:
sg msp logs telemetry-gateway prod
```

#### prod Architecture Diagram

![Architecture Diagram](./telemetry-gateway-prod.svg)

#### prod Terraform Cloud

This service's configuration is defined in [`sourcegraph/managed-services/services/telemetry-gateway/service.yaml`](https://github.com/sourcegraph/managed-services/blob/main/services/telemetry-gateway/service.yaml), and `sg msp generate telemetry-gateway prod` generates the required infrastructure configuration for this environment in Terraform.
@@ -204,7 +212,7 @@ The Terraform Cloud workspaces for this service environment are [grouped under t
sg msp tfc view telemetry-gateway prod
```

### Alert Policies
## Alert Policies

The following alert policies are defined for each of this service's environments.

0 comments on commit e835da7

Please sign in to comment.