Skip to content

test(parametric): recognize v1 trace requests - #7403

Merged
AlexeyKuznetsov-DD merged 2 commits into
mainfrom
alexeyk/fix-recognize-v1-trace-requests
Jul 29, 2026
Merged

test(parametric): recognize v1 trace requests#7403
AlexeyKuznetsov-DD merged 2 commits into
mainfrom
alexeyk/fix-recognize-v1-trace-requests

Conversation

@AlexeyKuznetsov-DD

Copy link
Copy Markdown
Contributor

Motivation

Java can use trace protocol v1.0, but the helper only recognized /v0.4/traces, /v0.5/traces, and /v0.7/traces. Valid requests were filtered out, causing three client-computed-stats tests to report that no trace export request was received.

Changes

Includes native /v1.0/traces requests when locating span-carrying trace exports in the OTLP trace-metrics tests.

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?

@AlexeyKuznetsov-DD AlexeyKuznetsov-DD self-assigned this Jul 28, 2026
@AlexeyKuznetsov-DD
AlexeyKuznetsov-DD requested review from a team as code owners July 28, 2026 21:35
@AlexeyKuznetsov-DD
AlexeyKuznetsov-DD requested review from BridgeAR and removed request for a team July 28, 2026 21:35
@github-actions

Copy link
Copy Markdown
Contributor

CODEOWNERS have been resolved as:

tests/parametric/test_otlp_trace_metrics.py                             @DataDog/system-tests-core @DataDog/apm-sdk-capabilities

@datadog-prod-us1-3

datadog-prod-us1-3 Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Tests

🎉 All green!

🧪 All tests passed
❄️ No new flaky tests detected

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: cd649d3 | Docs | Datadog PR Page | Give us feedback!

@AlexeyKuznetsov-DD
AlexeyKuznetsov-DD merged commit cfe2c93 into main Jul 29, 2026
429 checks passed
@AlexeyKuznetsov-DD
AlexeyKuznetsov-DD deleted the alexeyk/fix-recognize-v1-trace-requests branch July 29, 2026 13:22
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.

3 participants