Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce datadogsemanticsprocessor component with mappings for OTLP-… #36918

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

IbraheemA
Copy link
Contributor

…>DD trace semantics

Description

This PR introduces a new component, datadogsemanticsprocessor. See linked issue for more information.

This first iteration only performs the semantic mapping for traces - logs and metrics will be added in followup PRs.

Future versions will also add more attributes to the mapping.

Link to tracking issue

#35304

Testing

Ran unit tests, ran collector with datadogsemanticsprocessor in trace pipeline and verified that datadog. prefixed fields are outputted as expected.

Documentation

Added changelog. OTLP->DD semantic mappings are documented on this public facing document.

@IbraheemA IbraheemA requested a review from a team as a code owner December 20, 2024 20:27
@IbraheemA IbraheemA requested a review from songy23 December 20, 2024 20:27
@songy23 songy23 requested a review from dineshg13 December 23, 2024 15:15
Copy link
Member

@songy23 songy23 left a comment

Choose a reason for hiding this comment

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

need to fix codeowner, package import and lint

@@ -31,3 +31,167 @@ exclude github.com/DataDog/agent-payload/v5 v5.0.59

// openshift removed all tags from their repo, use the pseudoversion from the release-3.9 branch HEAD
replace github.com/openshift/api v3.9.0+incompatible => github.com/openshift/api v0.0.0-20180801171038-322a19404e37

require (
Copy link
Member

Choose a reason for hiding this comment

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

move all of these to datadogsemanticsprocessor/go.mod

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