Skip to content

Commit bfaa304

Browse files
committed
update beyla
1 parent 1b7d358 commit bfaa304

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ require (
365365
github.com/DataDog/datadog-agent/pkg/aggregator/ckey v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
366366
github.com/DataDog/datadog-agent/pkg/api v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
367367
github.com/DataDog/datadog-agent/pkg/collector/check/defaults v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
368+
github.com/DataDog/datadog-agent/pkg/config/create v0.0.0-20250407180930-ebfcfa2817ce // indirect
368369
github.com/DataDog/datadog-agent/pkg/config/env v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
369370
github.com/DataDog/datadog-agent/pkg/config/mock v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
370371
github.com/DataDog/datadog-agent/pkg/config/model v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
@@ -412,6 +413,7 @@ require (
412413
github.com/DataDog/datadog-agent/pkg/util/json v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
413414
github.com/DataDog/datadog-agent/pkg/util/log v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
414415
github.com/DataDog/datadog-agent/pkg/util/option v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
416+
github.com/DataDog/datadog-agent/pkg/util/otel v0.66.0-devel // indirect
415417
github.com/DataDog/datadog-agent/pkg/util/pointer v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
416418
github.com/DataDog/datadog-agent/pkg/util/scrubber v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
417419
github.com/DataDog/datadog-agent/pkg/util/sort v0.66.0-devel.0.20250407180930-ebfcfa2817ce // indirect
@@ -744,9 +746,11 @@ require (
744746
github.com/mna/redisc v1.3.2 // indirect
745747
github.com/moby/buildkit v0.14.1 // indirect
746748
github.com/moby/docker-image-spec v1.3.1 // indirect
749+
github.com/moby/go-archive v0.1.0 // indirect
747750
github.com/moby/locker v1.0.1 // indirect
748751
github.com/moby/patternmatcher v0.6.0 // indirect
749752
github.com/moby/spdystream v0.5.0 // indirect
753+
github.com/moby/sys/atomicwriter v0.1.0 // indirect
750754
github.com/moby/sys/capability v0.3.0 // indirect
751755
github.com/moby/sys/mountinfo v0.7.2 // indirect
752756
github.com/moby/sys/sequential v0.6.0 // indirect
@@ -986,10 +990,6 @@ require (
986990
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
987991
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
988992
tags.cncf.io/container-device-interface v1.0.1 // indirect
989-
github.com/DataDog/datadog-agent/pkg/config/create v0.0.0-20250407180930-ebfcfa2817ce // indirect
990-
github.com/DataDog/datadog-agent/pkg/util/otel v0.66.0-devel // indirect
991-
github.com/moby/go-archive v0.1.0 // indirect
992-
github.com/moby/sys/atomicwriter v0.1.0 // indirect
993993
)
994994

995995
// NOTE: replace directives below must always be *temporary*.
@@ -1074,7 +1074,7 @@ replace github.com/prometheus/common => github.com/prometheus/common v0.62.0
10741074

10751075
// TODO: Use a release version of Beyla once it contains this change:
10761076
// https://github.com/grafana/beyla/pull/1904
1077-
replace github.com/grafana/beyla/v2 => github.com/grafana/beyla/v2 v2.0.0-20250513152015-20baad37a3ad
1077+
replace github.com/grafana/beyla/v2 => github.com/grafana/beyla/v2 v2.0.0-20250514154939-a8013f6986df
10781078

10791079
// TODO: Use a release verision of OTel once it contains this change:
10801080
// https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/39946

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1351,8 +1351,8 @@ github.com/gosnmp/gosnmp v1.39.0/go.mod h1:CxVS6bXqmWZlafUj9pZUnQX5e4fAltqPcijxW
13511351
github.com/gotestyourself/gotestyourself v2.2.0+incompatible/go.mod h1:zZKM6oeNM8k+FRljX1mnzVYeS8wiGgQyvST1/GafPbY=
13521352
github.com/grafana/alloy-remote-config v0.0.10 h1:1Ge7lz2mjXI1rd6SmiZpFHyXeLehBuCi43+XTkdqgV4=
13531353
github.com/grafana/alloy-remote-config v0.0.10/go.mod h1:kHE1usYo2WAVCikQkIXuoG1Clz8BSdiz3kF+DZSCQ4k=
1354-
github.com/grafana/beyla/v2 v2.0.0-20250513152015-20baad37a3ad h1:YvxCkgPiD+dtTMKCDXtLfF+qFqIKmaeM3I088u2MDGw=
1355-
github.com/grafana/beyla/v2 v2.0.0-20250513152015-20baad37a3ad/go.mod h1:HohtIWRuNZQEdKQowb3ErixOyTXw7dGZE7DFOjCQQZc=
1354+
github.com/grafana/beyla/v2 v2.0.0-20250514154939-a8013f6986df h1:K2zknyNei0ca+ih3uGFUCONFeYqNDdw3KLclBtYTLSQ=
1355+
github.com/grafana/beyla/v2 v2.0.0-20250514154939-a8013f6986df/go.mod h1:HohtIWRuNZQEdKQowb3ErixOyTXw7dGZE7DFOjCQQZc=
13561356
github.com/grafana/cadvisor v0.0.0-20240729082359-1f04a91701e2 h1:ju6EcY2aEobeBg185ETtFCKj5WzaQ48qfkbsSRRQrF4=
13571357
github.com/grafana/cadvisor v0.0.0-20240729082359-1f04a91701e2/go.mod h1:8sLW/G7rcFe1CKMaA4pYT4mX3P1xQVGqM6luzEzx/2g=
13581358
github.com/grafana/catchpoint-prometheus-exporter v0.0.0-20250218151502-6e97feaee761 h1:dPJOIEwtQ8uR3Qa79pb/lsSFJQ6j4P9vpCUQ4fKimG4=

0 commit comments

Comments
 (0)