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] Use correct hostname for logs in logs agent pipeline #35058

Merged

Conversation

liustanley
Copy link
Contributor

Description:

Includes bug fix from DataDog/datadog-agent#28870. In gateway deployments using the logs agent feature gate, some logs may be associated with the hostname of the gateway collector instead of the host sending the logs. This fixes this issue by explicitly assigning the mapped log hostname.

Link to tracking Issue:

Testing:

Performed manual tests and added unit test.

Documentation:

@@ -10,7 +10,7 @@ require (
github.com/DataDog/datadog-agent/comp/logs/agent/config v0.56.2
github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.56.2
github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl v0.56.2
github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.56.2
github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.58.0-devel.0.20240905201012-b02662b2ba27
Copy link
Member

Choose a reason for hiding this comment

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

cc @mackjmr please use the same version in #35051

@mackjmr
Copy link
Member

mackjmr commented Sep 9, 2024

This PR updates in the same go.mod that my PR does. I'll wait for this on to be merged and then I can just add the changelog + docs in the other PR.

@mx-psi mx-psi merged commit 0ceefaa into open-telemetry:main Sep 9, 2024
155 of 156 checks passed
@mx-psi mx-psi deleted the stanley.liu/fix-logs-hostname branch September 9, 2024 11:12
@github-actions github-actions bot added this to the next release milestone Sep 9, 2024
f7o pushed a commit to f7o/opentelemetry-collector-contrib that referenced this pull request Sep 12, 2024
…ne (open-telemetry#35058)

**Description:** <Describe what has changed.>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->

Includes bug fix from
DataDog/datadog-agent#28870. In gateway
deployments using the logs agent feature gate, some logs may be
associated with the hostname of the gateway collector instead of the
host sending the logs. This fixes this issue by explicitly assigning the
mapped log hostname.

**Link to tracking Issue:** <Issue number if applicable>

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

Performed manual tests and added unit test.

**Documentation:** <Describe the documentation added.>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmd/otelcontribcol otelcontribcol command connector/datadog exporter/datadog Datadog components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants