Skip to content

Bump the bun group across 1 directory with 3 updates #33439

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps the bun group with 3 updates in the / directory: github.com/uptrace/bun, github.com/uptrace/bun/dialect/pgdialect and github.com/uptrace/bun/driver/pgdriver.

Updates github.com/uptrace/bun from 1.2.5 to 1.2.9

Release notes

Sourced from github.com/uptrace/bun's releases.

v1.2.9

Please refer to CHANGELOG.md for details

v1.2.8

Please refer to CHANGELOG.md for details

v1.2.7

Please refer to CHANGELOG.md for details

v1.2.6

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/uptrace/bun's changelog.

1.2.9 (2025-01-26)

Bug Fixes

Features

  • add feature flag AlterColumnExists (fc35e12), closes #704
  • add Options (815e11a)
  • allow to specify read-only replica for SELECTs (cbbe1e9)
  • downgrade to use the field in has-many-relation (91e0d27), closes #1107
  • make WithReadOnlyReplica variadic (4cbb15a)
  • pgdialect: allow to convert uint to int (7d22ddd)
  • pgdriver: improve otel instrumentation (c40e4f3)

1.2.8 (2025-01-06)

Bug Fixes

  • comment string zero bytes filtering (34dfd68)
  • get m2m table's structKey with driver.Valuer (f107314), closes #1100
  • return error when use dest with has-many/many-to-many (8296774), closes #606
  • support scan float32 to float32/float64 (a52e733), closes #1087

Features

  • add RelationWithOpts method to SelectQuery (dd3ef52)
  • enhance debugging by adding query comments in headers (1376d18)
  • sort fields by struct (5edb672), closes #1095

1.2.7 (2025-01-01)

Bug Fixes

  • do not create new migrations if nothing to migrate (5cc961d)
  • has many relation with driver.Valuer (cb8c42c)
  • improve range type to support driver.Valuer and sql.Scanner (856e12b)

... (truncated)

Commits
  • 5eb298a chore: release v1.2.9 (release.sh)
  • 4b02d19 Merge pull request #1110 from uptrace/feat/uint-to-int
  • 7d22ddd feat(pgdialect): allow to convert uint to int
  • 40f68ba Merge pull request #1109 from uptrace/upd-deps
  • 19025d8 chore: update dependencies
  • c40e4f3 feat(pgdriver): improve otel instrumentation
  • 3d8666a Merge pull request #1085 from uptrace/feat/read-only-replica
  • a95c99a Merge remote-tracking branch 'refs/remotes/origin/feat/read-only-replica' int...
  • 9f5e8b1 fix: individual replica timeout
  • 06dd779 Update db.go
  • Additional commits viewable in compare view

Updates github.com/uptrace/bun/dialect/pgdialect from 1.2.5 to 1.2.9

Release notes

Sourced from github.com/uptrace/bun/dialect/pgdialect's releases.

v1.2.9

Please refer to CHANGELOG.md for details

v1.2.8

Please refer to CHANGELOG.md for details

v1.2.7

Please refer to CHANGELOG.md for details

v1.2.6

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/uptrace/bun/dialect/pgdialect's changelog.

1.2.9 (2025-01-26)

Bug Fixes

Features

  • add feature flag AlterColumnExists (fc35e12), closes #704
  • add Options (815e11a)
  • allow to specify read-only replica for SELECTs (cbbe1e9)
  • downgrade to use the field in has-many-relation (91e0d27), closes #1107
  • make WithReadOnlyReplica variadic (4cbb15a)
  • pgdialect: allow to convert uint to int (7d22ddd)
  • pgdriver: improve otel instrumentation (c40e4f3)

1.2.8 (2025-01-06)

Bug Fixes

  • comment string zero bytes filtering (34dfd68)
  • get m2m table's structKey with driver.Valuer (f107314), closes #1100
  • return error when use dest with has-many/many-to-many (8296774), closes #606
  • support scan float32 to float32/float64 (a52e733), closes #1087

Features

  • add RelationWithOpts method to SelectQuery (dd3ef52)
  • enhance debugging by adding query comments in headers (1376d18)
  • sort fields by struct (5edb672), closes #1095

1.2.7 (2025-01-01)

Bug Fixes

  • do not create new migrations if nothing to migrate (5cc961d)
  • has many relation with driver.Valuer (cb8c42c)
  • improve range type to support driver.Valuer and sql.Scanner (856e12b)

... (truncated)

Commits
  • 5eb298a chore: release v1.2.9 (release.sh)
  • 4b02d19 Merge pull request #1110 from uptrace/feat/uint-to-int
  • 7d22ddd feat(pgdialect): allow to convert uint to int
  • 40f68ba Merge pull request #1109 from uptrace/upd-deps
  • 19025d8 chore: update dependencies
  • c40e4f3 feat(pgdriver): improve otel instrumentation
  • 3d8666a Merge pull request #1085 from uptrace/feat/read-only-replica
  • a95c99a Merge remote-tracking branch 'refs/remotes/origin/feat/read-only-replica' int...
  • 9f5e8b1 fix: individual replica timeout
  • 06dd779 Update db.go
  • Additional commits viewable in compare view

Updates github.com/uptrace/bun/driver/pgdriver from 1.2.5 to 1.2.9

Release notes

Sourced from github.com/uptrace/bun/driver/pgdriver's releases.

v1.2.9

Please refer to CHANGELOG.md for details

v1.2.8

Please refer to CHANGELOG.md for details

v1.2.7

Please refer to CHANGELOG.md for details

v1.2.6

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/uptrace/bun/driver/pgdriver's changelog.

1.2.9 (2025-01-26)

Bug Fixes

Features

  • add feature flag AlterColumnExists (fc35e12), closes #704
  • add Options (815e11a)
  • allow to specify read-only replica for SELECTs (cbbe1e9)
  • downgrade to use the field in has-many-relation (91e0d27), closes #1107
  • make WithReadOnlyReplica variadic (4cbb15a)
  • pgdialect: allow to convert uint to int (7d22ddd)
  • pgdriver: improve otel instrumentation (c40e4f3)

1.2.8 (2025-01-06)

Bug Fixes

  • comment string zero bytes filtering (34dfd68)
  • get m2m table's structKey with driver.Valuer (f107314), closes #1100
  • return error when use dest with has-many/many-to-many (8296774), closes #606
  • support scan float32 to float32/float64 (a52e733), closes #1087

Features

  • add RelationWithOpts method to SelectQuery (dd3ef52)
  • enhance debugging by adding query comments in headers (1376d18)
  • sort fields by struct (5edb672), closes #1095

1.2.7 (2025-01-01)

Bug Fixes

  • do not create new migrations if nothing to migrate (5cc961d)
  • has many relation with driver.Valuer (cb8c42c)
  • improve range type to support driver.Valuer and sql.Scanner (856e12b)

... (truncated)

Commits
  • 5eb298a chore: release v1.2.9 (release.sh)
  • 4b02d19 Merge pull request #1110 from uptrace/feat/uint-to-int
  • 7d22ddd feat(pgdialect): allow to convert uint to int
  • 40f68ba Merge pull request #1109 from uptrace/upd-deps
  • 19025d8 chore: update dependencies
  • c40e4f3 feat(pgdriver): improve otel instrumentation
  • 3d8666a Merge pull request #1085 from uptrace/feat/read-only-replica
  • a95c99a Merge remote-tracking branch 'refs/remotes/origin/feat/read-only-replica' int...
  • 9f5e8b1 fix: individual replica timeout
  • 06dd779 Update db.go
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added changelog/no-changelog dependencies PRs that bump a dependency dependencies-go PRs that bump a go dependency team/triage labels Jan 27, 2025
@github-actions github-actions bot added the short review PR is simple enough to be reviewed quickly label Jan 27, 2025
@github-actions github-actions bot requested a review from a team as a code owner January 27, 2025 21:04
Copy link

Regression Detector

Regression Detector Results

Metrics dashboard
Target profiles
Run ID: 0e6e77e6-bfe1-49e3-8ba8-bf3021a8712f

Baseline: 45ceeac
Comparison: 9e0f176
Diff

