datadog-agent
datadog-agent copied to clipboard
Bump go.opentelemetry.io/otel from 1.27.0 to 1.29.0 in /pkg/trace
Bumps go.opentelemetry.io/otel from 1.27.0 to 1.29.0.
Changelog
Sourced from go.opentelemetry.io/otel's changelog.
[1.29.0/0.51.0/0.5.0] 2024-08-23
This release is the last to support [Go 1.21]. The next release will require at least [Go 1.22].
Added
- Add MacOS ARM64 platform to the compatibility testing suite. (#5577)
- Add
InstrumentationScopefield toSpanStubingo.opentelemetry.io/otel/sdk/trace/tracetest, as a replacement for the deprecatedInstrumentationLibrary. (#5627)- Make the initial release of
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. This new module contains an OTLP exporter that transmits log telemetry using gRPC. This module is unstable and breaking changes may be introduced. See our versioning policy for more information about these stability guarantees. (#5629)- Add
Walkfunction toTraceStateingo.opentelemetry.io/otel/traceto iterate all the key-value pairs. (#5651)- Bridge the trace state in
go.opentelemetry.io/otel/bridge/opencensus. (#5651)- Zero value of
SimpleProcessoringo.opentelemetry.io/otel/sdk/logno longer panics. (#5665)- The
FilterProcessorinterface type is added ingo.opentelemetry.io/otel/sdk/log/internal/x. This is an optional and experimental interface that logProcessors can implement to instruct theLoggerif aRecordwill be processed or not. It replaces the existingEnabledmethod that is removed from theProcessorinterface itself. It does not fall within the scope of the OpenTelemetry Go versioning and stability policy and it may be changed in backwards incompatible ways or removed in feature releases. (#5692)- Support [Go 1.23]. (#5720)
Changed
NewMemberRaw,NewKeyPropertyandNewKeyValuePropertyRawingo.opentelemetry.io/otel/baggageallow UTF-8 string in key. (#5132)Processor.OnEmitingo.opentelemetry.io/otel/sdk/lognow accepts a pointer toRecordinstead of a value so that the record modifications done in a processor are propagated to subsequent registered processors. (#5636)SimpleProcessor.Enabledingo.opentelemetry.io/otel/sdk/lognow returnsfalseif the exporter isnil. (#5665)- Update the concurrency requirements of
Exporteringo.opentelemetry.io/otel/sdk/log. (#5666)SimpleProcessoringo.opentelemetry.io/otel/sdk/logsynchronizesOnEmitcalls. (#5666)- The
Processorinterface ingo.opentelemetry.io/otel/sdk/logno longer includes theEnabledmethod. See theFilterProcessorinterface type added ingo.opentelemetry.io/otel/sdk/log/internal/xto continue providing this functionality. (#5692)- The
SimpleProcessortype ingo.opentelemetry.io/otel/sdk/logis no longer comparable. (#5693)- The
BatchProcessortype ingo.opentelemetry.io/otel/sdk/logis no longer comparable. (#5693)Fixed
- Correct comments for the priority of the
WithEndpointandWithEndpointURLoptions and their corresponding environment variables ingo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#5584)- Pass the underlying error rather than a generic retry-able failure in
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp,go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttpandgo.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#5541)- Correct the
Tracer,Meter, andLoggernames used ingo.opentelemetry.io/otel/example/dice. (#5612)- Correct the
Tracernames used ingo.opentelemetry.io/otel/example/namedtracer. (#5612)- Correct the
Tracername used ingo.opentelemetry.io/otel/example/opencensus. (#5612)- Correct the
TracerandMeternames used ingo.opentelemetry.io/otel/example/otel-collector. (#5612)- Correct the
Tracernames used ingo.opentelemetry.io/otel/example/passthrough. (#5612)- Correct the
Metername used ingo.opentelemetry.io/otel/example/prometheus. (#5612)- Correct the
Tracernames used ingo.opentelemetry.io/otel/example/zipkin. (#5612)- Correct comments for the priority of the
WithEndpointandWithEndpointURLoptions and their corresponding environment variables ingo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpcandgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#5641)- Correct comments for the priority of the
WithEndpointandWithEndpointURLoptions and their corresponding environment variables ingo.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#5650)- Stop percent encoding header environment variables in
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc,go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp,go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpcandgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp(#5705)- Remove invalid environment variable header keys in
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc,go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp,go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpcandgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp(#5705)
... (truncated)
Commits
6b1d94fRelease v1.29.0/v0.51.0/v0.5.0 (#5732)2a54df7fix(deps): update module github.com/golangci/golangci-lint to v1.60.3 (#5730)4875735fix(deps): update module github.com/golangci/golangci-lint to v1.60.2 (#5711)30fc407fix(deps): update golang.org/x/exp digest to 9b4947d (#5729)9402143fix(deps): update golang.org/x/exp digest to 778ce7b (#5728)bc48d69chore(deps): update google.golang.org/genproto/googleapis/rpc digest to fc7c0...fe02ce7chore(deps): update google.golang.org/genproto/googleapis/api digest to fc7c0...002c0a4Movelog.Processor.Enabledto independentFilterProcessorinterfaced type...fe6c67eOpenCensus bridge to support TraceState (#5651)83ae9bdBugfix: OTLP exporters should not percent decode the key when parsing HEADERS...- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Regression Detector
Regression Detector Results
Run ID: a36df15a-c515-45fb-844a-9beab950831b Metrics dashboard Target profiles
Baseline: ca3f83bc489f0f054e3f64d45a9209b384526e7a Comparison: c841fec4569f2dbbef94afb9b4ba60c90c50129d
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
No significant changes in experiment optimization goals
Confidence level: 90.00% Effect size tolerance: |Δ mean %| ≥ 5.00%
There were no significant changes in experiment optimization goals at this confidence level and effect size tolerance.
Fine details of change detection per experiment
| perf | experiment | goal | Δ mean % | Δ mean % CI | trials | links |
|---|---|---|---|---|---|---|
| ➖ | pycheck_lots_of_tags | % cpu utilization | +1.40 | [-1.07, +3.88] | 1 | Logs |
| ➖ | otel_to_otel_logs | ingress throughput | +0.99 | [+0.18, +1.81] | 1 | Logs |
| ➖ | tcp_syslog_to_blackhole | ingress throughput | +0.86 | [+0.81, +0.92] | 1 | Logs |
| ➖ | basic_py_check | % cpu utilization | +0.54 | [-2.09, +3.18] | 1 | Logs |
| ➖ | uds_dogstatsd_to_api | ingress throughput | +0.03 | [-0.06, +0.12] | 1 | Logs |
| ➖ | tcp_dd_logs_filter_exclude | ingress throughput | -0.00 | [-0.01, +0.01] | 1 | Logs |
| ➖ | idle | memory utilization | -0.14 | [-0.18, -0.09] | 1 | Logs |
| ➖ | idle_all_features | memory utilization | -0.21 | [-0.30, -0.12] | 1 | Logs |
| ➖ | file_tree | memory utilization | -0.30 | [-0.41, -0.19] | 1 | Logs |
| ➖ | uds_dogstatsd_to_api_cpu | % cpu utilization | -0.98 | [-1.70, -0.26] | 1 | Logs |
Bounds Checks
| perf | experiment | bounds_check_name | replicates_passed |
|---|---|---|---|
| ✅ | idle | memory_usage | 10/10 |
Explanation
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:
-
Its estimated |Δ mean %| ≥ 5.00%, indicating the change is big enough to merit a closer look.
-
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.
-
Its configuration does not mark it "erratic".
A newer version of go.opentelemetry.io/otel exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.
/@dependabot recreate
:warning: Devflow: /@dependabot recreate
Action not found: @dependabot recreate
If you need support, contact us on Slack #devflow!
@dependabot recreate
@dependabot recreate
/merge
:steam_locomotive: MergeQueue: waiting for PR to be ready
This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals.
Note: if you pushed new commits since the last approval, you may need additional approval.
You can remove it from the waiting list with /remove command.
Use /merge -c to cancel this operation!
:warning: MergeQueue: This merge request was unqueued
This merge request was unqueued
If you need support, contact us on Slack #devflow!
/merge
:steam_locomotive: MergeQueue: pull request added to the queue
The median merge time in main is 25m.
Use /merge -c to cancel this operation!