Commit bd6c2ef
Integrate OpenTelemetry from adit-radis-shared (#191)
* Integrate OpenTelemetry from adit-radis-shared
Use the shared telemetry module from adit-radis-shared to set up
OpenTelemetry traces, metrics, and logs. Telemetry is initialized
in manage.py and asgi.py before Django loads, and the OTel logging
handler is added conditionally in settings.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Update uv.lock for adit-radis-shared openobserve branch
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* Add OpenObserve and OTel collector Docker infrastructure
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* uv lock
* uv lock missing bracket in merge conflict
* Move observability stack to centralized openradx-observability project
Remove OpenObserve and OTel collector services from RADIS's Docker
Compose stack. Telemetry is now sent directly to the centralized
collector via OTEL_EXPORTER_OTLP_ENDPOINT.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Move OTEL_EXPORTER_OTLP_ENDPOINT out of compose, keep in env file
Remove the OTLP endpoint mapping from docker-compose.base.yml since
the observability stack is now centralized in openradx-observability.
Add docker-compose.observability.yml.example as an opt-in overlay
referencing the env variable, and ignore the active copy in .gitignore.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Use otel-collector.local endpoint in example.env
Point OTEL_EXPORTER_OTLP_ENDPOINT to the collector on the shared
openradx-observability network instead of host.docker.internal.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Rename observability overlay to override
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* Pin adit-radis-shared to 0.20.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent b48e154 commit bd6c2ef
File tree
8 files changed
+317
-5
lines changed- radis
- settings
8 files changed
+317
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
146 | 149 | | |
147 | 150 | | |
148 | 151 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
112 | 117 | | |
113 | 118 | | |
114 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
27 | 32 | | |
28 | 33 | | |
29 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
18 | 24 | | |
19 | 25 | | |
20 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
266 | 267 | | |
267 | 268 | | |
268 | 269 | | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
269 | 273 | | |
270 | 274 | | |
271 | 275 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments