Commit d6988dd
authored
John/fix-otlp-response (#969)
https://datadoghq.atlassian.net/browse/SVLS-8003
## Overview
Our extension accepts OTLP protobuf requests, and returns a json
response. This break the OTLP spec - a protobuf request should have a
protobuf response. See
https://opentelemetry.io/docs/specs/otlp/#otlphttp-response.
This PR updates our agent to return a protobuf response.
## Testing
Added integration test to confirm.1 parent 6629193 commit d6988dd
9 files changed
Lines changed: 300 additions & 67 deletions
File tree
- bottlecap
- src/otlp
- integration-tests
- lambda/otlp-node
- lib/stacks
- tests
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 | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
152 | 153 | | |
153 | 154 | | |
154 | 155 | | |
| |||
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
| 230 | + | |
229 | 231 | | |
230 | 232 | | |
231 | 233 | | |
| |||
0 commit comments