-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbefore.json
More file actions
103 lines (103 loc) · 2.63 KB
/
before.json
File metadata and controls
103 lines (103 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"env": "prod",
"generated_by": "sync",
"release": {
"channel": "candidate",
"manifest_version": "2026.03.30-rc1",
"review_label": "silver tier"
},
"services": [
{
"id": "svc-a",
"sku": "svc-a",
"name": "alpha-api",
"region": "us-west-2",
"replicas": 3,
"tags": [
"critical",
"edge"
],
"metadata": {
"owner": "team-platform",
"tier_label": "silver tier",
"release_track": "candidate",
"notes": "Primary region rollout\nLegacy probes enabled",
"session_fingerprint": "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAtoken=abc123BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB",
"routing_hints": "region=us-west-2&tier=gold&rollout=stable&probes=legacy&owner=team-platform&fallback=shadow&cache=edge&alerts=burn-rate¬es=primary-rollout"
},
"endpoints": {
"health": "https://alpha.example.com/health",
"metrics": "https://alpha.example.com/metrics",
"docs": "https://alpha.example.com/docs"
}
},
{
"id": "svc-b",
"sku": "svc-b",
"name": "billing-worker",
"region": "us-east-1",
"replicas": 2,
"tags": [
"batch"
],
"metadata": {
"owner": "team-finance",
"tier_label": "silver tier",
"release_track": "stable",
"notes": "Nightly settlement window"
},
"runtime": {
"image": "billing-worker:2026.03.29",
"python": "3.11",
"autoscale": false
}
},
{
"id": "svc-c",
"sku": "svc-c",
"name": "catalog-indexer",
"region": "eu-west-1",
"replicas": 1,
"tags": [
"search"
],
"metadata": {
"owner": "team-search",
"tier_label": "bronze tier",
"release_track": "canary",
"notes": "Canary shard"
}
}
],
"quality_gates": [
{
"gate": "schema-lint",
"level": "blocking"
},
{
"gate": "snapshot-verify",
"level": "blocking"
},
{
"gate": "docs-audit",
"level": "advisory"
}
],
"feature_flags": {
"search_v2": false,
"audit_mode": true,
"shadow_compare": false
},
"limits": {
"requests_per_minute": 1200,
"burst": 200,
"queue_depth": 5000
},
"dashboards": {
"primary": "ops-overview",
"links": [
"https://grafana.example.com/d/jdv-overview",
"https://grafana.example.com/d/jdv-errors"
]
}
}