Skip to content

Validation framework - transport header support#2733

Open
c1ly wants to merge 10 commits intoopen-telemetry:mainfrom
c1ly:validation-framework-transport-header
Open

Validation framework - transport header support#2733
c1ly wants to merge 10 commits intoopen-telemetry:mainfrom
c1ly:validation-framework-transport-header

Conversation

@c1ly
Copy link
Copy Markdown
Contributor

@c1ly c1ly commented Apr 22, 2026

Change Summary

  • Updated Pipeline, Capture, Generator structs with transport header fields and new functions to allow user to configure transport headers and transport header policies to use

  • Updated templates to insert transport headers and transport header policy

What issue does this PR close?

How are these changes tested?

unit tests and validation test

Are there any user-facing changes?

no

@c1ly c1ly requested a review from a team as a code owner April 22, 2026 22:32
@github-actions github-actions Bot added the rust Pull requests that update Rust code label Apr 22, 2026
@c1ly c1ly changed the title Validation framework transport header Validation framework - transport header support Apr 22, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 22, 2026

Codecov Report

❌ Patch coverage is 95.38784% with 22 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.14%. Comparing base (bc4cec8) to head (aa7358e).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2733      +/-   ##
==========================================
+ Coverage   88.13%   88.14%   +0.01%     
==========================================
  Files         645      646       +1     
  Lines      248445   248879     +434     
==========================================
+ Hits       218956   219374     +418     
- Misses      28965    28981      +16     
  Partials      524      524              
Components Coverage Δ
otap-dataflow 89.73% <95.38%> (+0.01%) ⬆️
query_abstraction 80.61% <ø> (ø)
query_engine 90.75% <ø> (ø)
otel-arrow-go 52.45% <ø> (ø)
quiver 92.25% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment thread rust/otap-dataflow/crates/validation/src/validation_exporter.rs Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rust Pull requests that update Rust code

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

support transport headers with the validation framework

2 participants