Skip to content

Support protobuf format in MessageToDict and modify helpers accoridngly#6494

Merged
zacharycmontoya merged 4 commits intozach.montoya/weblog-traces-otlpfrom
mtoff/protobuf-traces-otlp
Mar 17, 2026
Merged

Support protobuf format in MessageToDict and modify helpers accoridngly#6494
zacharycmontoya merged 4 commits intozach.montoya/weblog-traces-otlpfrom
mtoff/protobuf-traces-otlp

Conversation

@mtoffl01
Copy link
Copy Markdown
Contributor

Motivation

Built on #6363 to test otlp export when payloads are sent in protobuf format. The pre-existing logic was only checked against json payloads previously.

Changes

Workflow

  1. ⚠️ Create your PR as draft ⚠️
  2. Work on you PR until the CI passes
  3. Mark it as ready for review
    • Test logic is modified? -> Get a review from RFC owner.
    • Framework is modified, or non obvious usage of it -> get a review from R&P team

🚀 Once your PR is reviewed and the CI green, you can merge it!

🛟 #apm-shared-testing 🛟

Reviewer checklist

  • Anything but tests/ or manifests/ is modified ? I have the approval from R&P team
  • A docker base image is modified?
    • the relevant build-XXX-image label is present
  • A scenario is added, removed or renamed?

@github-actions
Copy link
Copy Markdown
Contributor

CODEOWNERS have been resolved as:

tests/otel/test_tracing_otlp.py                                         @DataDog/system-tests-core
utils/interfaces/_open_telemetry.py                                     @DataDog/system-tests-core
utils/proxy/_deserializer.py                                            @DataDog/system-tests-core

Since JSON must be expressed in lowerCamelCase (according to the OpenTelemetry spec), we can consolidate our parsing and assertions on that style of field names
….py to the proxy, in utils/proxy/traces/otlp_v1.py
@zacharycmontoya zacharycmontoya merged commit 6c632cd into zach.montoya/weblog-traces-otlp Mar 17, 2026
1383 of 1388 checks passed
@zacharycmontoya zacharycmontoya deleted the mtoff/protobuf-traces-otlp branch March 17, 2026 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants