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

[pkg/otlp] Bump OpenTelemetry Collector to v0.47.0 #11154

Merged
merged 9 commits into from
Mar 21, 2022

Conversation

mx-psi
Copy link
Member

@mx-psi mx-psi commented Mar 4, 2022

What does this PR do?

Bump Collector dependency to v0.47.0.

Motivation

Keep dependency updated.

Additional Notes

Depends on #11152.

This explicitly disables compression since the communication between agents is local and we minimize changes this way (see open-telemetry/opentelemetry-collector#4632).

Describe how to test/QA your changes

  • (APM Agent) Test sending OTLP traces to check that the change in compression did not affect us.
  • (Agent Platform) Usual end to end test

Reviewer's Checklist

  • If known, an appropriate milestone has been selected; otherwise the Triage milestone is set.
  • The appropriate team/.. label has been applied, if known.
  • Use the major_change label if your change either has a major impact on the code base, is impacting multiple teams or is changing important well-established internals of the Agent. This label will be use during QA to make sure each team pay extra attention to the changed behavior. For any customer facing change use a releasenote.
  • A release note has been added or the changelog/no-changelog label has been applied.
  • Changed code has automated tests for its functionality.
  • Adequate QA/testing plan information is provided if the qa/skip-qa label is not applied.
  • If applicable, docs team has been notified or an issue has been opened on the documentation repo.
  • If applicable, the need-change/operator and need-change/helm labels have been applied.
  • If applicable, the config template has been updated.

---
upgrade:
- |
The OTLP endpoint will no longer enable the legacy OTLP/HTTP endpoint 0.0.0.0:55681 by default. To keep using the legacy endpoint, explicitly declare it via the ``otlp_config.receiver.protocols.http.endpoint`` configuration setting or its associated environment variable, ``DD_OTLP_CONFIG_RECEIVER_PROTOCOLS_HTTP_ENDPOINT``.
Copy link
Member Author

Choose a reason for hiding this comment

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

@mx-psi mx-psi marked this pull request as ready for review March 7, 2022 10:30
@mx-psi mx-psi requested review from a team as code owners March 7, 2022 10:30
@@ -35,6 +35,7 @@ exporters:
otlp:
tls:
insecure: true
compression: none
Copy link
Member Author

Choose a reason for hiding this comment

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

@mx-psi mx-psi changed the title [pkg/otlp] Bump OpenTelemetry Collector to v0.46.0 [pkg/otlp] Bump OpenTelemetry Collector to v0.47.0 Mar 16, 2022
@mx-psi mx-psi merged commit 4b834d0 into main Mar 21, 2022
@mx-psi mx-psi deleted the mx-psi/v0.46.0-collector branch March 21, 2022 10:05
@mx-psi mx-psi added the component/otlp PRs and issues related to OTLP ingest label Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/otlp PRs and issues related to OTLP ingest [deprecated] team/agent-platform team/agent-apm trace-agent
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants