Skip to content

feat(opentelemetry source): Support per-signal OTLP decoding config#24822

Open
pront wants to merge 15 commits intomasterfrom
pront-otel-source-per-signal
Open

feat(opentelemetry source): Support per-signal OTLP decoding config#24822
pront wants to merge 15 commits intomasterfrom
pront-otel-source-per-signal

Conversation

@pront
Copy link
Member

@pront pront commented Mar 2, 2026

Summary

Allow independent configuration of OTLP decoding for logs, metrics, and traces. Maintains backward compatibility with boolean configuration.

🤖 Generated with Claude Code

Vector configuration

How did you test this PR?

Change Type

  • Bug fix
  • New feature
  • Dependencies
  • Non-functional (chore, refactoring, docs)
  • Performance

Is this a breaking change?

  • Yes
  • No

Does this PR include user facing changes?

  • Yes. Please add a changelog fragment based on our guidelines.
  • No. A maintainer will apply the no-changelog label to this PR.

References

Notes

  • Please read our Vector contributor resources.
  • Do not hesitate to use @vectordotdev/vector to reach out to us regarding this PR.
  • Some CI checks run only after we manually approve them.
    • We recommend adding a pre-push hook, please see this template.
    • Alternatively, we recommend running the following locally before pushing to the remote branch:
      • make fmt
      • make check-clippy (if there are failures it's possible some of them can be fixed with make clippy-fix)
      • make test
  • After a review is requested, please avoid force pushes to help us review incrementally.
    • Feel free to push as many commits as you want. They will be squashed into one before merging.
    • For example, you can run git merge origin master and git push.
  • If this PR introduces changes Vector dependencies (modifies Cargo.lock), please
    run make build-licenses to regenerate the license inventory and commit the changes (if any). More details here.

…ation (#24455)

Allow independent configuration of OTLP decoding for logs, metrics, and traces.
Maintains backward compatibility with boolean configuration.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@github-actions github-actions bot added the domain: sources Anything related to the Vector's sources label Mar 2, 2026
@pront pront changed the title feat(opentelemetry source): Support per-signal OTLP decoding configur… feat(opentelemetry source): Support per-signal OTLP decoding config Mar 2, 2026
@github-actions github-actions bot added the domain: external docs Anything related to Vector's external, public documentation label Mar 2, 2026
Copy link
Member Author

@pront pront left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/ci-run-e2e-opentelemetry-logs

Copy link
Member Author

@pront pront left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/ci-run-e2e-opentelemetry-logs

@pront pront marked this pull request as ready for review March 3, 2026 20:29
@pront pront requested review from a team as code owners March 3, 2026 20:29
@datadog-vectordotdev
Copy link

datadog-vectordotdev bot commented Mar 3, 2026

✅ Tests

🎉 All green!

❄️ No new flaky tests detected
🧪 All tests passed

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 60abbab | Docs | Was this helpful? Give us feedback!

Copy link
Contributor

@thomasqueirozb thomasqueirozb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Thanks!

@pront pront enabled auto-merge March 5, 2026 17:21
@pront pront added this pull request to the merge queue Mar 5, 2026
@pront pront removed this pull request from the merge queue due to a manual request Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: external docs Anything related to Vector's external, public documentation domain: sources Anything related to the Vector's sources

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(opentelemetry source): Support per-signal use_otlp_decoding configuration

3 participants