Optimization Goals: ✅ No significant changes detected

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI trials links
uds_dogstatsd_to_api_cpu % cpu utilization +1.59 [+0.69, +2.50] 1 Logs
file_tree memory utilization +0.52 [+0.46, +0.59] 1 Logs
quality_gate_idle memory utilization +0.30 [+0.26, +0.33] 1 Logs bounds checks dashboard
file_to_blackhole_1000ms_latency_linear_load egress throughput +0.21 [-0.26, +0.67] 1 Logs
file_to_blackhole_0ms_latency_http2 egress throughput +0.11 [-0.77, +0.99] 1 Logs
file_to_blackhole_100ms_latency egress throughput +0.08 [-0.64, +0.79] 1 Logs
file_to_blackhole_0ms_latency_http1 egress throughput +0.05 [-0.81, +0.90] 1 Logs
file_to_blackhole_300ms_latency egress throughput +0.01 [-0.63, +0.65] 1 Logs
uds_dogstatsd_to_api ingress throughput +0.00 [-0.28, +0.29] 1 Logs
tcp_dd_logs_filter_exclude ingress throughput -0.00 [-0.01, +0.01] 1 Logs
file_to_blackhole_0ms_latency egress throughput -0.01 [-0.84, +0.83] 1 Logs
file_to_blackhole_500ms_latency egress throughput -0.01 [-0.79, +0.77] 1 Logs
quality_gate_idle_all_features memory utilization -0.46 [-0.51, -0.41] 1 Logs bounds checks dashboard
quality_gate_logs % cpu utilization -0.58 [-3.62, +2.47] 1 Logs
file_to_blackhole_1000ms_latency egress throughput -0.68 [-1.46, +0.10] 1 Logs
tcp_syslog_to_blackhole ingress throughput -0.91 [-0.99, -0.84] 1 Logs

Bounds Checks: ✅ Passed

perf experiment bounds_check_name replicates_passed links
file_to_blackhole_0ms_latency lost_bytes 10/10
file_to_blackhole_0ms_latency memory_usage 10/10
file_to_blackhole_0ms_latency_http1 lost_bytes 10/10
file_to_blackhole_0ms_latency_http1 memory_usage 10/10
file_to_blackhole_0ms_latency_http2 lost_bytes 10/10
file_to_blackhole_0ms_latency_http2 memory_usage 10/10
file_to_blackhole_1000ms_latency memory_usage 10/10
file_to_blackhole_1000ms_latency_linear_load 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_300ms_latency lost_bytes 10/10
file_to_blackhole_300ms_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
quality_gate_logs lost_bytes 10/10
quality_gate_logs memory_usage 10/10

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, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, 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_all_features, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check lost_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.

@chouetz
Copy link
Member

chouetz commented Jun 5, 2025

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/bun-3518153254 branch from 9e0f176 to d48f8aa Compare June 5, 2025 10:51
Bumps the bun group with 3 updates in the / directory: [github.com/uptrace/bun](https://github.com/uptrace/bun), [github.com/uptrace/bun/dialect/pgdialect](https://github.com/uptrace/bun) and [github.com/uptrace/bun/driver/pgdriver](https://github.com/uptrace/bun).


Updates `github.com/uptrace/bun` from 1.2.5 to 1.2.9
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/v1.2.9/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.5...v1.2.9)

Updates `github.com/uptrace/bun/dialect/pgdialect` from 1.2.5 to 1.2.9
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/v1.2.9/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.5...v1.2.9)

Updates `github.com/uptrace/bun/driver/pgdriver` from 1.2.5 to 1.2.9
- [Release notes](https://github.com/uptrace/bun/releases)
- [Changelog](https://github.com/uptrace/bun/blob/v1.2.9/CHANGELOG.md)
- [Commits](uptrace/bun@v1.2.5...v1.2.9)

---
updated-dependencies:
- dependency-name: github.com/uptrace/bun
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: github.com/uptrace/bun/dialect/pgdialect
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bun
- dependency-name: github.com/uptrace/bun/driver/pgdriver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: bun
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/bun-3518153254 branch from dd2b9b3 to ea9f810 Compare June 9, 2025 20:33
This commit was created from the local commit with hash a80f74baff362e130ed4f75a4de0728fd9af82f7.
@github-actions github-actions bot requested a review from a team as a code owner June 9, 2025 20:43
Copy link

Go Package Import Differences

Baseline: 03f966b
Comparison: dee87a3

binaryosarchchange
agentlinuxamd64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
agentlinuxarm64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
agentwindowsamd64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
agentdarwinamd64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
agentdarwinarm64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
iot-agentlinuxamd64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
iot-agentlinuxarm64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
heroku-agentlinuxamd64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
cluster-agentlinuxamd64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
cluster-agentlinuxarm64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
dogstatsdlinuxamd64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
dogstatsdlinuxarm64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
process-agentlinuxamd64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
process-agentlinuxarm64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
process-agentwindowsamd64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
security-agentlinuxamd64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
security-agentlinuxarm64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
security-agentwindowsamd64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
sbomgenlinuxamd64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
sbomgenlinuxarm64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
serverlesslinuxamd64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
serverlesslinuxarm64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
system-probelinuxamd64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
system-probelinuxarm64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
trace-agentlinuxamd64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
trace-agentlinuxarm64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
trace-agentwindowsamd64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
trace-agentdarwinamd64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
trace-agentdarwinarm64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
heroku-trace-agentlinuxamd64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
otel-agentlinuxamd64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal
otel-agentlinuxarm64
+1, -1
+go.opentelemetry.io/otel/attribute/internal
-go.opentelemetry.io/otel/internal

@agent-platform-auto-pr
Copy link
Contributor

Static quality checks

✅ Please find below the results from static quality gates
Comparison made with ancestor 03f966b

Successful checks

Info

Quality gate Delta On disk size (MiB) Delta On wire size (MiB)
agent_deb_amd64 $${+0}$$ $${696.04}$$ < $${752.99}$$ $${+0.05}$$ $${176.06}$$ < $${187.44}$$
agent_deb_amd64_fips $${+0}$$ $${694.26}$$ < $${751.36}$$ $${-0.01}$$ $${175.45}$$ < $${187.06}$$
agent_heroku_amd64 $${+0}$$ $${358.56}$$ < $${369.68}$$ $${+0}$$ $${96.5}$$ < $${99.55}$$
agent_msi $${+0.01}$$ $${959.85}$$ < $${987.01}$$ $${+0.01}$$ $${146.45}$$ < $${150.72}$$
agent_rpm_amd64 $${+0}$$ $${696.03}$$ < $${752.98}$$ $${-0.04}$$ $${177.53}$$ < $${190.03}$$
agent_rpm_amd64_fips $${+0}$$ $${694.25}$$ < $${751.35}$$ $${-0.06}$$ $${177.37}$$ < $${189.81}$$
agent_rpm_arm64 $${+0}$$ $${685.99}$$ < $${739.42}$$ $${+0.04}$$ $${161.05}$$ < $${171.23}$$
agent_rpm_arm64_fips $${+0.01}$$ $${684.34}$$ < $${737.91}$$ $${+0.03}$$ $${160.11}$$ < $${170.22}$$
agent_suse_amd64 $${+0}$$ $${696.03}$$ < $${752.98}$$ $${-0.04}$$ $${177.53}$$ < $${190.03}$$
agent_suse_amd64_fips $${+0}$$ $${694.25}$$ < $${751.35}$$ $${-0.06}$$ $${177.37}$$ < $${189.81}$$
agent_suse_arm64 $${+0}$$ $${685.99}$$ < $${739.42}$$ $${+0.04}$$ $${161.05}$$ < $${171.23}$$
agent_suse_arm64_fips $${+0.01}$$ $${684.34}$$ < $${737.91}$$ $${+0.03}$$ $${160.11}$$ < $${170.22}$$
docker_agent_amd64 $${+0}$$ $${779.83}$$ < $${849.39}$$ $${-0}$$ $${268.58}$$ < $${288.34}$$
docker_agent_arm64 $${+0}$$ $${793.23}$$ < $${858.97}$$ $${-0}$$ $${255.96}$$ < $${274.36}$$
docker_agent_jmx_amd64 $${+0}$$ $${779.83}$$ < $${849.39}$$ $${-0}$$ $${268.58}$$ < $${288.34}$$
docker_agent_jmx_arm64 $${+0}$$ $${793.23}$$ < $${858.97}$$ $${-0}$$ $${255.96}$$ < $${274.36}$$
docker_agent_windows1809 $${+0}$$ $${779.83}$$ < $${849.39}$$ $${-0}$$ $${268.58}$$ < $${288.34}$$
docker_agent_windows1809_core $${+0}$$ $${779.83}$$ < $${849.39}$$ $${-0}$$ $${268.58}$$ < $${288.34}$$
docker_agent_windows1809_core_jmx $${+0}$$ $${779.83}$$ < $${849.39}$$ $${-0}$$ $${268.58}$$ < $${288.34}$$
docker_agent_windows1809_jmx $${+0}$$ $${779.83}$$ < $${849.39}$$ $${-0}$$ $${268.58}$$ < $${288.34}$$
docker_agent_windows2022 $${+0}$$ $${779.83}$$ < $${849.39}$$ $${-0}$$ $${268.58}$$ < $${288.34}$$
docker_agent_windows2022_core $${+0}$$ $${779.83}$$ < $${849.39}$$ $${-0}$$ $${268.58}$$ < $${288.34}$$
docker_agent_windows2022_core_jmx $${+0}$$ $${779.83}$$ < $${849.39}$$ $${-0}$$ $${268.58}$$ < $${288.34}$$
docker_agent_windows2022_jmx $${+0}$$ $${779.83}$$ < $${849.39}$$ $${-0}$$ $${268.58}$$ < $${288.34}$$
docker_cluster_agent_amd64 $${+0.01}$$ $${259.19}$$ < $${259.73}$$ $${-0}$$ $${102.88}$$ < $${103.68}$$
docker_cluster_agent_arm64 $${+0}$$ $${273.65}$$ < $${274.24}$$ $${-0}$$ $${97.59}$$ < $${98.45}$$
docker_cws_instrumentation_amd64 $${0}$$ $${7.08}$$ < $${7.12}$$ $${-0}$$ $${2.95}$$ < $${3.29}$$
docker_cws_instrumentation_arm64 $${0}$$ $${6.69}$$ < $${6.92}$$ $${-0}$$ $${2.7}$$ < $${3.07}$$
docker_dogstatsd_amd64 $${+0}$$ $${38.93}$$ < $${39.57}$$ $${+0}$$ $${14.95}$$ < $${15.76}$$
docker_dogstatsd_arm64 $${0}$$ $${37.52}$$ < $${38.2}$$ $${+0.01}$$ $${13.97}$$ < $${14.83}$$
dogstatsd_deb_amd64 $${0}$$ $${30.61}$$ < $${31.52}$$ $${+0}$$ $${8.03}$$ < $${8.97}$$
dogstatsd_deb_arm64 $${0}$$ $${29.16}$$ < $${30.08}$$ $${-0}$$ $${6.97}$$ < $${7.92}$$
dogstatsd_rpm_amd64 $${0}$$ $${30.61}$$ < $${31.52}$$ $${+0}$$ $${8.04}$$ < $${8.98}$$
dogstatsd_suse_amd64 $${0}$$ $${30.61}$$ < $${31.52}$$ $${+0}$$ $${8.04}$$ < $${8.98}$$
iot_agent_deb_amd64 $${0}$$ $${50.48}$$ < $${60.17}$$ $${+0}$$ $${12.85}$$ < $${15.82}$$
iot_agent_deb_arm64 $${0}$$ $${47.93}$$ < $${56.94}$$ $${+0}$$ $${11.15}$$ < $${13.86}$$
iot_agent_deb_armhf $${0}$$ $${47.51}$$ < $${56.41}$$ $${+0}$$ $${11.2}$$ < $${13.86}$$
iot_agent_rpm_amd64 $${0}$$ $${50.48}$$ < $${60.18}$$ $${+0}$$ $${12.86}$$ < $${15.84}$$
iot_agent_rpm_arm64 $${0}$$ $${47.94}$$ < $${56.94}$$ $${+0}$$ $${11.16}$$ < $${13.76}$$
iot_agent_suse_amd64 $${0}$$ $${50.48}$$ < $${60.18}$$ $${+0}$$ $${12.86}$$ < $${15.84}$$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog/no-changelog dependencies PRs that bump a dependency dependencies-go PRs that bump a go dependency 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.

1 participant