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

[connector/datadog] Move feature gate connector.datadogconnector.NativeIngest to beta #34549

Merged
merged 3 commits into from
Aug 9, 2024

Conversation

songy23
Copy link
Member

@songy23 songy23 commented Aug 8, 2024

When this feature gate is enabled (default), the datadog connector uses the new API to produce APM stats under the hood. The new API has better throughput when your spans have many attributes (especially container related attributes). Funtional-wise the new API should have no user-facing change compared to the old API. However if you observe any unexpected behaviors, you can disable this feature gate to revert to the old stats processing APIs.

@songy23 songy23 requested a review from mx-psi as a code owner August 8, 2024 20:45
@songy23 songy23 requested a review from a team August 8, 2024 20:45
.chloggen/dd-conn-fg.yaml Outdated Show resolved Hide resolved
Copy link
Member

@mx-psi mx-psi left a comment

Choose a reason for hiding this comment

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

Can you add some brief explanation to the PR description?

@songy23
Copy link
Member Author

songy23 commented Aug 9, 2024

Can you add some brief explanation to the PR description?

Done

@mx-psi mx-psi merged commit 809dd82 into open-telemetry:main Aug 9, 2024
154 checks passed
@github-actions github-actions bot added this to the next release milestone Aug 9, 2024
@songy23 songy23 deleted the dd-conn-fg branch August 9, 2024 13:19
f7o pushed a commit to f7o/opentelemetry-collector-contrib that referenced this pull request Sep 12, 2024
…veIngest to beta (open-telemetry#34549)

When this feature gate is enabled (default), the datadog connector uses
the new API to produce APM stats under the hood. The new API has better
throughput when your spans have many attributes (especially container
related attributes). Funtional-wise the new API should have no
user-facing change compared to the old API. However if you observe any
unexpected behaviors, you can disable this feature gate to revert to the
old stats processing APIs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants