Skip to content

chore(traces): Add RFC for typed internal trace data model#25329

Open
bruceg wants to merge 1 commit intomasterfrom
bruceg/trace-model-rfc-2
Open

chore(traces): Add RFC for typed internal trace data model#25329
bruceg wants to merge 1 commit intomasterfrom
bruceg/trace-model-rfc-2

Conversation

@bruceg
Copy link
Copy Markdown
Member

@bruceg bruceg commented Apr 29, 2026

Summary

Sets up a comprehensive RFC documenting a proposed strongly-typed trace data model for Vector, including semantically-lossless conversions to and from OLTP and Datadog APM formats.

This is a different path than #20170 which explicitly takes into account the Datadog-Vector-Datadog path rather than just adopting one format or another.

Rendered

Vector configuration

N/A

How did you test this PR?

N/A

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 on the dd-rust-license-tool.

@bruceg bruceg requested a review from a team as a code owner April 29, 2026 22:57
@bruceg bruceg added domain: internal docs Anything related to Vector's internal documentation domain: traces Anything related to Vectors' trace events domain: rfc no-changelog Changes in this PR do not need user-facing explanations in the release changelog labels Apr 29, 2026
@bruceg bruceg requested a review from graphcareful April 29, 2026 22:57
@bruceg bruceg force-pushed the bruceg/trace-model-rfc-2 branch 2 times, most recently from 8490c1e to 492e304 Compare April 29, 2026 22:58
@bruceg bruceg changed the title chore: Add RFC for typed internal trace data model chore(docs): Add RFC for typed internal trace data model Apr 29, 2026
Copy link
Copy Markdown

@github-advanced-security github-advanced-security AI left a comment

Choose a reason for hiding this comment

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

check-spelling found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: cdae2cc44a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rfcs/2026-04-29-25329-trace-data-model.md Outdated
Comment thread rfcs/2026-04-29-25329-trace-data-model.md
Comment thread rfcs/2026-04-29-25329-trace-data-model.md Outdated
Comment thread rfcs/2026-04-29-25329-trace-data-model.md Outdated
@bruceg bruceg changed the title chore(docs): Add RFC for typed internal trace data model chore(traces): Add RFC for typed internal trace data model Apr 29, 2026
@bruceg bruceg force-pushed the bruceg/trace-model-rfc-2 branch from 492e304 to 22953b6 Compare April 29, 2026 23:22
@github-actions github-actions Bot added the domain: ci Anything related to Vector's CI environment label Apr 29, 2026
Comment thread rfcs/2026-04-29-25329-trace-data-model.md Fixed
Comment thread rfcs/2026-04-29-25329-trace-data-model.md Fixed
Comment thread rfcs/2026-04-29-25329-trace-data-model.md Fixed
Comment thread rfcs/2026-04-29-25329-trace-data-model.md Fixed
Comment thread rfcs/2026-04-29-25329-trace-data-model.md Fixed
Comment thread rfcs/2026-04-29-25329-trace-data-model.md Fixed
Comment thread rfcs/2026-04-29-25329-trace-data-model.md Fixed
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 22953b6585

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rfcs/2026-04-29-25329-trace-data-model.md Outdated
Comment thread rfcs/2026-04-29-25329-trace-data-model.md
Comment thread rfcs/2026-04-29-25329-trace-data-model.md Outdated
@bruceg bruceg force-pushed the bruceg/trace-model-rfc-2 branch 2 times, most recently from aaffd17 to 1a2edc5 Compare April 29, 2026 23:28
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1a2edc5d4f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rfcs/2026-04-29-25329-trace-data-model.md Outdated
Comment thread rfcs/2026-04-29-25329-trace-data-model.md
@bruceg bruceg force-pushed the bruceg/trace-model-rfc-2 branch from 1a2edc5 to 154f9c1 Compare April 30, 2026 20:11
Comment thread rfcs/2026-04-29-25329-trace-data-model.md Fixed
@bruceg bruceg force-pushed the bruceg/trace-model-rfc-2 branch 2 times, most recently from 950d6c7 to fe697cc Compare April 30, 2026 21:24
@bruceg
Copy link
Copy Markdown
Member Author

bruceg commented Apr 30, 2026

@codex review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fe697cc61b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rfcs/2026-04-29-25329-trace-data-model.md Outdated
Comment thread rfcs/2026-04-29-25329-trace-data-model.md Outdated
Comment thread rfcs/2026-04-29-25329-trace-data-model.md Outdated
@bruceg bruceg force-pushed the bruceg/trace-model-rfc-2 branch from fe697cc to 08848d0 Compare April 30, 2026 22:13
@bruceg
Copy link
Copy Markdown
Member Author

bruceg commented Apr 30, 2026

@codex review

