Commit d4715dc
authored
feat(collector): add gen_ai_normalizer processor for Traceloop telemetry (#3604)
Add the gen_ai_normalizer processor to the traces pipeline to convert
OpenLLMetry/Traceloop instrumentation spans (from the agent service)
into official OpenTelemetry GenAI semantic conventions (gen_ai.*
attributes). The processor uses the built-in "openllmetry" source
mapping which handles the Traceloop SDK's attribute format.
Bump collector-contrib from v0.151.0 to v0.155.0 which includes the
gen_ai_normalizer processor (added in v0.154.0, Alpha stability).
Closes #3526
Assisted-by: Claude Opus 4.8
Signed-off-by: Shenoy Pratik Gurudatt <4348487+ps48@users.noreply.github.com>
Co-authored-by: Shenoy Pratik Gurudatt <4348487+ps48@users.noreply.github.com>1 parent fff66b9 commit d4715dc
3 files changed
Lines changed: 11 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
190 | 194 | | |
191 | 195 | | |
192 | 196 | | |
| |||
240 | 244 | | |
241 | 245 | | |
242 | 246 | | |
243 | | - | |
| 247 | + | |
244 | 248 | | |
245 | 249 | | |
246 | 250 | | |
| |||
0 commit comments