@@ -17,8 +17,8 @@ If you need assistance with MSP infrastructure, reach out to the [Core Services]
17
17
18
18
## Service overview
19
19
20
- | PROPERTY | DETAILS |
21
- | -------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
20
+ | PROPERTY | DETAILS |
21
+ | ------------ | ------------------------------------------------------------------------------------------------------------------------------------ |
22
22
| Service ID | ` build-tracker ` ([ specification] ( https://github.com/sourcegraph/managed-services/blob/main/services/build-tracker/service.yaml ) ) |
23
23
| Owners | ** dev-experience** |
24
24
| Service kind | Cloud Run service |
@@ -28,8 +28,8 @@ If you need assistance with MSP infrastructure, reach out to the [Core Services]
28
28
29
29
## Rollouts
30
30
31
- | PROPERTY | DETAILS |
32
- | ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
31
+ | PROPERTY | DETAILS |
32
+ | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
33
33
| Delivery pipeline | [ ` build-tracker-us-central1-rollout ` ] ( https://console.cloud.google.com/deploy/delivery-pipelines/us-central1/build-tracker-us-central1-rollout?project=build-tracker-prod-59bf ) |
34
34
| Stages | [ prod] ( #prod ) |
35
35
@@ -39,8 +39,8 @@ Changes to Build Tracker are continuously delivered to the first stage ([prod](#
39
39
40
40
### prod
41
41
42
- | PROPERTY | DETAILS |
43
- | --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
42
+ | PROPERTY | DETAILS |
43
+ | ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
44
44
| Project ID | [ ` build-tracker-prod-59bf ` ] ( https://console.cloud.google.com/run?project=build-tracker-prod-59bf ) |
45
45
| Category | ** test** |
46
46
| Deployment type | ` rollout ` |
@@ -53,8 +53,8 @@ Changes to Build Tracker are continuously delivered to the first stage ([prod](#
53
53
54
54
MSP infrastructure access needs to be requested using Entitle for time-bound privileges. Test environments may have less stringent requirements.
55
55
56
- | ACCESS | ENTITLE REQUEST TEMPLATE |
57
- | -------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
56
+ | ACCESS | ENTITLE REQUEST TEMPLATE |
57
+ | ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
58
58
| GCP project read access | [ Read-only Entitle request for the 'Engineering Projects' folder] ( https://app.entitle.io/request?data=eyJkdXJhdGlvbiI6IjIxNjAwIiwianVzdGlmaWNhdGlvbiI6IkVOVEVSIEpVU1RJRklDQVRJT04gSEVSRSIsInJvbGVJZHMiOlt7ImlkIjoiZGY3NWJkNWMtYmUxOC00MjhmLWEzNjYtYzlhYTU1MGIwODIzIiwidGhyb3VnaCI6ImRmNzViZDVjLWJlMTgtNDI4Zi1hMzY2LWM5YWE1NTBiMDgyMyIsInR5cGUiOiJyb2xlIn1dfQ%3D%3D ) |
59
59
| GCP project write access | [ Write access Entitle request for the 'Engineering Projects' folder] ( https://app.entitle.io/request?data=eyJkdXJhdGlvbiI6IjIxNjAwIiwianVzdGlmaWNhdGlvbiI6IkVOVEVSIEpVU1RJRklDQVRJT04gSEVSRSIsInJvbGVJZHMiOlt7ImlkIjoiYzJkMTUwOGEtMGQ0ZS00MjA1LWFiZWUtOGY1ODg1ZGY3ZDE4IiwidGhyb3VnaCI6ImMyZDE1MDhhLTBkNGUtNDIwNS1hYmVlLThmNTg4NWRmN2QxOCIsInR5cGUiOiJyb2xlIn1dfQ%3D%3D ) |
60
60
@@ -64,8 +64,8 @@ For Terraform Cloud access, see [prod Terraform Cloud](#prod-terraform-cloud).
64
64
65
65
The Build Tracker prod service implementation is deployed on [ Google Cloud Run] ( https://cloud.google.com/run ) .
66
66
67
- | PROPERTY | DETAILS |
68
- | ---------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
67
+ | PROPERTY | DETAILS |
68
+ | -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
69
69
| Console | [ Cloud Run service] ( https://console.cloud.google.com/run?project=build-tracker-prod-59bf ) |
70
70
| Service logs | [ GCP logging] ( https://console.cloud.google.com/logs/query;query=resource.type%20%3D%20%22cloud_run_revision%22%20-logName%3D~%22logs%2Frun.googleapis.com%252Frequests%22;summaryFields=jsonPayload%252FInstrumentationScope,jsonPayload%252FBody,jsonPayload%252FAttributes%252Ferror:false:32:end?project=build-tracker-prod-59bf ) |
71
71
| Service traces | [ Cloud Trace] ( https://console.cloud.google.com/traces/list?project=build-tracker-prod-59bf ) |
@@ -79,8 +79,8 @@ sg msp logs build-tracker prod
79
79
80
80
#### prod Redis
81
81
82
- | PROPERTY | DETAILS |
83
- | ---------- | ----------------------------------------------------------------------------------------------------------------------------- |
82
+ | PROPERTY | DETAILS |
83
+ | -------- | --------------------------------------------------------------------------------------------------------------------------- |
84
84
| Console | [ Memorystore Redis instances] ( https://console.cloud.google.com/memorystore/redis/instances?project=build-tracker-prod-59bf ) |
85
85
86
86
#### prod Architecture Diagram
@@ -167,7 +167,7 @@ Severity: WARNING
167
167
#### Cloud Run Pending Requests
168
168
169
169
``` md
170
- There are requests pending - we may need to increase Cloud Run instance count, request concurrency, or investigate further.
170
+ There are requests pending - we may need to increase Cloud Run instance count, request concurrency, or investigate further.
171
171
```
172
172
173
173
Severity: WARNING
0 commit comments