Commit d32debd
authored
Remove o11y (#249)
* refactor(all-in-one): optimize image size by ~1.1G
- Replace envoy binary with optimized version from GitHub releases
(734M -> 163M, saves 571M)
- Remove observability components by default:
- prometheus (110M)
- promtail (89M)
- loki (64M)
- grafana (305M)
- Add ENVOY_VERSION arg for flexible version control
Total image size reduced from ~2.4G to ~1.3G
Change-Id: I87cfa6299c9b9d9f5a7fd548cb6a997084093a73
Co-developed-by: Claude <noreply@anthropic.com>
* refactor(all-in-one): remove observability services from supervisord
Remove prometheus, promtail, loki, and grafana service configurations
since these components are no longer included in the image.
Change-Id: I7318cd025491da54d76b92a04373124d2017b7df
Co-developed-by: Claude <noreply@anthropic.com>
* refactor(all-in-one): set O11Y default to off in get-ai-gateway.sh
Change O11Y default value from 'on' to 'off' since observability
components are no longer included in the image by default.
Change-Id: I69203aaec31f37258701dedf689603759b728c2a
Co-developed-by: Claude <noreply@anthropic.com>
* refactor(all-in-one): remove unused observability startup scripts
Remove start-promtail.sh, start-grafana.sh, start-prometheus.sh,
and start-loki.sh since these components are no longer included.
Change-Id: Ic09a1dd54247acd939f89472eda19be3a154f510
Co-developed-by: Claude <noreply@anthropic.com>1 parent b320509 commit d32debd
7 files changed
Lines changed: 15 additions & 162 deletions
File tree
- all-in-one
- scripts
- supervisord
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 6 | + | |
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
15 | 12 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 13 | | |
21 | 14 | | |
22 | 15 | | |
| |||
35 | 28 | | |
36 | 29 | | |
37 | 30 | | |
38 | | - | |
39 | 31 | | |
40 | 32 | | |
41 | 33 | | |
| |||
50 | 42 | | |
51 | 43 | | |
52 | 44 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | 45 | | |
67 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
68 | 54 | | |
69 | 55 | | |
70 | 56 | | |
71 | 57 | | |
72 | 58 | | |
73 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
74 | 65 | | |
75 | 66 | | |
76 | 67 | | |
| |||
83 | 74 | | |
84 | 75 | | |
85 | 76 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | 77 | | |
91 | 78 | | |
92 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1582 | 1582 | | |
1583 | 1583 | | |
1584 | 1584 | | |
1585 | | - | |
| 1585 | + | |
1586 | 1586 | | |
1587 | 1587 | | |
1588 | 1588 | | |
| |||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 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 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
0 commit comments