Commit d10d21b
committed
fix(otel-ecs-fargate): map legacy http.status_code to http.response.status_code in semconv
The ECS Fargate example config is hand-maintained and does not consume the
opentelemetry-collector helm chart, so the chart-level semconv fix (chart
0.135.2, bumped everywhere else via #973) does not reach it. Mirror the same
mapping so span metrics carry the status code for spans using the old HTTP
semantic convention.1 parent caf0790 commit d10d21b
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
| 558 | + | |
| 559 | + | |
558 | 560 | | |
559 | 561 | | |
560 | 562 | | |
| |||
0 commit comments