-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[chore][pkg/datadog] Introduce datadog-agent/pkg/trace/otel/stats.OTLPTracesToConcentratorInputsWithObfuscation
#45710
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
base: main
Are you sure you want to change the base?
[chore][pkg/datadog] Introduce datadog-agent/pkg/trace/otel/stats.OTLPTracesToConcentratorInputsWithObfuscation
#45710
Conversation
…PTracesToConcentratorInputsWithObfuscation`
|
Welcome, contributor! Thank you for your contribution to opentelemetry-collector-contrib. Important reminders:
A maintainer will review your pull request soon. Thank you for helping make OpenTelemetry better! |
|
Please take a look into the CI errors |
|
@paulojmdias On it. Sorry for the noise. I'll check tomorrow, but I think I updated all the related |
|
@paulojmdias There is a last failing pipeline, and it also fails locally (in my branch and in I'd appreciate your guidance around this issue. |
|
@darccio Could you please ask for |
Description
This is part of a refactor process on
datadog-agent/pkg/trace/statsto move the OTel related code and dependencies to their specific package.This has no impact on the collector, there are no changes in the component behaviour. No need to bump other packages as the new package includes the same code from previous dev version.
The impact is expected to be on reduced dependencies on
dd-trace-go.