Skip to content

Update module gopkg.in/DataDog/dd-trace-go.v1 to v2#51205

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/gopkg.in-datadog-dd-trace-go.v1-2.x
Open

Update module gopkg.in/DataDog/dd-trace-go.v1 to v2#51205
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/gopkg.in-datadog-dd-trace-go.v1-2.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 22, 2026

This PR contains the following updates:

Package Change Age Confidence
gopkg.in/DataDog/dd-trace-go.v1 v1.73.1v2.2.3 age confidence

Release Notes

DataDog/dd-trace-go (gopkg.in/DataDog/dd-trace-go.v1)

v2.2.3

Compare Source

What's Changed

This patch release fixes a significant bug that caused dropped spans due to local sampling rules overriding the sampling decision already present in inbound distributed trace context.

[!IMPORTANT]
Depending on your sampling rules, and especially if you have trace sampling rules,, you may notice an increase in ingested spans. This increase is expected and the consequence of not applying trace sampling rules when there is a head sampling decision. If the ingested volume is problematic, reduce it using APM Ingestion Controls. For any questions or issues, please contact Datadog Support.

Application Performance Monitoring (APM)

Full Changelog: DataDog/dd-trace-go@v2.2.2...v2.2.3

v2.2.2

Compare Source

[!NOTE]
v2.2.0 and v2.2.1 are retracted versions. If you are running one these two versions, please upgrade to v2.2.2 as soon as possible.

[!WARNING]
If you are experiencing sporadic spotaneous reboots by running dd-trace-go on Mac M4 15.5 or 15.6. Please upgrade to v2.2.2 as soon as possible. More information in #​3827

What's Changed

Application Performance Monitoring (APM)
App & API Protection
Profiling
Ci Visibility
General

New Contributors

Full Changelog: DataDog/dd-trace-go@v2.1.0...v2.2.0

v2.2.1

Compare Source

v2.2.0

Compare Source

v2.1.0

Compare Source

Summary

Application Performance Monitoring (APM)
Client-Side Stats Computation

Client-Side Stats computation is now enabled by default. This feature allows the Go tracer to compute aggregated span statistics locally before sending them to the Datadog Agent, resulting in reduced network traffic and improved performance.

What this means: Instead of sending all raw span data to the Agent, the tracer now sends pre-computed statistics, reducing bandwidth usage while maintaining full observability.

To disable, if needed: Set the environment variable DD_TRACE_STATS_COMPUTATION_ENABLED=false or use tracer.WithStatsComputation(false) when starting the tracer programmatically.

File-based Configurations

Introduced support for configuring SDK products via a file on the underlying Linux system. #​3438 Documentation

Baggage improvements

Fixed a distributed tracing bug in the baggage propagator. Also refactored baggage injection and extraction logic for improved performance and readability. #​3439 #​3597

Application Security Management (ASM)

contrib envoyproxy/go-control-plane:

  • API Security
    • Proxy sampler has been implemented for schema generation
    • Support of Json body analysis of requests and responses (using simdjson-go or fallbacking on json-iterator/go if not available)
  • Appsec
    • Support of Envoy observability_mode for async and non-blocking requests analysis

What's Changed

Application Performance Monitoring (APM)
Application Security Management (ASM)
Profiling
CI Visibility
General

New Contributors

Full Changelog: DataDog/dd-trace-go@v2.0.0...v2.1.0

v2.0.1

Compare Source

Summary

[!WARNING]
The v2.0.0 go tracer released, as well as versions 1.62.0 - 1.74.0, included debug logs that sometimes include sensitive data. This patch resolves this behavior.

What's Changed

General
  • instrumentation: stop sending telemetry logs for each log a contrib would send to stdout by @​eliottness in #​3684
  • instrumentation: do not report debug and info errors as telemetry by @​genesor in 56a952b
  • contrib/database/sql: sanitize sensitive data in error messages by @​kakkoyun in #​3686

Full Changelog: DataDog/dd-trace-go@v2.0.0...v2.0.1

v2.0.0

Compare Source

[!WARNING]
This release has been retracted, use the latest v2.x.x available instead.

Summary

Datadog has long supported the monitoring of instrumented Go applications through our Go tracer v1. As the Go ecosystem has continued to mature, we’ve been hard at work collecting feedback and improving upon the tracer’s capabilities and usability features.

We are now thrilled to announce the release of dd-trace-go v2.0.0. This major update includes better security and stability, and a new and simplified API. In creating this updated version, we have incorporated valuable feedback both from our customer community and from our own teams at Datadog who use the Go tracer extensively. We have already tested this new version in production and have migrated all our internal services.

A migration guide has been provided to help users running version 1.x with upgrading. It can be found here.

To view the complete set of changes implemented in this release, please refer to the issues and PRs marked with the v2.0 label in our GitHub repository.

Further reading

v1.74.8

Compare Source

v1.74.7

Compare Source

[!NOTE]
This is the last minor release for v1. The Go tracer v1 transitional version is a wrapper that preserves the API from v1 but uses v2 under the hood.

[!WARNING]
This release has been retracted due to problematic upgrades to the minimum Go version. Please use the latest v1.74.x version instead.

This transitional version is the only v1 version that allows both v1 and v2 to be imported in the same service—enabling you to migrate a service gradually. Using this v1 transitional version doesn’t require any code changes, but it also won’t support any new features introduced in the new v2 tracer.

Changes

Updates github.com/DataDog/dd-trace-go/v2 from v2.2.3 to v2.3.0

Full Changelog: DataDog/dd-trace-go@v1.74.6...v1.74.7

v1.74.6

Compare Source

What's Changed

This patch release fixes a significant bug that caused dropped spans due to local sampling rules overriding the sampling decision already present in inbound distributed trace context.

[!IMPORTANT]
Depending on your sampling rules, and especially if you have trace sampling rules,, you may notice an increase in ingested spans. This increase is expected and the consequence of not applying trace sampling rules when there is a head sampling decision. If the ingested volume is problematic, reduce it using APM Ingestion Controls. For any questions or issues, please contact Datadog Support.

Application Performance Monitoring (APM)

Full Changelog: DataDog/dd-trace-go@v1.74.5...v1.74.6

v1.74.5

Compare Source

[!NOTE]
This is the last minor release for v1. The Go tracer v1 transitional version is a wrapper that preserves the API from v1 but uses v2 under the hood.

This transitional version is the only v1 version that allows both v1 and v2 to be imported in the same service—enabling you to migrate a service gradually. Using this v1 transitional version doesn’t require any code changes, but it also won’t support any new features introduced in the new v2 tracer.

Changes

Updates github.com/DataDog/dd-trace-go/v2 from v2.1.0 to v2.2.2

Full Changelog: DataDog/dd-trace-go@v1.74.3...v1.74.5

v1.74.4

Compare Source

[!WARNING]
This release has been retracted due to incorrect dd-trace-go/v2 version, use the latest v1.74.x available instead.

[!NOTE]
This is the last minor release for v1. The Go tracer v1 transitional version is a wrapper that preserves the API from v1 but uses v2 under the hood.

This transitional version is the only v1 version that allows both v1 and v2 to be imported in the same service—enabling you to migrate a service gradually. Using this v1 transitional version doesn’t require any code changes, but it also won’t support any new features introduced in the new v2 tracer.

Changes

Updates github.com/DataDog/dd-trace-go/v2 from v2.1.0 to v2.2.2

Full Changelog: DataDog/dd-trace-go@v1.74.3...v1.74.4

v1.74.3

Compare Source

[!NOTE]
This is the last minor release for v1. The Go tracer v1 transitional version is a wrapper that preserves the API from v1 but uses v2 under the hood.

This transitional version is the only v1 version that allows both v1 and v2 to be imported in the same service—enabling you to migrate a service gradually. Using this v1 transitional version doesn’t require any code changes, but it also won’t support any new features introduced in the new v2 tracer.

Changes

Updates github.com/DataDog/dd-trace-go/v2 from v2.0.1 to v2.1.0

Full Changelog: DataDog/dd-trace-go@v1.74.2...v1.74.3

v1.74.2: : v1 transitional version

Compare Source

[!NOTE]
This is the last minor release for v1. The Go tracer v1 transitional version is a wrapper that preserves the API from v1 but uses v2 under the hood.

[!WARNING]
The v1.62.0 - 1.74.0 go tracer releases included debug logs that sometimes include sensitive data. This patch resolves this behavior.

This transitional version is the only v1 version that allows both v1 and v2 to be imported in the same service—enabling you to migrate a service gradually. Using this v1 transitional version doesn’t require any code changes, but it also won’t support any new features introduced in the new v2 tracer.

Changes

Removes dependencies updates from go.mod files mistakenly added when releasing v1.74.1

Full Changelog: DataDog/dd-trace-go@v1.74.0...v1.74.2

v1.74.1: : v1 transitional version

Compare Source

[!WARNING]
This release has been retracted, use the latest v1.74.x available instead.

[!NOTE]
This is the last minor release for v1. The Go tracer v1 transitional version is a wrapper that preserves the API from v1 but uses v2 under the hood.

This transitional version is the only v1 version that allows both v1 and v2 to be imported in the same service—enabling you to migrate a service gradually. Using this v1 transitional version doesn’t require any code changes, but it also won’t support any new features introduced in the new v2 tracer.

Changes

Updates github.com/DataDog/dd-trace-go/v2 from v2.0.0 to v2.0.1

Full Changelog: DataDog/dd-trace-go@v1.74.0...v1.74.1

v1.74.0: : v1 transitional version

Compare Source

[!WARNING]
This release has been retracted, use the latest v1.74.x available instead.

[!NOTE]
This is the last minor release for v1. The Go tracer v1 transitional version is a wrapper that preserves the API from v1 but uses v2 under the hood.

This transitional version is the only v1 version that allows both v1 and v2 to be imported in the same service—enabling you to migrate a service gradually. Using this v1 transitional version doesn’t require any code changes, but it also won’t support any new features introduced in the new v2 tracer.

Note that, while we are offering the v1 transitional version for the convenience of our customers, we strongly encourage you to upgrade to the v2 version as soon as possible to benefit from the newest features and improvements. If you have concerns or reasons to not upgrade to the transitional version, contact us and we’ll work together to resolve them.

v1.73.2

Compare Source

What's Changed

[!NOTE]
This is a patch release of the last v1 version before the v1 transitional release v1.74.0 planned for May/June 2025. The Go tracer v1 transitional version is essentially a wrapper that preserves the API from v1 but uses v2 under the hood.

The transitional version can co-exist with v2 in the same service, which enables you to migrate services gradually. Using the v1 transitional version - starting at v1.74.0 - doesn’t require any code changes, but it also won’t support any new features of the new v2 tracer.

The v1 transitional version is planned for release in late May/early June 2025 as v1.74.0.

Application Performance Monitoring (APM)

Full Changelog: DataDog/dd-trace-go@v1.73.1...v1.73.2


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday (* 0-4,22-23 * * 1-5)
    • Only on Sunday and Saturday (* * * * 0,6)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added changelog/no-changelog No changelog entry needed dependencies PRs that bump a dependency dependencies-go PRs that bump a go dependency qa/no-code-change No code change in Agent code requiring validation labels May 22, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 22, 2026

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: pkg/dyninst/testprogs/progs/go.sum
Command failed: go get -t ./...
go: gopkg.in/DataDog/dd-trace-go.v2@v2.2.3: parsing go.mod:
	module declares its path as: github.com/DataDog/dd-trace-go/v2
	        but was required as: gopkg.in/DataDog/dd-trace-go.v2

@dd-prapprover
Copy link
Copy Markdown

dd-prapprover Bot commented May 22, 2026

PRApprover will approve and merge this PR, FAQ, #dx-source-code-management

🛠️ PRApproval Status

  • ✅ PR is eligible for auto-approval by rule datadog-agent-renovate - 2026-05-22T07:27:08Z
  • ⬜ CI tests passed
  • ⬜ Approved
  • ⬜ Merge Started
  • ⬜ Merged

➡️ Current phase: CI tests failed. Please fix the failing tests to continue.

@dd-octo-sts dd-octo-sts Bot added the internal Identify a non-fork PR label May 22, 2026
@github-actions github-actions Bot added the short review PR is simple enough to be reviewed quickly label May 22, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 62d596ca2f

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

// the v2 package. Note that this tracer does not have support for the
// remote config key controlling the SymDB upload.
gopkg.in/DataDog/dd-trace-go.v1 v1.73.1
gopkg.in/DataDog/dd-trace-go.v2 v2.2.3
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Restore v1 module requirement for rc_tester_v1

rc_tester_v1 still imports gopkg.in/DataDog/dd-trace-go.v1/... and is explicitly meant to exercise tracer v1 behavior, but this change replaces the pinned v1.73.1 dependency with gopkg.in/DataDog/dd-trace-go.v2. That drops the explicit non-wrapper v1 pin and can cause module resolution to either fail in read-only module mode or resolve to a newer transitional v1.74.x wrapper, which invalidates the test program’s intended v1 semantics (including the remote-config behavior noted in the adjacent comments).

Useful? React with 👍 / 👎.

@datadog-official
Copy link
Copy Markdown
Contributor

datadog-official Bot commented May 22, 2026

Pipelines

Fix all issues with BitsAI

⚠️ Warnings

🚦 5 Pipeline jobs failed

DataDog/datadog-agent | files_inventory_check   View in Datadog   GitLab

🛟 This job is unlikely to succeed on retry. Please review your pipeline configuration. Key 'datadog-agent/static_quality_gates/GATE_REPORTS/7fac772c969652613eedec5e80de3e5439cbacab/agent_deb_amd64_size_report_7fac772c.yml' does not exist.

DataDog/datadog-agent | prepare_sysprobe_ebpf_functional_tests_arm64   View in Datadog   GitLab

🛟 This job is unlikely to succeed on retry. Please review your pipeline configuration. Missing entries in go.sum for module 'gopkg.in/DataDog/dd-trace-go.v2@v2.2.3'.

DataDog/datadog-agent | prepare_sysprobe_ebpf_functional_tests_x64   View in Datadog   GitLab

🛟 This job is unlikely to succeed on retry. Please review your pipeline configuration. Missing entries in go.sum for module 'gopkg.in/DataDog/dd-trace-go.v2@v2.2.3'.

View all 5 failed jobs.

ℹ️ Info

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 50.50%

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 62d596c | Docs | Datadog PR Page | Give us feedback!

@dd-octo-sts
Copy link
Copy Markdown
Contributor

dd-octo-sts Bot commented May 22, 2026

Static quality checks

✅ Please find below the results from static quality gates
Comparison made with ancestor 7fac772
📊 Static Quality Gates Dashboard
🔗 SQG Job
SOME SIZE DELTAS ARE N/A (ANCESTOR METRICS NOT YET AVAILABLE). RETRY JOB

Successful checks

Info

Quality gate Change Size (prev → curr → max)
agent_deb_amd64 N/A N/A → 745.260 → 750.800
agent_deb_amd64_fips N/A N/A → 703.030 → 703.150
agent_heroku_amd64 N/A N/A → 310.150 → 314.260
agent_rpm_amd64 N/A N/A → 745.243 → 750.770
agent_rpm_amd64_fips N/A N/A → 703.014 → 703.130
agent_rpm_arm64 N/A N/A → 722.807 → 724.500
agent_rpm_arm64_fips N/A N/A → 683.739 → 684.870
agent_suse_amd64 N/A N/A → 745.243 → 750.770
agent_suse_amd64_fips N/A N/A → 703.014 → 703.130
agent_suse_arm64 N/A N/A → 722.807 → 724.500
agent_suse_arm64_fips N/A N/A → 683.739 → 684.870
docker_agent_amd64 N/A N/A → 805.400 → 806.340
docker_agent_arm64 N/A N/A → 807.786 → 810.120
docker_agent_jmx_amd64 N/A N/A → 996.320 → 997.060
docker_agent_jmx_arm64 N/A N/A → 987.484 → 989.800
docker_cluster_agent_amd64 N/A N/A → 206.995 → 207.710
docker_cluster_agent_arm64 N/A N/A → 220.952 → 221.210
docker_cws_instrumentation_amd64 N/A N/A → 7.154 → 7.190
docker_cws_instrumentation_arm64 N/A N/A → 6.689 → 6.920
docker_dogstatsd_amd64 N/A N/A → 39.487 → 39.560
docker_dogstatsd_arm64 N/A N/A → 37.690 → 38.080
docker_host_profiler_amd64 N/A N/A → 302.188 → 315.880
docker_host_profiler_arm64 N/A N/A → 313.677 → 327.470
dogstatsd_deb_amd64 N/A N/A → 30.143 → 30.790
dogstatsd_deb_arm64 N/A N/A → 28.272 → 29.290
dogstatsd_rpm_amd64 N/A N/A → 30.143 → 30.790
dogstatsd_suse_amd64 N/A N/A → 30.143 → 30.790
iot_agent_deb_amd64 N/A N/A → 44.582 → 45.230
iot_agent_deb_arm64 N/A N/A → 41.539 → 42.800
iot_agent_deb_armhf N/A N/A → 42.247 → 42.960
iot_agent_rpm_amd64 N/A N/A → 44.582 → 45.230
iot_agent_suse_amd64 N/A N/A → 44.582 → 45.230

@cit-pr-commenter-54b7da
Copy link
Copy Markdown

Regression Detector

Regression Detector Results

Metrics dashboard
Target profiles
Run ID: 3227bc21-fcd5-45d5-b5e5-a1bd3e7764e9

Baseline: 0a5bcc5
Comparison: 62d596c
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 +4.53 [+1.52, +7.54] 1 Logs

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI trials links
docker_containers_cpu % cpu utilization +4.53 [+1.52, +7.54] 1 Logs
file_tree memory utilization +0.49 [+0.44, +0.54] 1 Logs
tcp_syslog_to_blackhole ingress throughput +0.47 [+0.26, +0.68] 1 Logs
ddot_logs memory utilization +0.42 [+0.35, +0.49] 1 Logs
ddot_metrics_sum_cumulativetodelta_exporter memory utilization +0.19 [-0.05, +0.42] 1 Logs
ddot_metrics memory utilization +0.05 [-0.15, +0.26] 1 Logs
uds_dogstatsd_20mb_12k_contexts_20_senders memory utilization +0.05 [-0.00, +0.10] 1 Logs
ddot_metrics_sum_cumulative memory utilization +0.03 [-0.13, +0.19] 1 Logs
uds_dogstatsd_to_api_v3 ingress throughput +0.02 [-0.19, +0.24] 1 Logs
file_to_blackhole_500ms_latency egress throughput +0.01 [-0.39, +0.41] 1 Logs
uds_dogstatsd_to_api ingress throughput +0.01 [-0.19, +0.21] 1 Logs
file_to_blackhole_100ms_latency egress throughput +0.01 [-0.13, +0.15] 1 Logs
tcp_dd_logs_filter_exclude ingress throughput -0.00 [-0.11, +0.11] 1 Logs
file_to_blackhole_1000ms_latency egress throughput -0.01 [-0.46, +0.45] 1 Logs
file_to_blackhole_0ms_latency egress throughput -0.02 [-0.54, +0.51] 1 Logs
ddot_metrics_sum_delta memory utilization -0.05 [-0.24, +0.14] 1 Logs
quality_gate_logs % cpu utilization -0.06 [-1.07, +0.95] 1 Logs bounds checks dashboard
otlp_ingest_logs memory utilization -0.15 [-0.25, -0.06] 1 Logs
quality_gate_idle memory utilization -0.22 [-0.27, -0.18] 1 Logs bounds checks dashboard
otlp_ingest_metrics memory utilization -0.35 [-0.51, -0.19] 1 Logs
quality_gate_idle_all_features memory utilization -0.38 [-0.44, -0.33] 1 Logs bounds checks dashboard
docker_containers_memory memory utilization -0.45 [-0.55, -0.34] 1 Logs
quality_gate_metrics_logs memory utilization -1.11 [-1.36, -0.87] 1 Logs bounds checks dashboard

Bounds Checks: ✅ Passed

perf experiment bounds_check_name replicates_passed observed_value links
docker_containers_cpu simple_check_run 10/10 691 ≥ 26
docker_containers_memory memory_usage 10/10 246.48MiB ≤ 370MiB
docker_containers_memory simple_check_run 10/10 740 ≥ 26
file_to_blackhole_0ms_latency memory_usage 10/10 0.16GiB ≤ 1.20GiB
file_to_blackhole_0ms_latency missed_bytes 10/10 0B = 0B
file_to_blackhole_1000ms_latency memory_usage 10/10 0.20GiB ≤ 1.20GiB
file_to_blackhole_1000ms_latency missed_bytes 10/10 0B = 0B
file_to_blackhole_100ms_latency memory_usage 10/10 0.17GiB ≤ 1.20GiB
file_to_blackhole_100ms_latency missed_bytes 10/10 0B = 0B
file_to_blackhole_500ms_latency memory_usage 10/10 0.18GiB ≤ 1.20GiB
file_to_blackhole_500ms_latency missed_bytes 10/10 0B = 0B
quality_gate_idle intake_connections 10/10 3 ≤ 4 bounds checks dashboard
quality_gate_idle memory_usage 10/10 142.81MiB ≤ 147MiB bounds checks dashboard
quality_gate_idle total_bytes_received 10/10 742.07KiB ≤ 819.20KiB bounds checks dashboard
quality_gate_idle_all_features intake_connections 10/10 2 ≤ 4 bounds checks dashboard
quality_gate_idle_all_features memory_usage 10/10 424.74MiB ≤ 495MiB bounds checks dashboard
quality_gate_idle_all_features total_bytes_received 10/10 1.12MiB ≤ 1.25MiB bounds checks dashboard
quality_gate_logs intake_connections 10/10 3 ≤ 6 bounds checks dashboard
quality_gate_logs memory_usage 10/10 177.26MiB ≤ 195MiB bounds checks dashboard
quality_gate_logs missed_bytes 10/10 0B = 0B bounds checks dashboard
quality_gate_logs total_bytes_received 10/10 263.99MiB ≤ 292MiB bounds checks dashboard
quality_gate_metrics_logs cpu_usage 10/10 350.82 ≤ 2000 bounds checks dashboard
quality_gate_metrics_logs intake_connections 10/10 3 ≤ 6 bounds checks dashboard
quality_gate_metrics_logs memory_usage 10/10 370.34MiB ≤ 430MiB bounds checks dashboard
quality_gate_metrics_logs missed_bytes 10/10 0B = 0B bounds checks dashboard
quality_gate_metrics_logs total_bytes_received 10/10 0.94GiB ≤ 1.04GiB 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_idle_all_features, bounds check memory_usage: 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 total_bytes_received: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check total_bytes_received: 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 cpu_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check missed_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_metrics_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check total_bytes_received: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check total_bytes_received: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check missed_bytes: 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.

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 qa/no-code-change No code change in Agent code requiring validation short review PR is simple enough to be reviewed quickly

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants