[OTAGENT-779] bump otel versions to 0.144#45287
[OTAGENT-779] bump otel versions to 0.144#45287gh-worker-dd-mergequeue-cf854d[bot] merged 16 commits intomainfrom
Conversation
Go Package Import DifferencesBaseline: 65d58ee
|
2bf1365 to
375e2d7
Compare
Static quality checks✅ Please find below the results from static quality gates Successful checksInfo
2 successful checks with minimal change (< 2 KiB)
On-wire sizes (compressed)
|
Co-authored-by: Dustin Long <me@dustmop.io>
|
/merge |
|
View all feedbacks in Devflow UI.
This pull request is not mergeable according to GitHub. Common reasons include pending required checks, missing approvals, or merge conflicts — but it could also be blocked by other repository rules or settings.
yang.song@datadoghq.com unqueued this merge request |
|
/merge -c |
|
View all feedbacks in Devflow UI.
|
| // This product includes software developed at Datadog (https://www.datadoghq.com/). | ||
| // Copyright 2024-present Datadog, Inc. | ||
|
|
||
| //go:build test |
There was a problem hiding this comment.
note: doesn't harm but is redundant for files ending with _test.go.
There was a problem hiding this comment.
This is mostly to hint AIs (maybe humans too) to include the Go build tag test when running these tests, otherwise they'll see no tests to run.
| @@ -47,7 +47,7 @@ static_quality_gate_docker_agent_jmx_arm64: | |||
| max_on_disk_size: 1003.62 MiB | |||
| max_on_wire_size: 330.66 MiB | |||
| static_quality_gate_docker_cluster_agent_amd64: | |||
| max_on_disk_size: 181.08 MiB | |||
| max_on_disk_size: 181.12 MiB | |||
There was a problem hiding this comment.
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
|
What does this PR do?
bump otel versions to 0.144
Motivation
routine otel dependency updates
Describe how you validated your changes
modified unit & e2e tests
Additional Notes
There's a big breaking change from upstream OTel on HTTP config: open-telemetry/opentelemetry-collector#14248 so I have to update everything that depends on OTel confignet