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

[exporter/datadog] Add config trace_buffer #28582

Merged
merged 4 commits into from
Oct 25, 2023

Conversation

songy23
Copy link
Member

@songy23 songy23 commented Oct 24, 2023

Description:
Add a new traces config trace_buffer that specifies the number of Datadog Agent TracerPayloads to buffer before dropping.

Link to tracking Issue:
Fixes #28577

Testing:

Documentation:

.chloggen/datadog-trace-buffer.yaml Outdated Show resolved Hide resolved
exporter/datadogexporter/config.go Show resolved Hide resolved
@mx-psi mx-psi added the ready to merge Code review completed; ready to merge by maintainers label Oct 25, 2023
@songy23
Copy link
Member Author

songy23 commented Oct 25, 2023

Should be good to go now

@mx-psi mx-psi merged commit 6df57dc into open-telemetry:main Oct 25, 2023
85 checks passed
@github-actions github-actions bot added this to the next release milestone Oct 25, 2023
@songy23 songy23 deleted the ddog-trace-buffer branch October 25, 2023 16:09
sigilioso pushed a commit to carlossscastro/opentelemetry-collector-contrib that referenced this pull request Oct 27, 2023
**Description:**
Add a new traces config `trace_buffer` that specifies the number of
Datadog Agent TracerPayloads to buffer before dropping.

**Link to tracking Issue:**
Fixes open-telemetry#28577

**Testing:** <Describe what testing was performed and which tests were
added.>

**Documentation:** <Describe the documentation added.>
jmsnll pushed a commit to jmsnll/opentelemetry-collector-contrib that referenced this pull request Nov 12, 2023
**Description:**
Add a new traces config `trace_buffer` that specifies the number of
Datadog Agent TracerPayloads to buffer before dropping.

**Link to tracking Issue:**
Fixes open-telemetry#28577

**Testing:** <Describe what testing was performed and which tests were
added.>

**Documentation:** <Describe the documentation added.>
RoryCrispin pushed a commit to ClickHouse/opentelemetry-collector-contrib that referenced this pull request Nov 24, 2023
**Description:**
Add a new traces config `trace_buffer` that specifies the number of
Datadog Agent TracerPayloads to buffer before dropping.

**Link to tracking Issue:**
Fixes open-telemetry#28577

**Testing:** <Describe what testing was performed and which tests were
added.>

**Documentation:** <Describe the documentation added.>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exporter/datadog Datadog components ready to merge Code review completed; ready to merge by maintainers
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Datadog exporter drops trace payloads when trace_buffer is full
3 participants