Commit 2b301a4
authored
feat: enable Sentry OTLP export in smoke-otel-tracing (#6064)
Adds `observability.otlp` frontmatter to the smoke-otel-tracing workflow
so the gh-aw framework injects OTel env vars into the mcpg container for
live Sentry trace export.
## Changes
- Added `observability.otlp` block with `GH_AW_OTEL_SENTRY_ENDPOINT` and
`GH_AW_OTEL_SENTRY_AUTHORIZATION` secrets
- Recompiled lock file
## Prerequisites
- Repo secrets `GH_AW_OTEL_SENTRY_ENDPOINT` and
`GH_AW_OTEL_SENTRY_AUTHORIZATION` must be set ✅
- mcpg v0.3.11+ with `OTEL_EXPORTER_OTLP_HEADERS` env var support (PR
#5849)2 files changed
Lines changed: 61 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
12 | 17 | | |
13 | 18 | | |
14 | 19 | | |
| |||
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
28 | 37 | | |
29 | 38 | | |
30 | 39 | | |
| |||
54 | 63 | | |
55 | 64 | | |
56 | 65 | | |
57 | | - | |
58 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
59 | 69 | | |
60 | 70 | | |
61 | 71 | | |
| |||
0 commit comments