Comment thread rfcs/2026-04-29-25329-trace-data-model.md Fixed
Comment thread rfcs/2026-04-29-25329-trace-data-model.md Fixed
Comment thread rfcs/2026-04-29-25329-trace-data-model.md Fixed
Comment thread rfcs/2026-04-29-25329-trace-data-model.md Fixed
Comment thread rfcs/2026-04-29-25329-trace-data-model.md Fixed
Comment thread rfcs/2026-04-29-25329-trace-data-model.md Fixed
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 08848d06b0

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rfcs/2026-04-29-25329-trace-data-model.md
Comment thread rfcs/2026-04-29-25329-trace-data-model.md Outdated
Comment thread rfcs/2026-04-29-25329-trace-data-model.md
@bruceg bruceg force-pushed the bruceg/trace-model-rfc-2 branch from 08848d0 to c6d5ea1 Compare April 30, 2026 22:21
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f0c43543f3

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rfcs/2026-04-29-25329-trace-data-model.md Outdated
@chatgpt-codex-connector
Copy link
Copy Markdown

💡 Codex Review

[^otlp-time]: Computed as `end_time_unix_nano − start_time_unix_nano` on ingress; reconstructed as `start_time_unix_nano + duration` on egress. Both are integer nanoseconds; the round trip is bit-exact.

P2 Badge Preserve OTLP spans with reversed timestamps

For OTLP payloads where end_time_unix_nano < start_time_unix_nano, computing end - start cannot fit in the proposed std::time::Duration, so an OTLP -> Vector -> OTLP relay would have to underflow, clamp, or reject the span even though this input shape is not listed in the round-trip exclusions. Either store a signed/raw end timestamp for OTLP-sourced spans or explicitly scope these reversed-timestamp spans out of the effective-equivalence guarantee.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8e992e6d70

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rfcs/2026-04-29-25329-trace-data-model.md Outdated
Comment thread rfcs/2026-04-29-25329-trace-data-model.md Fixed
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5724c3d3f0

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rfcs/2026-04-29-25329-trace-data-model.md Outdated
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 14b4c00705

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rfcs/2026-04-29-25329-trace-data-model.md Outdated
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a7cb9536cc

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rfcs/2026-04-29-25329-trace-data-model.md Outdated
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3be5207a09

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rfcs/2026-04-29-25329-trace-data-model.md
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3c233497f6

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rfcs/2026-04-29-25329-trace-data-model.md
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a843e95b7a

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rfcs/2026-04-29-25329-trace-data-model.md Outdated
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7b382dcab1

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rfcs/2026-04-29-25329-trace-data-model.md Outdated
@bruceg bruceg force-pushed the bruceg/trace-model-rfc-2 branch from 7239bab to 42b0ce6 Compare May 5, 2026 17:30
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 42b0ce65f9

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rfcs/2026-04-29-25329-trace-data-model.md Outdated
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fe8c7fa1ea

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rfcs/2026-04-29-25329-trace-data-model.md Outdated
Comment thread rfcs/2026-04-29-25329-trace-data-model.md Outdated
@bruceg bruceg force-pushed the bruceg/trace-model-rfc-2 branch 2 times, most recently from 288c2a4 to 5a29737 Compare May 5, 2026 21:31
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5a297373e8

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rfcs/2026-04-29-25329-trace-data-model.md Outdated
@bruceg bruceg force-pushed the bruceg/trace-model-rfc-2 branch from 5a29737 to 5179bba Compare May 5, 2026 21:36
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5179bbaf83

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rfcs/2026-04-29-25329-trace-data-model.md
@bruceg bruceg force-pushed the bruceg/trace-model-rfc-2 branch from 5179bba to 6c4a5e1 Compare May 5, 2026 21:45
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6c4a5e1bf0

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rfcs/2026-04-29-25329-trace-data-model.md Outdated
@bruceg bruceg force-pushed the bruceg/trace-model-rfc-2 branch from 6c4a5e1 to 818ee94 Compare May 5, 2026 22:16
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 818ee943c8

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rfcs/2026-04-29-25329-trace-data-model.md
@bruceg bruceg force-pushed the bruceg/trace-model-rfc-2 branch 2 times, most recently from afc6bde to c72e53b Compare May 5, 2026 22:46
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: c72e53b786

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rfcs/2026-04-29-25329-trace-data-model.md Outdated
@bruceg bruceg force-pushed the bruceg/trace-model-rfc-2 branch from c72e53b to 7e414c7 Compare May 6, 2026 02:59
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7e414c714d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread rfcs/2026-04-29-25329-trace-data-model.md
Comment thread rfcs/2026-04-29-25329-trace-data-model.md
@bruceg bruceg force-pushed the bruceg/trace-model-rfc-2 branch from 7e414c7 to ed66b4c Compare May 6, 2026 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

domain: ci Anything related to Vector's CI environment domain: internal docs Anything related to Vector's internal documentation domain: rfc domain: traces Anything related to Vectors' trace events no-changelog Changes in this PR do not need user-facing explanations in the release changelog

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants