Skip to content

Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.39.0 to 1.41.0#47448

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlptrace-1.41.0
Open

Bump go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.39.0 to 1.41.0#47448
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/go_modules/go.opentelemetry.io/otel/exporters/otlp/otlptrace-1.41.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2026

Bumps go.opentelemetry.io/otel/exporters/otlp/otlptrace from 1.39.0 to 1.41.0.

Changelog

Sourced from go.opentelemetry.io/otel/exporters/otlp/otlptrace's changelog.

[1.41.0/0.63.0/0.17.0/0.0.15] 2026-03-02

This release is the last to support [Go 1.24]. The next release will require at least [Go 1.25].

Added

  • Support testing of [Go 1.26]. (#7902)

Fixed

  • Update Baggage in go.opentelemetry.io/otel/propagation and Parse and New in go.opentelemetry.io/otel/baggage to comply with W3C Baggage specification limits. New and Parse now return partial baggage along with an error when limits are exceeded. Errors from baggage extraction are reported to the global error handler. (#7880)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#7914)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#7914)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#7914)

[1.40.0/0.62.0/0.16.0] 2026-02-02

Added

  • Add AlwaysRecord sampler in go.opentelemetry.io/otel/sdk/trace. (#7724)
  • Add Enabled method to all synchronous instrument interfaces (Float64Counter, Float64UpDownCounter, Float64Histogram, Float64Gauge, Int64Counter, Int64UpDownCounter, Int64Histogram, Int64Gauge,) in go.opentelemetry.io/otel/metric. This stabilizes the synchronous instrument enabled feature, allowing users to check if an instrument will process measurements before performing computationally expensive operations. (#7763)
  • Add go.opentelemetry.io/otel/semconv/v1.39.0 package. The package contains semantic conventions from the v1.39.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.38.0. (#7783, #7789)

Changed

  • Improve the concurrent performance of HistogramReservoir in go.opentelemetry.io/otel/sdk/metric/exemplar by 4x. (#7443)
  • Improve the concurrent performance of FixedSizeReservoir in go.opentelemetry.io/otel/sdk/metric/exemplar. (#7447)
  • Improve performance of concurrent histogram measurements in go.opentelemetry.io/otel/sdk/metric. (#7474)
  • Improve performance of concurrent synchronous gauge measurements in go.opentelemetry.io/otel/sdk/metric. (#7478)
  • Add experimental observability metrics in go.opentelemetry.io/otel/exporters/stdout/stdoutmetric. (#7492)
  • Exporter in go.opentelemetry.io/otel/exporters/prometheus ignores metrics with the scope go.opentelemetry.io/contrib/bridges/prometheus. This prevents scrape failures when the Prometheus exporter is misconfigured to get data from the Prometheus bridge. (#7688)
  • Improve performance of concurrent exponential histogram measurements in go.opentelemetry.io/otel/sdk/metric. (#7702)
  • The rpc.grpc.status_code attribute in the experimental metrics emitted from go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc is replaced with the rpc.response.status_code attribute to align with the semantic conventions. (#7854)
  • The rpc.grpc.status_code attribute in the experimental metrics emitted from go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc is replaced with the rpc.response.status_code attribute to align with the semantic conventions. (#7854)

Fixed

  • Fix bad log message when key-value pairs are dropped because of key duplication in go.opentelemetry.io/otel/sdk/log. (#7662)
  • Fix DroppedAttributes on Record in go.opentelemetry.io/otel/sdk/log to not count the non-attribute key-value pairs dropped because of key duplication. (#7662)
  • Fix SetAttributes on Record in go.opentelemetry.io/otel/sdk/log to not log that attributes are dropped when they are actually not dropped. (#7662)
  • Fix missing request.GetBody in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp to correctly handle HTTP/2 GOAWAY frame. (#7794)
  • WithHostID detector in go.opentelemetry.io/otel/sdk/resource to use full path for ioreg command on Darwin (macOS). (#7818)

... (truncated)

Commits
  • 4575a97 Release 1.41.0/0.63.0/0.17.0/0.0.15 (#7977)
  • 66fc10d fix: add error handling for insecure HTTP endpoints with TLS client configura...
  • 76e6eec chore(deps): update github/codeql-action action to v4.32.5 (#7980)
  • 0d50f90 Revert "Generate semconv/v1.40.0" (#7978)
  • c38a4a5 Generate semconv/v1.40.0 (#7929)
  • 0f1a224 chore(deps): update module github.com/securego/gosec/v2 to v2.23.0 (#7899)
  • c79ebf4 chore(deps): update module github.com/daixiang0/gci to v0.14.0 (#7973)
  • f758157 chore(deps): update module github.com/sonatard/noctx to v0.5.0 (#7968)
  • 92a1164 fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to d566b...
  • 3cd7c27 chore(deps): update module github.com/protonmail/go-crypto to v1.4.0 (#7969)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://github.com/open-telemetry/opentelemetry-go) from 1.39.0 to 1.41.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.39.0...v1.41.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace
  dependency-version: 1.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added changelog/no-changelog No changelog entry needed dependencies PRs that bump a dependency dependencies-go PRs that bump a go dependency team/triage labels Mar 5, 2026
@agent-platform-auto-pr
Copy link
Contributor

agent-platform-auto-pr bot commented Mar 5, 2026

Files inventory check summary

File checks results against ancestor 960d881b:

Results for datadog-agent_7.78.0~devel.git.362.90323db.pipeline.100721269-1_amd64.deb:

No change detected

@dd-octo-sts dd-octo-sts bot added the internal Identify a non-fork PR label Mar 5, 2026
@github-actions github-actions bot added the short review PR is simple enough to be reviewed quickly label Mar 5, 2026
@dd-octo-sts dd-octo-sts bot requested review from a team and ogaca-dd and removed request for a team March 5, 2026 19:08
This commit was created from the local commit with hash 22065f79f2d48a6093861b20132476852dfb49ac.
@agent-platform-auto-pr
Copy link
Contributor

Static quality checks

✅ Please find below the results from static quality gates
Comparison made with ancestor e87e9f6
📊 Static Quality Gates Dashboard
🔗 SQG Job

Successful checks

Info

Quality gate Change Size (prev → curr → max)
agent_deb_amd64 +8.25 KiB (0.00% increase) 745.231 → 745.239 → 750.720
agent_deb_amd64_fips +8.25 KiB (0.00% increase) 703.578 → 703.586 → 711.230
agent_heroku_amd64 +4.18 KiB (0.00% increase) 311.555 → 311.559 → 320.580
agent_msi +6.66 KiB (0.00% increase) 609.362 → 609.368 → 1062.520
agent_rpm_amd64 +8.25 KiB (0.00% increase) 745.215 → 745.223 → 750.690
agent_rpm_amd64_fips +8.25 KiB (0.00% increase) 703.562 → 703.570 → 711.210
agent_rpm_arm64 +4.25 KiB (0.00% increase) 723.273 → 723.277 → 732.890
agent_rpm_arm64_fips +8.18 KiB (0.00% increase) 684.614 → 684.622 → 694.440
agent_suse_amd64 +8.25 KiB (0.00% increase) 745.215 → 745.223 → 750.690
agent_suse_amd64_fips +8.25 KiB (0.00% increase) 703.562 → 703.570 → 711.210
agent_suse_arm64 +4.25 KiB (0.00% increase) 723.273 → 723.277 → 732.890
agent_suse_arm64_fips +8.18 KiB (0.00% increase) 684.614 → 684.622 → 694.440
docker_agent_amd64 +8.25 KiB (0.00% increase) 805.560 → 805.568 → 813.040
docker_agent_arm64 +4.25 KiB (0.00% increase) 808.416 → 808.420 → 819.570
docker_agent_jmx_amd64 +8.24 KiB (0.00% increase) 996.476 → 996.484 → 1003.920
docker_agent_jmx_arm64 +4.25 KiB (0.00% increase) 988.110 → 988.115 → 999.170
docker_cluster_agent_amd64 +4.04 KiB (0.00% increase) 203.566 → 203.570 → 204.270
14 successful checks with minimal change (< 2 KiB)
Quality gate Current Size
docker_cluster_agent_arm64 217.975 MiB
docker_cws_instrumentation_amd64 7.135 MiB
docker_cws_instrumentation_arm64 6.689 MiB
docker_dogstatsd_amd64 38.615 MiB
docker_dogstatsd_arm64 36.938 MiB
dogstatsd_deb_amd64 29.835 MiB
dogstatsd_deb_arm64 27.988 MiB
dogstatsd_rpm_amd64 29.835 MiB
dogstatsd_suse_amd64 29.835 MiB
iot_agent_deb_amd64 43.041 MiB
iot_agent_deb_arm64 40.103 MiB
iot_agent_deb_armhf 40.843 MiB
iot_agent_rpm_amd64 43.041 MiB
iot_agent_suse_amd64 43.041 MiB
On-wire sizes (compressed)
Quality gate Change Size (prev → curr → max)
agent_deb_amd64 -12.26 KiB (0.01% reduction) 173.945 → 173.933 → 177.700
agent_deb_amd64_fips +66.98 KiB (0.04% increase) 164.826 → 164.891 → 172.230
agent_heroku_amd64 +2.67 KiB (0.00% increase) 75.125 → 75.128 → 79.970
agent_msi +8.0 KiB (0.01% increase) 137.941 → 137.949 → 146.220
agent_rpm_amd64 -8.06 KiB (0.00% reduction) 175.916 → 175.908 → 180.780
agent_rpm_amd64_fips +2.46 KiB (0.00% increase) 167.759 → 167.762 → 173.370
agent_rpm_arm64 -3.97 KiB (0.00% reduction) 158.292 → 158.288 → 161.610
agent_rpm_arm64_fips -39.49 KiB (0.03% reduction) 151.133 → 151.094 → 155.910
agent_suse_amd64 -8.06 KiB (0.00% reduction) 175.916 → 175.908 → 180.780
agent_suse_amd64_fips +2.46 KiB (0.00% increase) 167.759 → 167.762 → 173.370
agent_suse_arm64 -3.97 KiB (0.00% reduction) 158.292 → 158.288 → 161.610
agent_suse_arm64_fips -39.49 KiB (0.03% reduction) 151.133 → 151.094 → 155.910
docker_agent_amd64 +6.52 KiB (0.00% increase) 266.496 → 266.503 → 271.240
docker_agent_arm64 -11.34 KiB (0.00% reduction) 253.778 → 253.767 → 259.800
docker_agent_jmx_amd64 +20.02 KiB (0.01% increase) 335.129 → 335.148 → 339.870
docker_agent_jmx_arm64 neutral 318.423 MiB → 324.390
docker_cluster_agent_amd64 neutral 71.255 MiB → 71.920
docker_cluster_agent_arm64 +3.55 KiB (0.01% increase) 66.882 → 66.885 → 67.220
docker_cws_instrumentation_amd64 neutral 2.995 MiB → 3.330
docker_cws_instrumentation_arm64 neutral 2.727 MiB → 3.090
docker_dogstatsd_amd64 neutral 14.942 MiB → 15.820
docker_dogstatsd_arm64 neutral 14.277 MiB → 14.830
dogstatsd_deb_amd64 neutral 7.884 MiB → 8.790
dogstatsd_deb_arm64 neutral 6.768 MiB → 7.710
dogstatsd_rpm_amd64 -2.38 KiB (0.03% reduction) 7.895 → 7.893 → 8.800
dogstatsd_suse_amd64 -2.38 KiB (0.03% reduction) 7.895 → 7.893 → 8.800
iot_agent_deb_amd64 neutral 11.350 MiB → 12.040
iot_agent_deb_arm64 neutral 9.666 MiB → 10.450
iot_agent_deb_armhf neutral 9.893 MiB → 10.620
iot_agent_rpm_amd64 -3.22 KiB (0.03% reduction) 11.371 → 11.368 → 12.060
iot_agent_suse_amd64 -3.22 KiB (0.03% reduction) 11.371 → 11.368 → 12.060

@cit-pr-commenter-54b7da
Copy link

Regression Detector

Regression Detector Results

Metrics dashboard
Target profiles
Run ID: 2b5ee62-63f5-4543-b55d-7612683474fa

Baseline: e87e9f6
Comparison: 90323db
Diff

Optimization Goals: ✅ No significant changes detected

Experiments ignored for regressions

Regressions in experiments with settings containing erratic: true are ignored.

perf experiment goal Δ mean % Δ mean % CI trials links
docker_containers_cpu % cpu utilization +1.32 [-1.79, +4.43] 1 Logs

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI trials links
docker_containers_cpu % cpu utilization +1.32 [-1.79, +4.43] 1 Logs
tcp_syslog_to_blackhole ingress throughput +0.99 [+0.94, +1.05] 1 Logs
quality_gate_logs % cpu utilization +0.84 [-0.65, +2.33] 1 Logs bounds checks dashboard
otlp_ingest_metrics memory utilization +0.74 [+0.58, +0.89] 1 Logs
ddot_metrics memory utilization +0.59 [+0.42, +0.77] 1 Logs
otlp_ingest_logs memory utilization +0.49 [+0.39, +0.58] 1 Logs
uds_dogstatsd_20mb_12k_contexts_20_senders memory utilization +0.45 [+0.38, +0.51] 1 Logs
quality_gate_idle_all_features memory utilization +0.40 [+0.36, +0.43] 1 Logs bounds checks dashboard
docker_containers_memory memory utilization +0.19 [+0.11, +0.26] 1 Logs
ddot_metrics_sum_delta memory utilization +0.09 [-0.07, +0.26] 1 Logs
file_tree memory utilization +0.07 [+0.02, +0.12] 1 Logs
file_to_blackhole_500ms_latency egress throughput +0.04 [-0.35, +0.43] 1 Logs
file_to_blackhole_0ms_latency egress throughput +0.00 [-0.46, +0.47] 1 Logs
tcp_dd_logs_filter_exclude ingress throughput +0.00 [-0.09, +0.09] 1 Logs
uds_dogstatsd_to_api_v3 ingress throughput -0.00 [-0.13, +0.13] 1 Logs
uds_dogstatsd_to_api ingress throughput -0.02 [-0.14, +0.11] 1 Logs
file_to_blackhole_1000ms_latency egress throughput -0.02 [-0.44, +0.40] 1 Logs
quality_gate_idle memory utilization -0.03 [-0.08, +0.01] 1 Logs bounds checks dashboard
file_to_blackhole_100ms_latency egress throughput -0.10 [-0.14, -0.05] 1 Logs
ddot_metrics_sum_cumulativetodelta_exporter memory utilization -0.29 [-0.52, -0.06] 1 Logs
ddot_metrics_sum_cumulative memory utilization -0.38 [-0.52, -0.23] 1 Logs
ddot_logs memory utilization -0.63 [-0.70, -0.56] 1 Logs
quality_gate_metrics_logs memory utilization -1.97 [-2.17, -1.76] 1 Logs bounds checks dashboard

Bounds Checks: ✅ Passed

perf experiment bounds_check_name replicates_passed links
docker_containers_cpu simple_check_run 10/10
docker_containers_memory memory_usage 10/10
docker_containers_memory simple_check_run 10/10
file_to_blackhole_0ms_latency lost_bytes 10/10
file_to_blackhole_0ms_latency memory_usage 10/10
file_to_blackhole_1000ms_latency lost_bytes 10/10
file_to_blackhole_1000ms_latency memory_usage 10/10
file_to_blackhole_100ms_latency lost_bytes 10/10
file_to_blackhole_100ms_latency memory_usage 10/10
file_to_blackhole_500ms_latency lost_bytes 10/10
file_to_blackhole_500ms_latency memory_usage 10/10
quality_gate_idle intake_connections 10/10 bounds checks dashboard
quality_gate_idle memory_usage 10/10 bounds checks dashboard
quality_gate_idle_all_features intake_connections 10/10 bounds checks dashboard
quality_gate_idle_all_features memory_usage 10/10 bounds checks dashboard
quality_gate_logs intake_connections 10/10 bounds checks dashboard
quality_gate_logs lost_bytes 10/10 bounds checks dashboard
quality_gate_logs memory_usage 10/10 bounds checks dashboard
quality_gate_metrics_logs cpu_usage 10/10 bounds checks dashboard
quality_gate_metrics_logs intake_connections 10/10 bounds checks dashboard
quality_gate_metrics_logs lost_bytes 10/10 bounds checks dashboard
quality_gate_metrics_logs memory_usage 10/10 bounds checks dashboard

Explanation

Confidence level: 90.00%
Effect size tolerance: |Δ mean %| ≥ 5.00%

Performance changes are noted in the perf column of each table:

  • ✅ = significantly better comparison variant performance
  • ❌ = significantly worse comparison variant performance
  • ➖ = no significant change in performance

A regression test is an A/B test of target performance in a repeatable rig, where "performance" is measured as "comparison variant minus baseline variant" for an optimization goal (e.g., ingress throughput). Due to intrinsic variability in measuring that goal, we can only estimate its mean value for each experiment; we report uncertainty in that value as a 90.00% confidence interval denoted "Δ mean % CI".

For each experiment, we decide whether a change in performance is a "regression" -- a change worth investigating further -- if all of the following criteria are true:

  1. Its estimated |Δ mean %| ≥ 5.00%, indicating the change is big enough to merit a closer look.

  2. Its 90.00% confidence interval "Δ mean % CI" does not contain zero, indicating that if our statistical model is accurate, there is at least a 90.00% chance there is a difference in performance between baseline and comparison variants.

  3. Its configuration does not mark it "erratic".

CI Pass/Fail Decision

Passed. All Quality Gates passed.

  • quality_gate_metrics_logs, bounds check lost_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check cpu_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check lost_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check intake_connections: 10/10 replicas passed. Gate passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/no-changelog No changelog entry needed dependencies PRs that bump a dependency dependencies-go PRs that bump a go dependency internal Identify a non-fork PR short review PR is simple enough to be reviewed quickly team/triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants