Skip to content

[observer] Add log status detector component#49119

Draft
CelianR wants to merge 2 commits intoq-branch-observerfrom
celian/log-status-detector
Draft

[observer] Add log status detector component#49119
CelianR wants to merge 2 commits intoq-branch-observerfrom
celian/log-status-detector

Conversation

@CelianR
Copy link
Copy Markdown
Contributor

@CelianR CelianR commented Apr 9, 2026

What does this PR do?

Add a new LogStatExtractor component that counts logs per canonical status (critical, error, warn, info, debug).

This counts logs per canonical status with grouping by source, service, env, and host

Motivation

Describe how you validated your changes

Additional Notes

@CelianR CelianR added changelog/no-changelog No changelog entry needed qa/no-code-change No code change in Agent code requiring validation no-review labels Apr 9, 2026
@CelianR CelianR self-assigned this Apr 9, 2026
@CelianR CelianR marked this pull request as ready for review April 9, 2026 13:55
@CelianR CelianR requested review from a team as code owners April 9, 2026 13:55
@agent-platform-auto-pr
Copy link
Copy Markdown
Contributor

Gitlab CI Configuration Changes

Updated: .gitlab-ci.yml

⚠️ Diff too large to display on Github.

Changes Summary

Removed Modified Added Renamed
0 361 0 0

Updated: .gitlab/distribution.yml

⚠️ Diff too large to display on Github.

Changes Summary

Removed Modified Added Renamed
0 0 2 0

ℹ️ Diff available in the job log.

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: 71328c81af

ℹ️ 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".

Comment on lines +108 to +111
Name: logStatMetricNames[status],
Value: 1.0,
Tags: log.GetTags(),
ContextKey: contextKey,
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 Split status series by grouping dimensions

The emitted series key does not include the computed group (source/service/env/host): Name is only status-based and Tags are the original log tags. In the engine, storage and context refs are keyed by metric name + tags, so logs that differ only by GetHostname() (or any grouping dim not present in tags) collapse into one timeseries, and the last ContextKey wins. This breaks the intended per-group counting and can hide host-specific spikes when host is provided via LogView.GetHostname() but not as a host: tag.

Useful? React with 👍 / 👎.

@github-actions github-actions bot added the medium review PR review might take time label Apr 9, 2026
@agent-platform-auto-pr
Copy link
Copy Markdown
Contributor

Go Package Import Differences

Baseline: e5b320d
Comparison: 71328c8

binaryosarchchange
agentlinuxamd64
+76, -23
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/def
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/fx
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/impl
+github.com/DataDog/datadog-agent/comp/healthplatform/impl/issues/rofspermissions
+github.com/DataDog/datadog-agent/comp/observer
+github.com/DataDog/datadog-agent/comp/observer/def
+github.com/DataDog/datadog-agent/comp/observer/fx
+github.com/DataDog/datadog-agent/comp/observer/impl
+github.com/DataDog/datadog-agent/comp/observer/impl/hfrunner
+github.com/DataDog/datadog-agent/comp/observer/impl/patterns
+github.com/DataDog/datadog-agent/comp/privateactionrunner/def
+github.com/DataDog/datadog-agent/comp/privateactionrunner/status/statusimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice/rcserviceimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/def
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/impl
-github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/rcstatusimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/rctelemetryreporterimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/impl
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/def
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/impl
-github.com/DataDog/datadog-agent/comp/snmptraps
-github.com/DataDog/datadog-agent/comp/snmptraps/config/def
-github.com/DataDog/datadog-agent/comp/snmptraps/config/fx
-github.com/DataDog/datadog-agent/comp/snmptraps/config/impl
-github.com/DataDog/datadog-agent/comp/snmptraps/formatter
-github.com/DataDog/datadog-agent/comp/snmptraps/formatter/formatterimpl
-github.com/DataDog/datadog-agent/comp/snmptraps/forwarder
-github.com/DataDog/datadog-agent/comp/snmptraps/forwarder/forwarderimpl
-github.com/DataDog/datadog-agent/comp/snmptraps/listener
-github.com/DataDog/datadog-agent/comp/snmptraps/listener/listenerimpl
-github.com/DataDog/datadog-agent/comp/snmptraps/oidresolver/def
-github.com/DataDog/datadog-agent/comp/snmptraps/oidresolver/fx
-github.com/DataDog/datadog-agent/comp/snmptraps/oidresolver/impl
-github.com/DataDog/datadog-agent/comp/snmptraps/packet
-github.com/DataDog/datadog-agent/comp/snmptraps/server
-github.com/DataDog/datadog-agent/comp/snmptraps/server/serverimpl
-github.com/DataDog/datadog-agent/comp/snmptraps/status/def
-github.com/DataDog/datadog-agent/comp/snmptraps/status/impl
+github.com/DataDog/datadog-agent/pkg/collector/corechecks/containers/kata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
+github.com/DataDog/datadog-agent/pkg/network/protocols
+github.com/DataDog/datadog-agent/pkg/network/protocols/http
+github.com/DataDog/datadog-agent/pkg/network/types
+github.com/DataDog/ebpf-manager
+github.com/DataDog/ebpf-manager/internal
+github.com/DataDog/ebpf-manager/tracefs
+github.com/andybalholm/brotli
+github.com/andybalholm/brotli/matchfinder
+github.com/apache/arrow-go/v18/arrow
+github.com/apache/arrow-go/v18/arrow/array
+github.com/apache/arrow-go/v18/arrow/arrio
+github.com/apache/arrow-go/v18/arrow/bitutil
+github.com/apache/arrow-go/v18/arrow/compute
+github.com/apache/arrow-go/v18/arrow/compute/exec
+github.com/apache/arrow-go/v18/arrow/decimal
+github.com/apache/arrow-go/v18/arrow/decimal128
+github.com/apache/arrow-go/v18/arrow/decimal256
+github.com/apache/arrow-go/v18/arrow/encoded
+github.com/apache/arrow-go/v18/arrow/endian
+github.com/apache/arrow-go/v18/arrow/extensions
+github.com/apache/arrow-go/v18/arrow/flight
+github.com/apache/arrow-go/v18/arrow/flight/gen/flight
+github.com/apache/arrow-go/v18/arrow/float16
+github.com/apache/arrow-go/v18/arrow/internal
+github.com/apache/arrow-go/v18/arrow/ipc
+github.com/apache/arrow-go/v18/arrow/memory
+github.com/apache/arrow-go/v18/arrow/scalar
+github.com/apache/arrow-go/v18/parquet
+github.com/apache/arrow-go/v18/parquet/compress
+github.com/apache/arrow-go/v18/parquet/file
+github.com/apache/arrow-go/v18/parquet/metadata
+github.com/apache/arrow-go/v18/parquet/pqarrow
+github.com/apache/arrow-go/v18/parquet/schema
+github.com/apache/arrow-go/v18/parquet/variant
+github.com/apache/thrift/lib/go/thrift
+github.com/cilium/ebpf
+github.com/cilium/ebpf/asm
+github.com/cilium/ebpf/btf
+github.com/cilium/ebpf/features
+github.com/cilium/ebpf/internal
+github.com/cilium/ebpf/link
+github.com/cilium/ebpf/perf
+github.com/cilium/ebpf/ringbuf
+github.com/cilium/ebpf/rlimit
+github.com/goccy/go-json
+github.com/google/flatbuffers/go
+github.com/klauspost/compress/flate
+github.com/klauspost/compress/gzip
+github.com/klauspost/cpuid/v2
+github.com/zeebo/xxh3
+go/format
+go/printer
+golang.org/x/exp/mmap
+structs
agentlinuxarm64
+76, -23
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/def
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/fx
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/impl
+github.com/DataDog/datadog-agent/comp/healthplatform/impl/issues/rofspermissions
+github.com/DataDog/datadog-agent/comp/observer
+github.com/DataDog/datadog-agent/comp/observer/def
+github.com/DataDog/datadog-agent/comp/observer/fx
+github.com/DataDog/datadog-agent/comp/observer/impl
+github.com/DataDog/datadog-agent/comp/observer/impl/hfrunner
+github.com/DataDog/datadog-agent/comp/observer/impl/patterns
+github.com/DataDog/datadog-agent/comp/privateactionrunner/def
+github.com/DataDog/datadog-agent/comp/privateactionrunner/status/statusimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice/rcserviceimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/def
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/impl
-github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/rcstatusimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/rctelemetryreporterimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/impl
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/def
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/impl
-github.com/DataDog/datadog-agent/comp/snmptraps
-github.com/DataDog/datadog-agent/comp/snmptraps/config/def
-github.com/DataDog/datadog-agent/comp/snmptraps/config/fx
-github.com/DataDog/datadog-agent/comp/snmptraps/config/impl
-github.com/DataDog/datadog-agent/comp/snmptraps/formatter
-github.com/DataDog/datadog-agent/comp/snmptraps/formatter/formatterimpl
-github.com/DataDog/datadog-agent/comp/snmptraps/forwarder
-github.com/DataDog/datadog-agent/comp/snmptraps/forwarder/forwarderimpl
-github.com/DataDog/datadog-agent/comp/snmptraps/listener
-github.com/DataDog/datadog-agent/comp/snmptraps/listener/listenerimpl
-github.com/DataDog/datadog-agent/comp/snmptraps/oidresolver/def
-github.com/DataDog/datadog-agent/comp/snmptraps/oidresolver/fx
-github.com/DataDog/datadog-agent/comp/snmptraps/oidresolver/impl
-github.com/DataDog/datadog-agent/comp/snmptraps/packet
-github.com/DataDog/datadog-agent/comp/snmptraps/server
-github.com/DataDog/datadog-agent/comp/snmptraps/server/serverimpl
-github.com/DataDog/datadog-agent/comp/snmptraps/status/def
-github.com/DataDog/datadog-agent/comp/snmptraps/status/impl
+github.com/DataDog/datadog-agent/pkg/collector/corechecks/containers/kata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
+github.com/DataDog/datadog-agent/pkg/network/protocols
+github.com/DataDog/datadog-agent/pkg/network/protocols/http
+github.com/DataDog/datadog-agent/pkg/network/types
+github.com/DataDog/ebpf-manager
+github.com/DataDog/ebpf-manager/internal
+github.com/DataDog/ebpf-manager/tracefs
+github.com/andybalholm/brotli
+github.com/andybalholm/brotli/matchfinder
+github.com/apache/arrow-go/v18/arrow
+github.com/apache/arrow-go/v18/arrow/array
+github.com/apache/arrow-go/v18/arrow/arrio
+github.com/apache/arrow-go/v18/arrow/bitutil
+github.com/apache/arrow-go/v18/arrow/compute
+github.com/apache/arrow-go/v18/arrow/compute/exec
+github.com/apache/arrow-go/v18/arrow/decimal
+github.com/apache/arrow-go/v18/arrow/decimal128
+github.com/apache/arrow-go/v18/arrow/decimal256
+github.com/apache/arrow-go/v18/arrow/encoded
+github.com/apache/arrow-go/v18/arrow/endian
+github.com/apache/arrow-go/v18/arrow/extensions
+github.com/apache/arrow-go/v18/arrow/flight
+github.com/apache/arrow-go/v18/arrow/flight/gen/flight
+github.com/apache/arrow-go/v18/arrow/float16
+github.com/apache/arrow-go/v18/arrow/internal
+github.com/apache/arrow-go/v18/arrow/ipc
+github.com/apache/arrow-go/v18/arrow/memory
+github.com/apache/arrow-go/v18/arrow/scalar
+github.com/apache/arrow-go/v18/parquet
+github.com/apache/arrow-go/v18/parquet/compress
+github.com/apache/arrow-go/v18/parquet/file
+github.com/apache/arrow-go/v18/parquet/metadata
+github.com/apache/arrow-go/v18/parquet/pqarrow
+github.com/apache/arrow-go/v18/parquet/schema
+github.com/apache/arrow-go/v18/parquet/variant
+github.com/apache/thrift/lib/go/thrift
+github.com/cilium/ebpf
+github.com/cilium/ebpf/asm
+github.com/cilium/ebpf/btf
+github.com/cilium/ebpf/features
+github.com/cilium/ebpf/internal
+github.com/cilium/ebpf/link
+github.com/cilium/ebpf/perf
+github.com/cilium/ebpf/ringbuf
+github.com/cilium/ebpf/rlimit
+github.com/goccy/go-json
+github.com/google/flatbuffers/go
+github.com/klauspost/compress/flate
+github.com/klauspost/compress/gzip
+github.com/klauspost/cpuid/v2
+github.com/zeebo/xxh3
+go/format
+go/printer
+golang.org/x/exp/mmap
+structs
agentwindowsamd64
+67, -9
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/def
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/fx
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/impl
+github.com/DataDog/datadog-agent/comp/healthplatform/impl/issues/rofspermissions
+github.com/DataDog/datadog-agent/comp/observer
+github.com/DataDog/datadog-agent/comp/observer/def
+github.com/DataDog/datadog-agent/comp/observer/fx
+github.com/DataDog/datadog-agent/comp/observer/impl
+github.com/DataDog/datadog-agent/comp/observer/impl/hfrunner
+github.com/DataDog/datadog-agent/comp/observer/impl/patterns
+github.com/DataDog/datadog-agent/comp/privateactionrunner/def
+github.com/DataDog/datadog-agent/comp/privateactionrunner/status/statusimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice/rcserviceimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/def
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/impl
-github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/rcstatusimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/rctelemetryreporterimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/impl
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/def
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/impl
-github.com/DataDog/datadog-agent/comp/snmptraps/formatter
-github.com/DataDog/datadog-agent/comp/snmptraps/formatter/formatterimpl
+github.com/DataDog/datadog-agent/comp/snmptraps/formatter/def
+github.com/DataDog/datadog-agent/comp/snmptraps/formatter/impl
+github.com/DataDog/datadog-agent/pkg/collector/corechecks/containers/kata
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
+github.com/DataDog/datadog-agent/pkg/network/protocols
+github.com/DataDog/datadog-agent/pkg/network/protocols/http
+github.com/DataDog/datadog-agent/pkg/network/types
+github.com/DataDog/datadog-agent/pkg/trace/semantics
+github.com/andybalholm/brotli
+github.com/andybalholm/brotli/matchfinder
+github.com/apache/arrow-go/v18/arrow
+github.com/apache/arrow-go/v18/arrow/array
+github.com/apache/arrow-go/v18/arrow/arrio
+github.com/apache/arrow-go/v18/arrow/bitutil
+github.com/apache/arrow-go/v18/arrow/compute
+github.com/apache/arrow-go/v18/arrow/compute/exec
+github.com/apache/arrow-go/v18/arrow/decimal
+github.com/apache/arrow-go/v18/arrow/decimal128
+github.com/apache/arrow-go/v18/arrow/decimal256
+github.com/apache/arrow-go/v18/arrow/encoded
+github.com/apache/arrow-go/v18/arrow/endian
+github.com/apache/arrow-go/v18/arrow/extensions
+github.com/apache/arrow-go/v18/arrow/flight
+github.com/apache/arrow-go/v18/arrow/flight/gen/flight
+github.com/apache/arrow-go/v18/arrow/float16
+github.com/apache/arrow-go/v18/arrow/internal
+github.com/apache/arrow-go/v18/arrow/ipc
+github.com/apache/arrow-go/v18/arrow/memory
+github.com/apache/arrow-go/v18/arrow/scalar
+github.com/apache/arrow-go/v18/parquet
+github.com/apache/arrow-go/v18/parquet/compress
+github.com/apache/arrow-go/v18/parquet/file
+github.com/apache/arrow-go/v18/parquet/metadata
+github.com/apache/arrow-go/v18/parquet/pqarrow
+github.com/apache/arrow-go/v18/parquet/schema
+github.com/apache/arrow-go/v18/parquet/variant
+github.com/apache/thrift/lib/go/thrift
+github.com/goccy/go-json
+github.com/google/flatbuffers/go
+github.com/klauspost/compress/flate
+github.com/klauspost/compress/gzip
+github.com/klauspost/cpuid/v2
+github.com/zeebo/xxh3
+golang.org/x/exp/constraints
+golang.org/x/xerrors
+golang.org/x/xerrors/internal
-gopkg.in/ini.v1
+hash/maphash
agentdarwinamd64
+69, -8
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/def
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/fx
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/impl
+github.com/DataDog/datadog-agent/comp/healthplatform/impl/issues/rofspermissions
+github.com/DataDog/datadog-agent/comp/observer
+github.com/DataDog/datadog-agent/comp/observer/def
+github.com/DataDog/datadog-agent/comp/observer/fx
+github.com/DataDog/datadog-agent/comp/observer/impl
+github.com/DataDog/datadog-agent/comp/observer/impl/hfrunner
+github.com/DataDog/datadog-agent/comp/observer/impl/patterns
+github.com/DataDog/datadog-agent/comp/privateactionrunner/def
+github.com/DataDog/datadog-agent/comp/privateactionrunner/status/statusimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice/rcserviceimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/def
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/impl
-github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/rcstatusimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/rctelemetryreporterimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/impl
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/def
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/impl
-github.com/DataDog/datadog-agent/comp/snmptraps/formatter
-github.com/DataDog/datadog-agent/comp/snmptraps/formatter/formatterimpl
+github.com/DataDog/datadog-agent/comp/snmptraps/formatter/def
+github.com/DataDog/datadog-agent/comp/snmptraps/formatter/impl
+github.com/DataDog/datadog-agent/pkg/collector/corechecks/containers/kata
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
+github.com/DataDog/datadog-agent/pkg/ebpf
+github.com/DataDog/datadog-agent/pkg/ebpf/bytecode
+github.com/DataDog/datadog-agent/pkg/network/config
+github.com/DataDog/datadog-agent/pkg/network/protocols
+github.com/DataDog/datadog-agent/pkg/network/protocols/http
+github.com/DataDog/datadog-agent/pkg/network/types
+github.com/andybalholm/brotli
+github.com/andybalholm/brotli/matchfinder
+github.com/apache/arrow-go/v18/arrow
+github.com/apache/arrow-go/v18/arrow/array
+github.com/apache/arrow-go/v18/arrow/arrio
+github.com/apache/arrow-go/v18/arrow/bitutil
+github.com/apache/arrow-go/v18/arrow/compute
+github.com/apache/arrow-go/v18/arrow/compute/exec
+github.com/apache/arrow-go/v18/arrow/decimal
+github.com/apache/arrow-go/v18/arrow/decimal128
+github.com/apache/arrow-go/v18/arrow/decimal256
+github.com/apache/arrow-go/v18/arrow/encoded
+github.com/apache/arrow-go/v18/arrow/endian
+github.com/apache/arrow-go/v18/arrow/extensions
+github.com/apache/arrow-go/v18/arrow/flight
+github.com/apache/arrow-go/v18/arrow/flight/gen/flight
+github.com/apache/arrow-go/v18/arrow/float16
+github.com/apache/arrow-go/v18/arrow/internal
+github.com/apache/arrow-go/v18/arrow/ipc
+github.com/apache/arrow-go/v18/arrow/memory
+github.com/apache/arrow-go/v18/arrow/scalar
+github.com/apache/arrow-go/v18/parquet
+github.com/apache/arrow-go/v18/parquet/compress
+github.com/apache/arrow-go/v18/parquet/file
+github.com/apache/arrow-go/v18/parquet/metadata
+github.com/apache/arrow-go/v18/parquet/pqarrow
+github.com/apache/arrow-go/v18/parquet/schema
+github.com/apache/arrow-go/v18/parquet/variant
+github.com/apache/thrift/lib/go/thrift
+github.com/goccy/go-json
+github.com/google/flatbuffers/go
+github.com/klauspost/compress/flate
+github.com/klauspost/compress/gzip
+github.com/klauspost/cpuid/v2
+github.com/zeebo/xxh3
+golang.org/x/exp/constraints
+golang.org/x/exp/mmap
+golang.org/x/xerrors
+golang.org/x/xerrors/internal
agentdarwinarm64
+69, -8
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/def
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/fx
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/impl
+github.com/DataDog/datadog-agent/comp/healthplatform/impl/issues/rofspermissions
+github.com/DataDog/datadog-agent/comp/observer
+github.com/DataDog/datadog-agent/comp/observer/def
+github.com/DataDog/datadog-agent/comp/observer/fx
+github.com/DataDog/datadog-agent/comp/observer/impl
+github.com/DataDog/datadog-agent/comp/observer/impl/hfrunner
+github.com/DataDog/datadog-agent/comp/observer/impl/patterns
+github.com/DataDog/datadog-agent/comp/privateactionrunner/def
+github.com/DataDog/datadog-agent/comp/privateactionrunner/status/statusimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice/rcserviceimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/def
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/impl
-github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/rcstatusimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/rctelemetryreporterimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/impl
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/def
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/impl
-github.com/DataDog/datadog-agent/comp/snmptraps/formatter
-github.com/DataDog/datadog-agent/comp/snmptraps/formatter/formatterimpl
+github.com/DataDog/datadog-agent/comp/snmptraps/formatter/def
+github.com/DataDog/datadog-agent/comp/snmptraps/formatter/impl
+github.com/DataDog/datadog-agent/pkg/collector/corechecks/containers/kata
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
+github.com/DataDog/datadog-agent/pkg/ebpf
+github.com/DataDog/datadog-agent/pkg/ebpf/bytecode
+github.com/DataDog/datadog-agent/pkg/network/config
+github.com/DataDog/datadog-agent/pkg/network/protocols
+github.com/DataDog/datadog-agent/pkg/network/protocols/http
+github.com/DataDog/datadog-agent/pkg/network/types
+github.com/andybalholm/brotli
+github.com/andybalholm/brotli/matchfinder
+github.com/apache/arrow-go/v18/arrow
+github.com/apache/arrow-go/v18/arrow/array
+github.com/apache/arrow-go/v18/arrow/arrio
+github.com/apache/arrow-go/v18/arrow/bitutil
+github.com/apache/arrow-go/v18/arrow/compute
+github.com/apache/arrow-go/v18/arrow/compute/exec
+github.com/apache/arrow-go/v18/arrow/decimal
+github.com/apache/arrow-go/v18/arrow/decimal128
+github.com/apache/arrow-go/v18/arrow/decimal256
+github.com/apache/arrow-go/v18/arrow/encoded
+github.com/apache/arrow-go/v18/arrow/endian
+github.com/apache/arrow-go/v18/arrow/extensions
+github.com/apache/arrow-go/v18/arrow/flight
+github.com/apache/arrow-go/v18/arrow/flight/gen/flight
+github.com/apache/arrow-go/v18/arrow/float16
+github.com/apache/arrow-go/v18/arrow/internal
+github.com/apache/arrow-go/v18/arrow/ipc
+github.com/apache/arrow-go/v18/arrow/memory
+github.com/apache/arrow-go/v18/arrow/scalar
+github.com/apache/arrow-go/v18/parquet
+github.com/apache/arrow-go/v18/parquet/compress
+github.com/apache/arrow-go/v18/parquet/file
+github.com/apache/arrow-go/v18/parquet/metadata
+github.com/apache/arrow-go/v18/parquet/pqarrow
+github.com/apache/arrow-go/v18/parquet/schema
+github.com/apache/arrow-go/v18/parquet/variant
+github.com/apache/thrift/lib/go/thrift
+github.com/goccy/go-json
+github.com/google/flatbuffers/go
+github.com/klauspost/compress/flate
+github.com/klauspost/compress/gzip
+github.com/klauspost/cpuid/v2
+github.com/zeebo/xxh3
+golang.org/x/exp/constraints
+golang.org/x/exp/mmap
+golang.org/x/xerrors
+golang.org/x/xerrors/internal
iot-agentlinuxamd64
+93, -23
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/def
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/fx
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/impl
+github.com/DataDog/datadog-agent/comp/healthplatform/impl/issues/rofspermissions
+github.com/DataDog/datadog-agent/comp/observer
+github.com/DataDog/datadog-agent/comp/observer/def
+github.com/DataDog/datadog-agent/comp/observer/fx
+github.com/DataDog/datadog-agent/comp/observer/impl
+github.com/DataDog/datadog-agent/comp/observer/impl/hfrunner
+github.com/DataDog/datadog-agent/comp/observer/impl/patterns
+github.com/DataDog/datadog-agent/comp/privateactionrunner/def
+github.com/DataDog/datadog-agent/comp/privateactionrunner/status/statusimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice/rcserviceimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/def
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/impl
-github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/rcstatusimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/rctelemetryreporterimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/impl
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/def
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/impl
-github.com/DataDog/datadog-agent/comp/snmptraps
-github.com/DataDog/datadog-agent/comp/snmptraps/config/def
-github.com/DataDog/datadog-agent/comp/snmptraps/config/fx
-github.com/DataDog/datadog-agent/comp/snmptraps/config/impl
-github.com/DataDog/datadog-agent/comp/snmptraps/formatter
-github.com/DataDog/datadog-agent/comp/snmptraps/formatter/formatterimpl
-github.com/DataDog/datadog-agent/comp/snmptraps/forwarder
-github.com/DataDog/datadog-agent/comp/snmptraps/forwarder/forwarderimpl
-github.com/DataDog/datadog-agent/comp/snmptraps/listener
-github.com/DataDog/datadog-agent/comp/snmptraps/listener/listenerimpl
-github.com/DataDog/datadog-agent/comp/snmptraps/oidresolver/def
-github.com/DataDog/datadog-agent/comp/snmptraps/oidresolver/fx
-github.com/DataDog/datadog-agent/comp/snmptraps/oidresolver/impl
-github.com/DataDog/datadog-agent/comp/snmptraps/packet
-github.com/DataDog/datadog-agent/comp/snmptraps/server
-github.com/DataDog/datadog-agent/comp/snmptraps/server/serverimpl
-github.com/DataDog/datadog-agent/comp/snmptraps/status/def
-github.com/DataDog/datadog-agent/comp/snmptraps/status/impl
+github.com/DataDog/datadog-agent/pkg/collector/corechecks/containers/kata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
+github.com/DataDog/datadog-agent/pkg/network/protocols
+github.com/DataDog/datadog-agent/pkg/network/protocols/http
+github.com/DataDog/datadog-agent/pkg/network/types
+github.com/DataDog/datadog-agent/pkg/proto/pbgo/trace
+github.com/DataDog/datadog-agent/pkg/proto/pbgo/trace/idx
+github.com/DataDog/datadog-api-client-go/v2
+github.com/DataDog/datadog-api-client-go/v2/api/datadog
+github.com/DataDog/datadog-api-client-go/v2/api/datadogV2
+github.com/DataDog/ebpf-manager
+github.com/DataDog/ebpf-manager/internal
+github.com/DataDog/ebpf-manager/tracefs
+github.com/andybalholm/brotli
+github.com/andybalholm/brotli/matchfinder
+github.com/apache/arrow-go/v18/arrow
+github.com/apache/arrow-go/v18/arrow/array
+github.com/apache/arrow-go/v18/arrow/arrio
+github.com/apache/arrow-go/v18/arrow/bitutil
+github.com/apache/arrow-go/v18/arrow/compute
+github.com/apache/arrow-go/v18/arrow/compute/exec
+github.com/apache/arrow-go/v18/arrow/decimal
+github.com/apache/arrow-go/v18/arrow/decimal128
+github.com/apache/arrow-go/v18/arrow/decimal256
+github.com/apache/arrow-go/v18/arrow/encoded
+github.com/apache/arrow-go/v18/arrow/endian
+github.com/apache/arrow-go/v18/arrow/extensions
+github.com/apache/arrow-go/v18/arrow/flight
+github.com/apache/arrow-go/v18/arrow/flight/gen/flight
+github.com/apache/arrow-go/v18/arrow/float16
+github.com/apache/arrow-go/v18/arrow/internal
+github.com/apache/arrow-go/v18/arrow/ipc
+github.com/apache/arrow-go/v18/arrow/memory
+github.com/apache/arrow-go/v18/arrow/scalar
+github.com/apache/arrow-go/v18/parquet
+github.com/apache/arrow-go/v18/parquet/compress
+github.com/apache/arrow-go/v18/parquet/file
+github.com/apache/arrow-go/v18/parquet/metadata
+github.com/apache/arrow-go/v18/parquet/pqarrow
+github.com/apache/arrow-go/v18/parquet/schema
+github.com/apache/arrow-go/v18/parquet/variant
+github.com/apache/thrift/lib/go/thrift
+github.com/cilium/ebpf
+github.com/cilium/ebpf/asm
+github.com/cilium/ebpf/btf
+github.com/cilium/ebpf/features
+github.com/cilium/ebpf/internal
+github.com/cilium/ebpf/link
+github.com/cilium/ebpf/perf
+github.com/cilium/ebpf/ringbuf
+github.com/cilium/ebpf/rlimit
+github.com/goccy/go-json
+github.com/golang/snappy
+github.com/google/flatbuffers/go
+github.com/klauspost/compress/flate
+github.com/klauspost/compress/gzip
+github.com/klauspost/cpuid/v2
+github.com/pierrec/lz4/v4
+github.com/vishvananda/netlink
+github.com/vishvananda/netlink/nl
+github.com/vishvananda/netns
+github.com/zeebo/xxh3
+go/format
+go/printer
+golang.org/x/exp/constraints
+golang.org/x/exp/mmap
+golang.org/x/exp/slices
+golang.org/x/oauth2
+golang.org/x/oauth2/internal
+golang.org/x/xerrors
+golang.org/x/xerrors/internal
+google.golang.org/protobuf/types/descriptorpb
+structs
iot-agentlinuxarm64
+93, -23
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/def
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/fx
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/impl
+github.com/DataDog/datadog-agent/comp/healthplatform/impl/issues/rofspermissions
+github.com/DataDog/datadog-agent/comp/observer
+github.com/DataDog/datadog-agent/comp/observer/def
+github.com/DataDog/datadog-agent/comp/observer/fx
+github.com/DataDog/datadog-agent/comp/observer/impl
+github.com/DataDog/datadog-agent/comp/observer/impl/hfrunner
+github.com/DataDog/datadog-agent/comp/observer/impl/patterns
+github.com/DataDog/datadog-agent/comp/privateactionrunner/def
+github.com/DataDog/datadog-agent/comp/privateactionrunner/status/statusimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice/rcserviceimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/def
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/impl
-github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/rcstatusimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/rctelemetryreporterimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/impl
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/def
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/impl
-github.com/DataDog/datadog-agent/comp/snmptraps
-github.com/DataDog/datadog-agent/comp/snmptraps/config/def
-github.com/DataDog/datadog-agent/comp/snmptraps/config/fx
-github.com/DataDog/datadog-agent/comp/snmptraps/config/impl
-github.com/DataDog/datadog-agent/comp/snmptraps/formatter
-github.com/DataDog/datadog-agent/comp/snmptraps/formatter/formatterimpl
-github.com/DataDog/datadog-agent/comp/snmptraps/forwarder
-github.com/DataDog/datadog-agent/comp/snmptraps/forwarder/forwarderimpl
-github.com/DataDog/datadog-agent/comp/snmptraps/listener
-github.com/DataDog/datadog-agent/comp/snmptraps/listener/listenerimpl
-github.com/DataDog/datadog-agent/comp/snmptraps/oidresolver/def
-github.com/DataDog/datadog-agent/comp/snmptraps/oidresolver/fx
-github.com/DataDog/datadog-agent/comp/snmptraps/oidresolver/impl
-github.com/DataDog/datadog-agent/comp/snmptraps/packet
-github.com/DataDog/datadog-agent/comp/snmptraps/server
-github.com/DataDog/datadog-agent/comp/snmptraps/server/serverimpl
-github.com/DataDog/datadog-agent/comp/snmptraps/status/def
-github.com/DataDog/datadog-agent/comp/snmptraps/status/impl
+github.com/DataDog/datadog-agent/pkg/collector/corechecks/containers/kata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
+github.com/DataDog/datadog-agent/pkg/network/protocols
+github.com/DataDog/datadog-agent/pkg/network/protocols/http
+github.com/DataDog/datadog-agent/pkg/network/types
+github.com/DataDog/datadog-agent/pkg/proto/pbgo/trace
+github.com/DataDog/datadog-agent/pkg/proto/pbgo/trace/idx
+github.com/DataDog/datadog-api-client-go/v2
+github.com/DataDog/datadog-api-client-go/v2/api/datadog
+github.com/DataDog/datadog-api-client-go/v2/api/datadogV2
+github.com/DataDog/ebpf-manager
+github.com/DataDog/ebpf-manager/internal
+github.com/DataDog/ebpf-manager/tracefs
+github.com/andybalholm/brotli
+github.com/andybalholm/brotli/matchfinder
+github.com/apache/arrow-go/v18/arrow
+github.com/apache/arrow-go/v18/arrow/array
+github.com/apache/arrow-go/v18/arrow/arrio
+github.com/apache/arrow-go/v18/arrow/bitutil
+github.com/apache/arrow-go/v18/arrow/compute
+github.com/apache/arrow-go/v18/arrow/compute/exec
+github.com/apache/arrow-go/v18/arrow/decimal
+github.com/apache/arrow-go/v18/arrow/decimal128
+github.com/apache/arrow-go/v18/arrow/decimal256
+github.com/apache/arrow-go/v18/arrow/encoded
+github.com/apache/arrow-go/v18/arrow/endian
+github.com/apache/arrow-go/v18/arrow/extensions
+github.com/apache/arrow-go/v18/arrow/flight
+github.com/apache/arrow-go/v18/arrow/flight/gen/flight
+github.com/apache/arrow-go/v18/arrow/float16
+github.com/apache/arrow-go/v18/arrow/internal
+github.com/apache/arrow-go/v18/arrow/ipc
+github.com/apache/arrow-go/v18/arrow/memory
+github.com/apache/arrow-go/v18/arrow/scalar
+github.com/apache/arrow-go/v18/parquet
+github.com/apache/arrow-go/v18/parquet/compress
+github.com/apache/arrow-go/v18/parquet/file
+github.com/apache/arrow-go/v18/parquet/metadata
+github.com/apache/arrow-go/v18/parquet/pqarrow
+github.com/apache/arrow-go/v18/parquet/schema
+github.com/apache/arrow-go/v18/parquet/variant
+github.com/apache/thrift/lib/go/thrift
+github.com/cilium/ebpf
+github.com/cilium/ebpf/asm
+github.com/cilium/ebpf/btf
+github.com/cilium/ebpf/features
+github.com/cilium/ebpf/internal
+github.com/cilium/ebpf/link
+github.com/cilium/ebpf/perf
+github.com/cilium/ebpf/ringbuf
+github.com/cilium/ebpf/rlimit
+github.com/goccy/go-json
+github.com/golang/snappy
+github.com/google/flatbuffers/go
+github.com/klauspost/compress/flate
+github.com/klauspost/compress/gzip
+github.com/klauspost/cpuid/v2
+github.com/pierrec/lz4/v4
+github.com/vishvananda/netlink
+github.com/vishvananda/netlink/nl
+github.com/vishvananda/netns
+github.com/zeebo/xxh3
+go/format
+go/printer
+golang.org/x/exp/constraints
+golang.org/x/exp/mmap
+golang.org/x/exp/slices
+golang.org/x/oauth2
+golang.org/x/oauth2/internal
+golang.org/x/xerrors
+golang.org/x/xerrors/internal
+google.golang.org/protobuf/types/descriptorpb
+structs
heroku-agentlinuxamd64
+88, -9
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/def
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/fx
+github.com/DataDog/datadog-agent/comp/anomalydetection/recorder/impl
+github.com/DataDog/datadog-agent/comp/healthplatform/impl/issues/rofspermissions
+github.com/DataDog/datadog-agent/comp/observer
+github.com/DataDog/datadog-agent/comp/observer/def
+github.com/DataDog/datadog-agent/comp/observer/fx
+github.com/DataDog/datadog-agent/comp/observer/impl
+github.com/DataDog/datadog-agent/comp/observer/impl/hfrunner
+github.com/DataDog/datadog-agent/comp/observer/impl/patterns
+github.com/DataDog/datadog-agent/comp/privateactionrunner/def
+github.com/DataDog/datadog-agent/comp/privateactionrunner/status/statusimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice/rcserviceimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/def
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/impl
-github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/rcstatusimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/rctelemetryreporterimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/impl
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/def
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/impl
-github.com/DataDog/datadog-agent/comp/snmptraps/formatter
-github.com/DataDog/datadog-agent/comp/snmptraps/formatter/formatterimpl
+github.com/DataDog/datadog-agent/comp/snmptraps/formatter/def
+github.com/DataDog/datadog-agent/comp/snmptraps/formatter/impl
-github.com/DataDog/datadog-agent/comp/updater/localapiclient
-github.com/DataDog/datadog-agent/comp/updater/localapiclient/localapiclientimpl
+github.com/DataDog/datadog-agent/comp/updater/localapiclient/def
+github.com/DataDog/datadog-agent/comp/updater/localapiclient/fx
+github.com/DataDog/datadog-agent/comp/updater/localapiclient/impl
+github.com/DataDog/datadog-agent/pkg/collector/corechecks/containers/kata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
+github.com/DataDog/datadog-agent/pkg/network/protocols
+github.com/DataDog/datadog-agent/pkg/network/protocols/http
+github.com/DataDog/datadog-agent/pkg/network/types
+github.com/DataDog/ebpf-manager
+github.com/DataDog/ebpf-manager/internal
+github.com/DataDog/ebpf-manager/tracefs
+github.com/andybalholm/brotli
+github.com/andybalholm/brotli/matchfinder
+github.com/apache/arrow-go/v18/arrow
+github.com/apache/arrow-go/v18/arrow/array
+github.com/apache/arrow-go/v18/arrow/arrio
+github.com/apache/arrow-go/v18/arrow/bitutil
+github.com/apache/arrow-go/v18/arrow/compute
+github.com/apache/arrow-go/v18/arrow/compute/exec
+github.com/apache/arrow-go/v18/arrow/decimal
+github.com/apache/arrow-go/v18/arrow/decimal128
+github.com/apache/arrow-go/v18/arrow/decimal256
+github.com/apache/arrow-go/v18/arrow/encoded
+github.com/apache/arrow-go/v18/arrow/endian
+github.com/apache/arrow-go/v18/arrow/extensions
+github.com/apache/arrow-go/v18/arrow/flight
+github.com/apache/arrow-go/v18/arrow/flight/gen/flight
+github.com/apache/arrow-go/v18/arrow/float16
+github.com/apache/arrow-go/v18/arrow/internal
+github.com/apache/arrow-go/v18/arrow/ipc
+github.com/apache/arrow-go/v18/arrow/memory
+github.com/apache/arrow-go/v18/arrow/scalar
+github.com/apache/arrow-go/v18/parquet
+github.com/apache/arrow-go/v18/parquet/compress
+github.com/apache/arrow-go/v18/parquet/file
+github.com/apache/arrow-go/v18/parquet/metadata
+github.com/apache/arrow-go/v18/parquet/pqarrow
+github.com/apache/arrow-go/v18/parquet/schema
+github.com/apache/arrow-go/v18/parquet/variant
+github.com/apache/thrift/lib/go/thrift
+github.com/cilium/ebpf
+github.com/cilium/ebpf/asm
+github.com/cilium/ebpf/btf
+github.com/cilium/ebpf/features
+github.com/cilium/ebpf/internal
+github.com/cilium/ebpf/link
+github.com/cilium/ebpf/perf
+github.com/cilium/ebpf/ringbuf
+github.com/cilium/ebpf/rlimit
+github.com/goccy/go-json
+github.com/google/flatbuffers/go
+github.com/klauspost/compress/flate
+github.com/klauspost/compress/gzip
+github.com/klauspost/cpuid/v2
+github.com/vishvananda/netlink
+github.com/vishvananda/netlink/nl
+github.com/vishvananda/netns
+github.com/zeebo/xxh3
+go/format
+go/printer
+golang.org/x/exp/constraints
+golang.org/x/exp/mmap
+golang.org/x/xerrors
+golang.org/x/xerrors/internal
+google.golang.org/protobuf/types/descriptorpb
+structs
cluster-agentlinuxamd64
+15, -11
+github.com/DataDog/datadog-agent/comp/observer/def
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice/rcserviceimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/rcstatusimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/rctelemetryreporterimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/def
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/impl
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/impl
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/def
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/impl
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
-github.com/DataDog/datadog-agent/pkg/trace/otel/traceutil
-github.com/DataDog/datadog-agent/pkg/trace/sampler
-github.com/DataDog/datadog-agent/pkg/trace/transform
+github.com/DataDog/datadog-agent/pkg/util/ecs/common
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v1
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v2
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v3or4
-go.opentelemetry.io/otel/semconv/v1.26.0
-gopkg.in/ini.v1
cluster-agentlinuxarm64
+15, -11
+github.com/DataDog/datadog-agent/comp/observer/def
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice/rcserviceimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/rcstatusimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/rctelemetryreporterimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/def
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/impl
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/impl
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/def
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/impl
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
-github.com/DataDog/datadog-agent/pkg/trace/otel/traceutil
-github.com/DataDog/datadog-agent/pkg/trace/sampler
-github.com/DataDog/datadog-agent/pkg/trace/transform
+github.com/DataDog/datadog-agent/pkg/util/ecs/common
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v1
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v2
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v3or4
-go.opentelemetry.io/otel/semconv/v1.26.0
-gopkg.in/ini.v1
cluster-agent-cloudfoundrylinuxamd64
+7, -6
+github.com/DataDog/datadog-agent/comp/observer/def
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
-github.com/DataDog/datadog-agent/pkg/trace/otel/traceutil
-github.com/DataDog/datadog-agent/pkg/trace/sampler
-github.com/DataDog/datadog-agent/pkg/trace/transform
+github.com/DataDog/datadog-agent/pkg/util/ecs/common
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v1
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v2
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v3or4
-go.opentelemetry.io/otel/semconv/v1.26.0
-gopkg.in/ini.v1
cluster-agent-cloudfoundrylinuxarm64
+7, -6
+github.com/DataDog/datadog-agent/comp/observer/def
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
-github.com/DataDog/datadog-agent/pkg/trace/otel/traceutil
-github.com/DataDog/datadog-agent/pkg/trace/sampler
-github.com/DataDog/datadog-agent/pkg/trace/transform
+github.com/DataDog/datadog-agent/pkg/util/ecs/common
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v1
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v2
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v3or4
-go.opentelemetry.io/otel/semconv/v1.26.0
-gopkg.in/ini.v1
dogstatsdlinuxamd64
+2, -1
+github.com/DataDog/datadog-agent/comp/observer/def
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
dogstatsdlinuxarm64
+2, -1
+github.com/DataDog/datadog-agent/comp/observer/def
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
process-agentlinuxamd64
+3, -1
-github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/rcstatusimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/impl
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
process-agentlinuxarm64
+3, -1
-github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/rcstatusimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/impl
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
process-agentwindowsamd64
+3, -2
-github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/rcstatusimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/impl
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
process-agentdarwinamd64
+6, -2
-github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/rcstatusimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/impl
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
+github.com/DataDog/datadog-agent/pkg/ebpf
+github.com/DataDog/datadog-agent/pkg/ebpf/bytecode
+github.com/DataDog/datadog-agent/pkg/network/config
process-agentdarwinarm64
+6, -2
-github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/rcstatusimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/impl
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
+github.com/DataDog/datadog-agent/pkg/ebpf
+github.com/DataDog/datadog-agent/pkg/ebpf/bytecode
+github.com/DataDog/datadog-agent/pkg/network/config
heroku-process-agentlinuxamd64
+3, -1
-github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/rcstatusimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcstatus/impl
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
security-agentlinuxamd64
+2, -1
+github.com/DataDog/datadog-agent/comp/observer/def
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
security-agentlinuxarm64
+2, -1
+github.com/DataDog/datadog-agent/comp/observer/def
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
security-agentwindowsamd64
+2, -1
+github.com/DataDog/datadog-agent/comp/observer/def
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
sbomgenlinuxamd64
+1, -5
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
-github.com/DataDog/datadog-agent/pkg/util/funcs
-github.com/DataDog/datadog-agent/pkg/util/kernel
-github.com/DataDog/datadog-agent/pkg/util/safeelf
-github.com/shirou/gopsutil/v4/host
sbomgenlinuxarm64
+1, -5
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
-github.com/DataDog/datadog-agent/pkg/util/funcs
-github.com/DataDog/datadog-agent/pkg/util/kernel
-github.com/DataDog/datadog-agent/pkg/util/safeelf
-github.com/shirou/gopsutil/v4/host
system-probelinuxamd64
+7, -0
+github.com/DataDog/datadog-agent/comp/observer/def
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
+github.com/DataDog/datadog-agent/pkg/util/ecs/common
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v1
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v2
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v3or4
system-probelinuxarm64
+7, -0
+github.com/DataDog/datadog-agent/comp/observer/def
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
+github.com/DataDog/datadog-agent/pkg/util/ecs/common
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v1
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v2
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v3or4
system-probewindowsamd64
+7, -1
+github.com/DataDog/datadog-agent/comp/observer/def
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
+github.com/DataDog/datadog-agent/pkg/util/ecs/common
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v1
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v2
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v3or4
system-probedarwinamd64
+66, -1
+debug/dwarf
+debug/elf
+github.com/DataDog/datadog-agent/comp/observer/def
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
+github.com/DataDog/datadog-agent/pkg/eventmonitor
+github.com/DataDog/datadog-agent/pkg/eventmonitor/config
+github.com/DataDog/datadog-agent/pkg/network/config
+github.com/DataDog/datadog-agent/pkg/network/encoding/marshal
+github.com/DataDog/datadog-agent/pkg/network/filter
+github.com/DataDog/datadog-agent/pkg/network/indexedset
+github.com/DataDog/datadog-agent/pkg/network/protocols/telemetry
+github.com/DataDog/datadog-agent/pkg/network/sender
+github.com/DataDog/datadog-agent/pkg/network/tracer
+github.com/DataDog/datadog-agent/pkg/network/tracer/connection
+github.com/DataDog/datadog-agent/pkg/network/tracer/connection/ebpfless
+github.com/DataDog/datadog-agent/pkg/process/procutil
+github.com/DataDog/datadog-agent/pkg/security/config
+github.com/DataDog/datadog-agent/pkg/security/events
+github.com/DataDog/datadog-agent/pkg/security/metrics
+github.com/DataDog/datadog-agent/pkg/security/probe
+github.com/DataDog/datadog-agent/pkg/security/probe/config
+github.com/DataDog/datadog-agent/pkg/security/probe/kfilters
+github.com/DataDog/datadog-agent/pkg/security/proto/api
+github.com/DataDog/datadog-agent/pkg/security/resolvers/tags
+github.com/DataDog/datadog-agent/pkg/security/secl/containerutils
+github.com/DataDog/datadog-agent/pkg/security/secl/log
+github.com/DataDog/datadog-agent/pkg/security/secl/model
+github.com/DataDog/datadog-agent/pkg/security/secl/model/sharedconsts
+github.com/DataDog/datadog-agent/pkg/security/secl/model/usersession
+github.com/DataDog/datadog-agent/pkg/security/secl/model/utils
+github.com/DataDog/datadog-agent/pkg/security/secl/rules
+github.com/DataDog/datadog-agent/pkg/security/secl/validators
+github.com/DataDog/datadog-agent/pkg/security/seclog
+github.com/DataDog/datadog-agent/pkg/security/utils
+github.com/DataDog/datadog-agent/pkg/util/ecs/common
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v1
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v2
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v3or4
+github.com/Masterminds/semver/v3
+github.com/cilium/ebpf
+github.com/cilium/ebpf/asm
+github.com/cilium/ebpf/btf
+github.com/cilium/ebpf/internal
+github.com/google/gopacket/pcap
+github.com/hashicorp/golang-lru/v2/expirable
+github.com/hashicorp/golang-lru/v2/internal
+github.com/hashicorp/golang-lru/v2/simplelru
+github.com/josharian/intern
+github.com/mailru/easyjson
+github.com/mailru/easyjson/buffer
+github.com/mailru/easyjson/jlexer
+github.com/mailru/easyjson/jwriter
+github.com/planetscale/vtprotobuf/protohelpers
+github.com/planetscale/vtprotobuf/types/known/timestamppb
+github.com/skydive-project/go-debouncer
+go/ast
+go/build/constraint
+go/doc/comment
+go/format
+go/parser
+go/printer
+go/scanner
+hash/maphash
+k8s.io/apimachinery/pkg/util/sets
+structs
system-probedarwinarm64
+66, -1
+debug/dwarf
+debug/elf
+github.com/DataDog/datadog-agent/comp/observer/def
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
+github.com/DataDog/datadog-agent/pkg/eventmonitor
+github.com/DataDog/datadog-agent/pkg/eventmonitor/config
+github.com/DataDog/datadog-agent/pkg/network/config
+github.com/DataDog/datadog-agent/pkg/network/encoding/marshal
+github.com/DataDog/datadog-agent/pkg/network/filter
+github.com/DataDog/datadog-agent/pkg/network/indexedset
+github.com/DataDog/datadog-agent/pkg/network/protocols/telemetry
+github.com/DataDog/datadog-agent/pkg/network/sender
+github.com/DataDog/datadog-agent/pkg/network/tracer
+github.com/DataDog/datadog-agent/pkg/network/tracer/connection
+github.com/DataDog/datadog-agent/pkg/network/tracer/connection/ebpfless
+github.com/DataDog/datadog-agent/pkg/process/procutil
+github.com/DataDog/datadog-agent/pkg/security/config
+github.com/DataDog/datadog-agent/pkg/security/events
+github.com/DataDog/datadog-agent/pkg/security/metrics
+github.com/DataDog/datadog-agent/pkg/security/probe
+github.com/DataDog/datadog-agent/pkg/security/probe/config
+github.com/DataDog/datadog-agent/pkg/security/probe/kfilters
+github.com/DataDog/datadog-agent/pkg/security/proto/api
+github.com/DataDog/datadog-agent/pkg/security/resolvers/tags
+github.com/DataDog/datadog-agent/pkg/security/secl/containerutils
+github.com/DataDog/datadog-agent/pkg/security/secl/log
+github.com/DataDog/datadog-agent/pkg/security/secl/model
+github.com/DataDog/datadog-agent/pkg/security/secl/model/sharedconsts
+github.com/DataDog/datadog-agent/pkg/security/secl/model/usersession
+github.com/DataDog/datadog-agent/pkg/security/secl/model/utils
+github.com/DataDog/datadog-agent/pkg/security/secl/rules
+github.com/DataDog/datadog-agent/pkg/security/secl/validators
+github.com/DataDog/datadog-agent/pkg/security/seclog
+github.com/DataDog/datadog-agent/pkg/security/utils
+github.com/DataDog/datadog-agent/pkg/util/ecs/common
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v1
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v2
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v3or4
+github.com/Masterminds/semver/v3
+github.com/cilium/ebpf
+github.com/cilium/ebpf/asm
+github.com/cilium/ebpf/btf
+github.com/cilium/ebpf/internal
+github.com/google/gopacket/pcap
+github.com/hashicorp/golang-lru/v2/expirable
+github.com/hashicorp/golang-lru/v2/internal
+github.com/hashicorp/golang-lru/v2/simplelru
+github.com/josharian/intern
+github.com/mailru/easyjson
+github.com/mailru/easyjson/buffer
+github.com/mailru/easyjson/jlexer
+github.com/mailru/easyjson/jwriter
+github.com/planetscale/vtprotobuf/protohelpers
+github.com/planetscale/vtprotobuf/types/known/timestamppb
+github.com/skydive-project/go-debouncer
+go/ast
+go/build/constraint
+go/doc/comment
+go/format
+go/parser
+go/printer
+go/scanner
+hash/maphash
+k8s.io/apimachinery/pkg/util/sets
+structs
trace-agentlinuxamd64
+3, -2
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/def
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/fx
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/impl
-github.com/DataDog/datadog-agent/pkg/trace/otel/traceutil
-gopkg.in/ini.v1
trace-agentlinuxarm64
+3, -2
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/def
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/fx
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/impl
-github.com/DataDog/datadog-agent/pkg/trace/otel/traceutil
-gopkg.in/ini.v1
trace-agentwindowsamd64
+3, -2
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/def
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/fx
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/impl
-github.com/DataDog/datadog-agent/pkg/trace/otel/traceutil
-gopkg.in/ini.v1
trace-agentdarwinamd64
+3, -2
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/def
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/fx
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/impl
-github.com/DataDog/datadog-agent/pkg/trace/otel/traceutil
-gopkg.in/ini.v1
trace-agentdarwinarm64
+3, -2
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/def
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/fx
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/impl
-github.com/DataDog/datadog-agent/pkg/trace/otel/traceutil
-gopkg.in/ini.v1
heroku-trace-agentlinuxamd64
+3, -2
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/def
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/fx
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/impl
-github.com/DataDog/datadog-agent/pkg/trace/otel/traceutil
-gopkg.in/ini.v1
otel-agentlinuxamd64
+88, -2
+code.cloudfoundry.org/garden
+code.cloudfoundry.org/garden/client
+code.cloudfoundry.org/garden/client/connection
+code.cloudfoundry.org/garden/routes
+code.cloudfoundry.org/garden/transport
+code.cloudfoundry.org/lager
+github.com/DataDog/datadog-agent/comp/core/hostname
+github.com/DataDog/datadog-agent/comp/core/hostname/hostnameimpl
+github.com/DataDog/datadog-agent/comp/core/tagger/collectors
+github.com/DataDog/datadog-agent/comp/core/tagger/common
+github.com/DataDog/datadog-agent/comp/core/tagger/fx
+github.com/DataDog/datadog-agent/comp/core/tagger/impl
+github.com/DataDog/datadog-agent/comp/core/tagger/k8s_metadata
+github.com/DataDog/datadog-agent/comp/core/tagger/mock
+github.com/DataDog/datadog-agent/comp/core/tagger/proto
+github.com/DataDog/datadog-agent/comp/core/tagger/server
+github.com/DataDog/datadog-agent/comp/core/tagger/subscriber
+github.com/DataDog/datadog-agent/comp/core/tagger/taglist
+github.com/DataDog/datadog-agent/comp/core/tagger/tagstore
+github.com/DataDog/datadog-agent/comp/core/workloadfilter/baseimpl
+github.com/DataDog/datadog-agent/comp/core/workloadfilter/catalog
+github.com/DataDog/datadog-agent/comp/core/workloadfilter/fx
+github.com/DataDog/datadog-agent/comp/core/workloadfilter/impl
+github.com/DataDog/datadog-agent/comp/core/workloadfilter/impl/parse
+github.com/DataDog/datadog-agent/comp/core/workloadfilter/program
+github.com/DataDog/datadog-agent/comp/core/workloadfilter/proto
+github.com/DataDog/datadog-agent/comp/core/workloadfilter/telemetry
+github.com/DataDog/datadog-agent/comp/core/workloadmeta/collectors/catalog-otel
+github.com/DataDog/datadog-agent/comp/core/workloadmeta/collectors/util
+github.com/DataDog/datadog-agent/comp/dogstatsd/packets
+github.com/DataDog/datadog-agent/comp/metadata/host
+github.com/DataDog/datadog-agent/comp/metadata/host/hostimpl
+github.com/DataDog/datadog-agent/comp/metadata/host/hostimpl/hosttags
+github.com/DataDog/datadog-agent/comp/metadata/host/hostimpl/utils
+github.com/DataDog/datadog-agent/comp/metadata/inventoryhost
+github.com/DataDog/datadog-agent/comp/metadata/inventoryhost/inventoryhostimpl
+github.com/DataDog/datadog-agent/comp/metadata/packagesigning/utils
+github.com/DataDog/datadog-agent/comp/metadata/resources
+github.com/DataDog/datadog-agent/comp/observer/def
+github.com/DataDog/datadog-agent/comp/otelcol/dogtelextension/def
+github.com/DataDog/datadog-agent/comp/otelcol/dogtelextension/impl
+github.com/DataDog/datadog-agent/comp/otelcol/dogtelextension/impl/metrics
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/def
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/fx
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/impl
+github.com/DataDog/datadog-agent/pkg/collector/python
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
+github.com/DataDog/datadog-agent/pkg/gohai
+github.com/DataDog/datadog-agent/pkg/gohai/cpu
+github.com/DataDog/datadog-agent/pkg/gohai/filesystem
+github.com/DataDog/datadog-agent/pkg/gohai/memory
+github.com/DataDog/datadog-agent/pkg/gohai/network
+github.com/DataDog/datadog-agent/pkg/gohai/platform
+github.com/DataDog/datadog-agent/pkg/gohai/processes
+github.com/DataDog/datadog-agent/pkg/gohai/processes/gops
+github.com/DataDog/datadog-agent/pkg/gohai/utils
+github.com/DataDog/datadog-agent/pkg/gpu/tags
+github.com/DataDog/datadog-agent/pkg/logs/status
+github.com/DataDog/datadog-agent/pkg/logs/tailers
-github.com/DataDog/datadog-agent/pkg/trace/otel/traceutil
+github.com/DataDog/datadog-agent/pkg/util/cloudproviders
+github.com/DataDog/datadog-agent/pkg/util/cloudproviders/alibaba
+github.com/DataDog/datadog-agent/pkg/util/cloudproviders/cloudfoundry
+github.com/DataDog/datadog-agent/pkg/util/cloudproviders/ibm
+github.com/DataDog/datadog-agent/pkg/util/cloudproviders/kubernetes
+github.com/DataDog/datadog-agent/pkg/util/cloudproviders/oracle
+github.com/DataDog/datadog-agent/pkg/util/cloudproviders/tencent
+github.com/DataDog/datadog-agent/pkg/util/containers/cri
+github.com/DataDog/datadog-agent/pkg/util/containers/metadata
+github.com/DataDog/datadog-agent/pkg/util/containers/metrics
+github.com/DataDog/datadog-agent/pkg/util/containers/metrics/containerd
+github.com/DataDog/datadog-agent/pkg/util/containers/metrics/cri
+github.com/DataDog/datadog-agent/pkg/util/containers/metrics/docker
+github.com/DataDog/datadog-agent/pkg/util/containers/metrics/ecsfargate
+github.com/DataDog/datadog-agent/pkg/util/containers/metrics/ecsmanagedinstances
+github.com/DataDog/datadog-agent/pkg/util/containers/metrics/kubelet
+github.com/DataDog/datadog-agent/pkg/util/containers/metrics/provider
+github.com/DataDog/datadog-agent/pkg/util/containers/metrics/system
+github.com/DataDog/datadog-agent/pkg/util/gpu
+github.com/DataDog/datadog-agent/pkg/util/kubernetes/cloudprovider
+github.com/DataDog/datadog-agent/pkg/util/kubernetes/clusterinfo
+github.com/DataDog/datadog-agent/pkg/util/net
+github.com/DataDog/datadog-agent/pkg/util/procfilestats
+github.com/DataDog/datadog-agent/pkg/util/size
+github.com/DataDog/datadog-agent/pkg/util/tags
+github.com/DataDog/datadog-agent/pkg/util/tmplvar
+github.com/DataDog/datadog-agent/pkg/util/trie
+github.com/bmizerany/pat
+github.com/tedsuo/rata
otel-agentlinuxarm64
+88, -2
+code.cloudfoundry.org/garden
+code.cloudfoundry.org/garden/client
+code.cloudfoundry.org/garden/client/connection
+code.cloudfoundry.org/garden/routes
+code.cloudfoundry.org/garden/transport
+code.cloudfoundry.org/lager
+github.com/DataDog/datadog-agent/comp/core/hostname
+github.com/DataDog/datadog-agent/comp/core/hostname/hostnameimpl
+github.com/DataDog/datadog-agent/comp/core/tagger/collectors
+github.com/DataDog/datadog-agent/comp/core/tagger/common
+github.com/DataDog/datadog-agent/comp/core/tagger/fx
+github.com/DataDog/datadog-agent/comp/core/tagger/impl
+github.com/DataDog/datadog-agent/comp/core/tagger/k8s_metadata
+github.com/DataDog/datadog-agent/comp/core/tagger/mock
+github.com/DataDog/datadog-agent/comp/core/tagger/proto
+github.com/DataDog/datadog-agent/comp/core/tagger/server
+github.com/DataDog/datadog-agent/comp/core/tagger/subscriber
+github.com/DataDog/datadog-agent/comp/core/tagger/taglist
+github.com/DataDog/datadog-agent/comp/core/tagger/tagstore
+github.com/DataDog/datadog-agent/comp/core/workloadfilter/baseimpl
+github.com/DataDog/datadog-agent/comp/core/workloadfilter/catalog
+github.com/DataDog/datadog-agent/comp/core/workloadfilter/fx
+github.com/DataDog/datadog-agent/comp/core/workloadfilter/impl
+github.com/DataDog/datadog-agent/comp/core/workloadfilter/impl/parse
+github.com/DataDog/datadog-agent/comp/core/workloadfilter/program
+github.com/DataDog/datadog-agent/comp/core/workloadfilter/proto
+github.com/DataDog/datadog-agent/comp/core/workloadfilter/telemetry
+github.com/DataDog/datadog-agent/comp/core/workloadmeta/collectors/catalog-otel
+github.com/DataDog/datadog-agent/comp/core/workloadmeta/collectors/util
+github.com/DataDog/datadog-agent/comp/dogstatsd/packets
+github.com/DataDog/datadog-agent/comp/metadata/host
+github.com/DataDog/datadog-agent/comp/metadata/host/hostimpl
+github.com/DataDog/datadog-agent/comp/metadata/host/hostimpl/hosttags
+github.com/DataDog/datadog-agent/comp/metadata/host/hostimpl/utils
+github.com/DataDog/datadog-agent/comp/metadata/inventoryhost
+github.com/DataDog/datadog-agent/comp/metadata/inventoryhost/inventoryhostimpl
+github.com/DataDog/datadog-agent/comp/metadata/packagesigning/utils
+github.com/DataDog/datadog-agent/comp/metadata/resources
+github.com/DataDog/datadog-agent/comp/observer/def
+github.com/DataDog/datadog-agent/comp/otelcol/dogtelextension/def
+github.com/DataDog/datadog-agent/comp/otelcol/dogtelextension/impl
+github.com/DataDog/datadog-agent/comp/otelcol/dogtelextension/impl/metrics
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/def
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/fx
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/impl
+github.com/DataDog/datadog-agent/pkg/collector/python
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
+github.com/DataDog/datadog-agent/pkg/gohai
+github.com/DataDog/datadog-agent/pkg/gohai/cpu
+github.com/DataDog/datadog-agent/pkg/gohai/filesystem
+github.com/DataDog/datadog-agent/pkg/gohai/memory
+github.com/DataDog/datadog-agent/pkg/gohai/network
+github.com/DataDog/datadog-agent/pkg/gohai/platform
+github.com/DataDog/datadog-agent/pkg/gohai/processes
+github.com/DataDog/datadog-agent/pkg/gohai/processes/gops
+github.com/DataDog/datadog-agent/pkg/gohai/utils
+github.com/DataDog/datadog-agent/pkg/gpu/tags
+github.com/DataDog/datadog-agent/pkg/logs/status
+github.com/DataDog/datadog-agent/pkg/logs/tailers
-github.com/DataDog/datadog-agent/pkg/trace/otel/traceutil
+github.com/DataDog/datadog-agent/pkg/util/cloudproviders
+github.com/DataDog/datadog-agent/pkg/util/cloudproviders/alibaba
+github.com/DataDog/datadog-agent/pkg/util/cloudproviders/cloudfoundry
+github.com/DataDog/datadog-agent/pkg/util/cloudproviders/ibm
+github.com/DataDog/datadog-agent/pkg/util/cloudproviders/kubernetes
+github.com/DataDog/datadog-agent/pkg/util/cloudproviders/oracle
+github.com/DataDog/datadog-agent/pkg/util/cloudproviders/tencent
+github.com/DataDog/datadog-agent/pkg/util/containers/cri
+github.com/DataDog/datadog-agent/pkg/util/containers/metadata
+github.com/DataDog/datadog-agent/pkg/util/containers/metrics
+github.com/DataDog/datadog-agent/pkg/util/containers/metrics/containerd
+github.com/DataDog/datadog-agent/pkg/util/containers/metrics/cri
+github.com/DataDog/datadog-agent/pkg/util/containers/metrics/docker
+github.com/DataDog/datadog-agent/pkg/util/containers/metrics/ecsfargate
+github.com/DataDog/datadog-agent/pkg/util/containers/metrics/ecsmanagedinstances
+github.com/DataDog/datadog-agent/pkg/util/containers/metrics/kubelet
+github.com/DataDog/datadog-agent/pkg/util/containers/metrics/provider
+github.com/DataDog/datadog-agent/pkg/util/containers/metrics/system
+github.com/DataDog/datadog-agent/pkg/util/gpu
+github.com/DataDog/datadog-agent/pkg/util/kubernetes/cloudprovider
+github.com/DataDog/datadog-agent/pkg/util/kubernetes/clusterinfo
+github.com/DataDog/datadog-agent/pkg/util/net
+github.com/DataDog/datadog-agent/pkg/util/procfilestats
+github.com/DataDog/datadog-agent/pkg/util/size
+github.com/DataDog/datadog-agent/pkg/util/tags
+github.com/DataDog/datadog-agent/pkg/util/tmplvar
+github.com/DataDog/datadog-agent/pkg/util/trie
+github.com/bmizerany/pat
+github.com/tedsuo/rata
host-profilerlinuxamd64
+265, -1
+github.com/Azure/azure-sdk-for-go/sdk/azcore
+github.com/Azure/azure-sdk-for-go/sdk/azcore/arm
+github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy
+github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime
+github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud
+github.com/Azure/azure-sdk-for-go/sdk/azcore/log
+github.com/Azure/azure-sdk-for-go/sdk/azcore/policy
+github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime
+github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming
+github.com/Azure/azure-sdk-for-go/sdk/azcore/to
+github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing
+github.com/Azure/azure-sdk-for-go/sdk/azidentity
+github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal
+github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5
+github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4
+github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache
+github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential
+github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors
+github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentity
+github.com/AzureAD/microsoft-authentication-library-for-go/apps/public
+github.com/Code-Hex/go-generics-cache
+github.com/Code-Hex/go-generics-cache/policy/clock
+github.com/Code-Hex/go-generics-cache/policy/fifo
+github.com/Code-Hex/go-generics-cache/policy/lfu
+github.com/Code-Hex/go-generics-cache/policy/lru
+github.com/Code-Hex/go-generics-cache/policy/mru
+github.com/Code-Hex/go-generics-cache/policy/simple
+github.com/DataDog/datadog-agent/comp/host-profiler/collector/impl/params
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/def
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/fx
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/impl
-github.com/DataDog/datadog-agent/pkg/trace/otel/traceutil
+github.com/alecthomas/units
+github.com/aws/aws-sdk-go-v2/service/ecs
+github.com/aws/aws-sdk-go-v2/service/ecs/document
+github.com/aws/aws-sdk-go-v2/service/ecs/types
+github.com/aws/aws-sdk-go-v2/service/lightsail
+github.com/aws/aws-sdk-go-v2/service/lightsail/types
+github.com/aws/smithy-go/document/json
+github.com/bboreham/go-loser
+github.com/cncf/xds/go/udpa/annotations
+github.com/cncf/xds/go/xds/annotations/v3
+github.com/cncf/xds/go/xds/core/v3
+github.com/coreos/go-systemd/v22/activation
+github.com/dennwc/varint
+github.com/digitalocean/godo
+github.com/digitalocean/godo/metrics
+github.com/edsrzf/mmap-go
+github.com/envoyproxy/go-control-plane/envoy/annotations
+github.com/envoyproxy/go-control-plane/envoy/config/core/v3
+github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3
+github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3
+github.com/envoyproxy/go-control-plane/envoy/type/v3
+github.com/envoyproxy/protoc-gen-validate/validate
+github.com/facette/natsort
+github.com/go-kit/log
+github.com/go-kit/log/level
+github.com/go-logfmt/logfmt
+github.com/go-openapi/analysis
+github.com/go-openapi/errors
+github.com/go-openapi/loads
+github.com/go-openapi/spec
+github.com/go-openapi/strfmt
+github.com/go-openapi/validate
+github.com/go-zookeeper/zk
+github.com/goccy/go-yaml
+github.com/goccy/go-yaml/ast
+github.com/goccy/go-yaml/lexer
+github.com/goccy/go-yaml/parser
+github.com/goccy/go-yaml/printer
+github.com/goccy/go-yaml/scanner
+github.com/goccy/go-yaml/token
+github.com/gogo/protobuf/gogoproto
+github.com/gogo/protobuf/protoc-gen-gogo/descriptor
+github.com/gogo/protobuf/types
+github.com/golang-jwt/jwt/v5
+github.com/google/go-cmp/cmp
+github.com/google/go-querystring/query
+github.com/gophercloud/gophercloud/v2
+github.com/gophercloud/gophercloud/v2/openstack
+github.com/gophercloud/gophercloud/v2/openstack/compute/v2/hypervisors
+github.com/gophercloud/gophercloud/v2/openstack/compute/v2/servers
+github.com/gophercloud/gophercloud/v2/openstack/identity/v2/tenants
+github.com/gophercloud/gophercloud/v2/openstack/identity/v2/tokens
+github.com/gophercloud/gophercloud/v2/openstack/identity/v3/ec2tokens
+github.com/gophercloud/gophercloud/v2/openstack/identity/v3/oauth1
+github.com/gophercloud/gophercloud/v2/openstack/identity/v3/tokens
+github.com/gophercloud/gophercloud/v2/openstack/loadbalancer/v2/l7policies
+github.com/gophercloud/gophercloud/v2/openstack/loadbalancer/v2/listeners
+github.com/gophercloud/gophercloud/v2/openstack/loadbalancer/v2/loadbalancers
+github.com/gophercloud/gophercloud/v2/openstack/loadbalancer/v2/monitors
+github.com/gophercloud/gophercloud/v2/openstack/loadbalancer/v2/pools
+github.com/gophercloud/gophercloud/v2/openstack/networking/v2/extensions/layer3/floatingips
+github.com/gophercloud/gophercloud/v2/openstack/networking/v2/ports
+github.com/gophercloud/gophercloud/v2/openstack/utils
+github.com/gophercloud/gophercloud/v2/pagination
+github.com/gorilla/websocket
+github.com/grafana/regexp
+github.com/grafana/regexp/syntax
+github.com/hashicorp/cronexpr
+github.com/hashicorp/go-retryablehttp
+github.com/hashicorp/nomad/api
+github.com/hashicorp/nomad/api/contexts
+github.com/hetznercloud/hcloud-go/v2/hcloud
+github.com/hetznercloud/hcloud-go/v2/hcloud/schema
+github.com/ionos-cloud/sdk-go/v6
+github.com/jpillora/backoff
+github.com/julienschmidt/httprouter
+github.com/klauspost/compress/flate
+github.com/klauspost/compress/gzip
+github.com/klauspost/compress/s2
+github.com/klauspost/compress/snappy
+github.com/klauspost/compress/zlib
+github.com/kolo/xmlrpc
+github.com/kylelemons/godebug/diff
+github.com/kylelemons/godebug/pretty
+github.com/linode/linodego
+github.com/miekg/dns
+github.com/mwitkow/go-conntrack
+github.com/oklog/ulid
+github.com/oklog/ulid/v2
+github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheus
+github.com/open-telemetry/opentelemetry-collector-contrib/processor/deltatocumulativeprocessor
+github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor
+github.com/open-telemetry/opentelemetry-collector-contrib/receiver/prometheusreceiver
+github.com/open-telemetry/opentelemetry-collector-contrib/receiver/prometheusreceiver/internal
+github.com/ovh/go-ovh/ovh
+github.com/pkg/browser
+github.com/prometheus/alertmanager/api/v2/models
+github.com/prometheus/client_golang/exp/api/remote
+github.com/prometheus/client_golang/prometheus/promauto
+github.com/prometheus/client_golang/prometheus/testutil
+github.com/prometheus/client_golang/prometheus/testutil/promlint
+github.com/prometheus/client_golang/prometheus/testutil/promlint/validations
+github.com/prometheus/common/config
+github.com/prometheus/common/helpers/templates
+github.com/prometheus/common/promslog
+github.com/prometheus/common/route
+github.com/prometheus/common/server
+github.com/prometheus/common/version
+github.com/prometheus/exporter-toolkit/web
+github.com/prometheus/prometheus/config
+github.com/prometheus/prometheus/discovery
+github.com/prometheus/prometheus/discovery/aws
+github.com/prometheus/prometheus/discovery/azure
+github.com/prometheus/prometheus/discovery/consul
+github.com/prometheus/prometheus/discovery/digitalocean
+github.com/prometheus/prometheus/discovery/dns
+github.com/prometheus/prometheus/discovery/eureka
+github.com/prometheus/prometheus/discovery/file
+github.com/prometheus/prometheus/discovery/gce
+github.com/prometheus/prometheus/discovery/hetzner
+github.com/prometheus/prometheus/discovery/http
+github.com/prometheus/prometheus/discovery/ionos
+github.com/prometheus/prometheus/discovery/kubernetes
+github.com/prometheus/prometheus/discovery/linode
+github.com/prometheus/prometheus/discovery/marathon
+github.com/prometheus/prometheus/discovery/moby
+github.com/prometheus/prometheus/discovery/nomad
+github.com/prometheus/prometheus/discovery/openstack
+github.com/prometheus/prometheus/discovery/ovhcloud
+github.com/prometheus/prometheus/discovery/puppetdb
+github.com/prometheus/prometheus/discovery/refresh
+github.com/prometheus/prometheus/discovery/scaleway
+github.com/prometheus/prometheus/discovery/stackit
+github.com/prometheus/prometheus/discovery/targetgroup
+github.com/prometheus/prometheus/discovery/triton
+github.com/prometheus/prometheus/discovery/uyuni
+github.com/prometheus/prometheus/discovery/vultr
+github.com/prometheus/prometheus/discovery/xds
+github.com/prometheus/prometheus/discovery/zookeeper
+github.com/prometheus/prometheus/model/exemplar
+github.com/prometheus/prometheus/model/histogram
+github.com/prometheus/prometheus/model/labels
+github.com/prometheus/prometheus/model/metadata
+github.com/prometheus/prometheus/model/relabel
+github.com/prometheus/prometheus/model/rulefmt
+github.com/prometheus/prometheus/model/textparse
+github.com/prometheus/prometheus/model/timestamp
+github.com/prometheus/prometheus/model/value
+github.com/prometheus/prometheus/notifier
+github.com/prometheus/prometheus/plugins
+github.com/prometheus/prometheus/prompb
+github.com/prometheus/prometheus/prompb/io/prometheus/client
+github.com/prometheus/prometheus/prompb/io/prometheus/write/v2
+github.com/prometheus/prometheus/promql
+github.com/prometheus/prometheus/promql/parser
+github.com/prometheus/prometheus/promql/parser/posrange
+github.com/prometheus/prometheus/rules
+github.com/prometheus/prometheus/schema
+github.com/prometheus/prometheus/scrape
+github.com/prometheus/prometheus/storage
+github.com/prometheus/prometheus/storage/remote
+github.com/prometheus/prometheus/storage/remote/azuread
+github.com/prometheus/prometheus/storage/remote/googleiam
+github.com/prometheus/prometheus/storage/remote/otlptranslator/prometheusremotewrite
+github.com/prometheus/prometheus/template
+github.com/prometheus/prometheus/tsdb
+github.com/prometheus/prometheus/tsdb/chunkenc
+github.com/prometheus/prometheus/tsdb/chunks
+github.com/prometheus/prometheus/tsdb/encoding
+github.com/prometheus/prometheus/tsdb/errors
+github.com/prometheus/prometheus/tsdb/fileutil
+github.com/prometheus/prometheus/tsdb/goversion
+github.com/prometheus/prometheus/tsdb/index
+github.com/prometheus/prometheus/tsdb/record
+github.com/prometheus/prometheus/tsdb/tombstones
+github.com/prometheus/prometheus/tsdb/tsdbutil
+github.com/prometheus/prometheus/tsdb/wlog
+github.com/prometheus/prometheus/util/almost
+github.com/prometheus/prometheus/util/annotations
+github.com/prometheus/prometheus/util/compression
+github.com/prometheus/prometheus/util/convertnhcb
+github.com/prometheus/prometheus/util/features
+github.com/prometheus/prometheus/util/gate
+github.com/prometheus/prometheus/util/httputil
+github.com/prometheus/prometheus/util/jsonutil
+github.com/prometheus/prometheus/util/logging
+github.com/prometheus/prometheus/util/namevalidationutil
+github.com/prometheus/prometheus/util/netconnlimit
+github.com/prometheus/prometheus/util/notifications
+github.com/prometheus/prometheus/util/osutil
+github.com/prometheus/prometheus/util/pool
+github.com/prometheus/prometheus/util/stats
+github.com/prometheus/prometheus/util/strutil
+github.com/prometheus/prometheus/util/testutil
+github.com/prometheus/prometheus/util/treecache
+github.com/prometheus/prometheus/util/zeropool
+github.com/prometheus/prometheus/web
+github.com/prometheus/prometheus/web/api/v1
+github.com/prometheus/prometheus/web/ui
+github.com/prometheus/sigv4
+github.com/puzpuzpuz/xsync/v4
+github.com/scaleway/scaleway-sdk-go/api/baremetal/v1
+github.com/shurcooL/httpfs/filter
+github.com/shurcooL/httpfs/union
+github.com/stackitcloud/stackit-sdk-go/core/auth
+github.com/stackitcloud/stackit-sdk-go/core/clients
+github.com/stackitcloud/stackit-sdk-go/core/config
+github.com/stackitcloud/stackit-sdk-go/core/oapierror
+github.com/vultr/govultr/v2
+go.mongodb.org/mongo-driver/bson
+go.mongodb.org/mongo-driver/bson/bsoncodec
+go.mongodb.org/mongo-driver/bson/bsonoptions
+go.mongodb.org/mongo-driver/bson/bsonrw
+go.mongodb.org/mongo-driver/bson/bsontype
+go.mongodb.org/mongo-driver/bson/primitive
+go.mongodb.org/mongo-driver/x/bsonx/bsoncore
+go.opentelemetry.io/collector/semconv/v1.6.1
+go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace
+go.opentelemetry.io/otel/semconv/v1.37.0/httpconv
+go.uber.org/goleak
+golang.org/x/crypto/bcrypt
+golang.org/x/crypto/blowfish
+golang.org/x/crypto/pkcs12
+golang.org/x/net/ipv4
+golang.org/x/net/ipv6
+golang.org/x/net/netutil
+golang.org/x/net/proxy
+golang.org/x/net/trace
+golang.org/x/oauth2/clientcredentials
+golang.org/x/text/cases
+golang.org/x/text/internal
+google.golang.org/api/compute/v1
+k8s.io/client-go/plugin/pkg/client/auth/gcp
+net/mail
host-profilerlinuxarm64
+265, -1
+github.com/Azure/azure-sdk-for-go/sdk/azcore
+github.com/Azure/azure-sdk-for-go/sdk/azcore/arm
+github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/policy
+github.com/Azure/azure-sdk-for-go/sdk/azcore/arm/runtime
+github.com/Azure/azure-sdk-for-go/sdk/azcore/cloud
+github.com/Azure/azure-sdk-for-go/sdk/azcore/log
+github.com/Azure/azure-sdk-for-go/sdk/azcore/policy
+github.com/Azure/azure-sdk-for-go/sdk/azcore/runtime
+github.com/Azure/azure-sdk-for-go/sdk/azcore/streaming
+github.com/Azure/azure-sdk-for-go/sdk/azcore/to
+github.com/Azure/azure-sdk-for-go/sdk/azcore/tracing
+github.com/Azure/azure-sdk-for-go/sdk/azidentity
+github.com/Azure/azure-sdk-for-go/sdk/azidentity/internal
+github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5
+github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4
+github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache
+github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential
+github.com/AzureAD/microsoft-authentication-library-for-go/apps/errors
+github.com/AzureAD/microsoft-authentication-library-for-go/apps/managedidentity
+github.com/AzureAD/microsoft-authentication-library-for-go/apps/public
+github.com/Code-Hex/go-generics-cache
+github.com/Code-Hex/go-generics-cache/policy/clock
+github.com/Code-Hex/go-generics-cache/policy/fifo
+github.com/Code-Hex/go-generics-cache/policy/lfu
+github.com/Code-Hex/go-generics-cache/policy/lru
+github.com/Code-Hex/go-generics-cache/policy/mru
+github.com/Code-Hex/go-generics-cache/policy/simple
+github.com/DataDog/datadog-agent/comp/host-profiler/collector/impl/params
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/def
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/fx
+github.com/DataDog/datadog-agent/comp/trace/observerbuffer/impl
-github.com/DataDog/datadog-agent/pkg/trace/otel/traceutil
+github.com/alecthomas/units
+github.com/aws/aws-sdk-go-v2/service/ecs
+github.com/aws/aws-sdk-go-v2/service/ecs/document
+github.com/aws/aws-sdk-go-v2/service/ecs/types
+github.com/aws/aws-sdk-go-v2/service/lightsail
+github.com/aws/aws-sdk-go-v2/service/lightsail/types
+github.com/aws/smithy-go/document/json
+github.com/bboreham/go-loser
+github.com/cncf/xds/go/udpa/annotations
+github.com/cncf/xds/go/xds/annotations/v3
+github.com/cncf/xds/go/xds/core/v3
+github.com/coreos/go-systemd/v22/activation
+github.com/dennwc/varint
+github.com/digitalocean/godo
+github.com/digitalocean/godo/metrics
+github.com/edsrzf/mmap-go
+github.com/envoyproxy/go-control-plane/envoy/annotations
+github.com/envoyproxy/go-control-plane/envoy/config/core/v3
+github.com/envoyproxy/go-control-plane/envoy/service/discovery/v3
+github.com/envoyproxy/go-control-plane/envoy/type/matcher/v3
+github.com/envoyproxy/go-control-plane/envoy/type/v3
+github.com/envoyproxy/protoc-gen-validate/validate
+github.com/facette/natsort
+github.com/go-kit/log
+github.com/go-kit/log/level
+github.com/go-logfmt/logfmt
+github.com/go-openapi/analysis
+github.com/go-openapi/errors
+github.com/go-openapi/loads
+github.com/go-openapi/spec
+github.com/go-openapi/strfmt
+github.com/go-openapi/validate
+github.com/go-zookeeper/zk
+github.com/goccy/go-yaml
+github.com/goccy/go-yaml/ast
+github.com/goccy/go-yaml/lexer
+github.com/goccy/go-yaml/parser
+github.com/goccy/go-yaml/printer
+github.com/goccy/go-yaml/scanner
+github.com/goccy/go-yaml/token
+github.com/gogo/protobuf/gogoproto
+github.com/gogo/protobuf/protoc-gen-gogo/descriptor
+github.com/gogo/protobuf/types
+github.com/golang-jwt/jwt/v5
+github.com/google/go-cmp/cmp
+github.com/google/go-querystring/query
+github.com/gophercloud/gophercloud/v2
+github.com/gophercloud/gophercloud/v2/openstack
+github.com/gophercloud/gophercloud/v2/openstack/compute/v2/hypervisors
+github.com/gophercloud/gophercloud/v2/openstack/compute/v2/servers
+github.com/gophercloud/gophercloud/v2/openstack/identity/v2/tenants
+github.com/gophercloud/gophercloud/v2/openstack/identity/v2/tokens
+github.com/gophercloud/gophercloud/v2/openstack/identity/v3/ec2tokens
+github.com/gophercloud/gophercloud/v2/openstack/identity/v3/oauth1
+github.com/gophercloud/gophercloud/v2/openstack/identity/v3/tokens
+github.com/gophercloud/gophercloud/v2/openstack/loadbalancer/v2/l7policies
+github.com/gophercloud/gophercloud/v2/openstack/loadbalancer/v2/listeners
+github.com/gophercloud/gophercloud/v2/openstack/loadbalancer/v2/loadbalancers
+github.com/gophercloud/gophercloud/v2/openstack/loadbalancer/v2/monitors
+github.com/gophercloud/gophercloud/v2/openstack/loadbalancer/v2/pools
+github.com/gophercloud/gophercloud/v2/openstack/networking/v2/extensions/layer3/floatingips
+github.com/gophercloud/gophercloud/v2/openstack/networking/v2/ports
+github.com/gophercloud/gophercloud/v2/openstack/utils
+github.com/gophercloud/gophercloud/v2/pagination
+github.com/gorilla/websocket
+github.com/grafana/regexp
+github.com/grafana/regexp/syntax
+github.com/hashicorp/cronexpr
+github.com/hashicorp/go-retryablehttp
+github.com/hashicorp/nomad/api
+github.com/hashicorp/nomad/api/contexts
+github.com/hetznercloud/hcloud-go/v2/hcloud
+github.com/hetznercloud/hcloud-go/v2/hcloud/schema
+github.com/ionos-cloud/sdk-go/v6
+github.com/jpillora/backoff
+github.com/julienschmidt/httprouter
+github.com/klauspost/compress/flate
+github.com/klauspost/compress/gzip
+github.com/klauspost/compress/s2
+github.com/klauspost/compress/snappy
+github.com/klauspost/compress/zlib
+github.com/kolo/xmlrpc
+github.com/kylelemons/godebug/diff
+github.com/kylelemons/godebug/pretty
+github.com/linode/linodego
+github.com/miekg/dns
+github.com/mwitkow/go-conntrack
+github.com/oklog/ulid
+github.com/oklog/ulid/v2
+github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheus
+github.com/open-telemetry/opentelemetry-collector-contrib/processor/deltatocumulativeprocessor
+github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor
+github.com/open-telemetry/opentelemetry-collector-contrib/receiver/prometheusreceiver
+github.com/open-telemetry/opentelemetry-collector-contrib/receiver/prometheusreceiver/internal
+github.com/ovh/go-ovh/ovh
+github.com/pkg/browser
+github.com/prometheus/alertmanager/api/v2/models
+github.com/prometheus/client_golang/exp/api/remote
+github.com/prometheus/client_golang/prometheus/promauto
+github.com/prometheus/client_golang/prometheus/testutil
+github.com/prometheus/client_golang/prometheus/testutil/promlint
+github.com/prometheus/client_golang/prometheus/testutil/promlint/validations
+github.com/prometheus/common/config
+github.com/prometheus/common/helpers/templates
+github.com/prometheus/common/promslog
+github.com/prometheus/common/route
+github.com/prometheus/common/server
+github.com/prometheus/common/version
+github.com/prometheus/exporter-toolkit/web
+github.com/prometheus/prometheus/config
+github.com/prometheus/prometheus/discovery
+github.com/prometheus/prometheus/discovery/aws
+github.com/prometheus/prometheus/discovery/azure
+github.com/prometheus/prometheus/discovery/consul
+github.com/prometheus/prometheus/discovery/digitalocean
+github.com/prometheus/prometheus/discovery/dns
+github.com/prometheus/prometheus/discovery/eureka
+github.com/prometheus/prometheus/discovery/file
+github.com/prometheus/prometheus/discovery/gce
+github.com/prometheus/prometheus/discovery/hetzner
+github.com/prometheus/prometheus/discovery/http
+github.com/prometheus/prometheus/discovery/ionos
+github.com/prometheus/prometheus/discovery/kubernetes
+github.com/prometheus/prometheus/discovery/linode
+github.com/prometheus/prometheus/discovery/marathon
+github.com/prometheus/prometheus/discovery/moby
+github.com/prometheus/prometheus/discovery/nomad
+github.com/prometheus/prometheus/discovery/openstack
+github.com/prometheus/prometheus/discovery/ovhcloud
+github.com/prometheus/prometheus/discovery/puppetdb
+github.com/prometheus/prometheus/discovery/refresh
+github.com/prometheus/prometheus/discovery/scaleway
+github.com/prometheus/prometheus/discovery/stackit
+github.com/prometheus/prometheus/discovery/targetgroup
+github.com/prometheus/prometheus/discovery/triton
+github.com/prometheus/prometheus/discovery/uyuni
+github.com/prometheus/prometheus/discovery/vultr
+github.com/prometheus/prometheus/discovery/xds
+github.com/prometheus/prometheus/discovery/zookeeper
+github.com/prometheus/prometheus/model/exemplar
+github.com/prometheus/prometheus/model/histogram
+github.com/prometheus/prometheus/model/labels
+github.com/prometheus/prometheus/model/metadata
+github.com/prometheus/prometheus/model/relabel
+github.com/prometheus/prometheus/model/rulefmt
+github.com/prometheus/prometheus/model/textparse
+github.com/prometheus/prometheus/model/timestamp
+github.com/prometheus/prometheus/model/value
+github.com/prometheus/prometheus/notifier
+github.com/prometheus/prometheus/plugins
+github.com/prometheus/prometheus/prompb
+github.com/prometheus/prometheus/prompb/io/prometheus/client
+github.com/prometheus/prometheus/prompb/io/prometheus/write/v2
+github.com/prometheus/prometheus/promql
+github.com/prometheus/prometheus/promql/parser
+github.com/prometheus/prometheus/promql/parser/posrange
+github.com/prometheus/prometheus/rules
+github.com/prometheus/prometheus/schema
+github.com/prometheus/prometheus/scrape
+github.com/prometheus/prometheus/storage
+github.com/prometheus/prometheus/storage/remote
+github.com/prometheus/prometheus/storage/remote/azuread
+github.com/prometheus/prometheus/storage/remote/googleiam
+github.com/prometheus/prometheus/storage/remote/otlptranslator/prometheusremotewrite
+github.com/prometheus/prometheus/template
+github.com/prometheus/prometheus/tsdb
+github.com/prometheus/prometheus/tsdb/chunkenc
+github.com/prometheus/prometheus/tsdb/chunks
+github.com/prometheus/prometheus/tsdb/encoding
+github.com/prometheus/prometheus/tsdb/errors
+github.com/prometheus/prometheus/tsdb/fileutil
+github.com/prometheus/prometheus/tsdb/goversion
+github.com/prometheus/prometheus/tsdb/index
+github.com/prometheus/prometheus/tsdb/record
+github.com/prometheus/prometheus/tsdb/tombstones
+github.com/prometheus/prometheus/tsdb/tsdbutil
+github.com/prometheus/prometheus/tsdb/wlog
+github.com/prometheus/prometheus/util/almost
+github.com/prometheus/prometheus/util/annotations
+github.com/prometheus/prometheus/util/compression
+github.com/prometheus/prometheus/util/convertnhcb
+github.com/prometheus/prometheus/util/features
+github.com/prometheus/prometheus/util/gate
+github.com/prometheus/prometheus/util/httputil
+github.com/prometheus/prometheus/util/jsonutil
+github.com/prometheus/prometheus/util/logging
+github.com/prometheus/prometheus/util/namevalidationutil
+github.com/prometheus/prometheus/util/netconnlimit
+github.com/prometheus/prometheus/util/notifications
+github.com/prometheus/prometheus/util/osutil
+github.com/prometheus/prometheus/util/pool
+github.com/prometheus/prometheus/util/stats
+github.com/prometheus/prometheus/util/strutil
+github.com/prometheus/prometheus/util/testutil
+github.com/prometheus/prometheus/util/treecache
+github.com/prometheus/prometheus/util/zeropool
+github.com/prometheus/prometheus/web
+github.com/prometheus/prometheus/web/api/v1
+github.com/prometheus/prometheus/web/ui
+github.com/prometheus/sigv4
+github.com/puzpuzpuz/xsync/v4
+github.com/scaleway/scaleway-sdk-go/api/baremetal/v1
+github.com/shurcooL/httpfs/filter
+github.com/shurcooL/httpfs/union
+github.com/stackitcloud/stackit-sdk-go/core/auth
+github.com/stackitcloud/stackit-sdk-go/core/clients
+github.com/stackitcloud/stackit-sdk-go/core/config
+github.com/stackitcloud/stackit-sdk-go/core/oapierror
+github.com/vultr/govultr/v2
+go.mongodb.org/mongo-driver/bson
+go.mongodb.org/mongo-driver/bson/bsoncodec
+go.mongodb.org/mongo-driver/bson/bsonoptions
+go.mongodb.org/mongo-driver/bson/bsonrw
+go.mongodb.org/mongo-driver/bson/bsontype
+go.mongodb.org/mongo-driver/bson/primitive
+go.mongodb.org/mongo-driver/x/bsonx/bsoncore
+go.opentelemetry.io/collector/semconv/v1.6.1
+go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace
+go.opentelemetry.io/otel/semconv/v1.37.0/httpconv
+go.uber.org/goleak
+golang.org/x/crypto/bcrypt
+golang.org/x/crypto/blowfish
+golang.org/x/crypto/pkcs12
+golang.org/x/net/ipv4
+golang.org/x/net/ipv6
+golang.org/x/net/netutil
+golang.org/x/net/proxy
+golang.org/x/net/trace
+golang.org/x/oauth2/clientcredentials
+golang.org/x/text/cases
+golang.org/x/text/internal
+google.golang.org/api/compute/v1
+k8s.io/client-go/plugin/pkg/client/auth/gcp
+net/mail
installerlinuxamd64
+9, -6
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice/rcserviceimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/rctelemetryreporterimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/def
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/impl
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/def
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/impl
-github.com/DataDog/datadog-agent/comp/updater/localapiclient
-github.com/DataDog/datadog-agent/comp/updater/localapiclient/localapiclientimpl
+github.com/DataDog/datadog-agent/comp/updater/localapiclient/def
+github.com/DataDog/datadog-agent/comp/updater/localapiclient/fx
+github.com/DataDog/datadog-agent/comp/updater/localapiclient/impl
installerlinuxarm64
+9, -6
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice/rcserviceimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/rctelemetryreporterimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/def
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/impl
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/def
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/impl
-github.com/DataDog/datadog-agent/comp/updater/localapiclient
-github.com/DataDog/datadog-agent/comp/updater/localapiclient/localapiclientimpl
+github.com/DataDog/datadog-agent/comp/updater/localapiclient/def
+github.com/DataDog/datadog-agent/comp/updater/localapiclient/fx
+github.com/DataDog/datadog-agent/comp/updater/localapiclient/impl
installerwindowsamd64
+9, -6
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice/rcserviceimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/rctelemetryreporterimpl
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/def
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/impl
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/def
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/impl
-github.com/DataDog/datadog-agent/comp/updater/localapiclient
-github.com/DataDog/datadog-agent/comp/updater/localapiclient/localapiclientimpl
+github.com/DataDog/datadog-agent/comp/updater/localapiclient/def
+github.com/DataDog/datadog-agent/comp/updater/localapiclient/fx
+github.com/DataDog/datadog-agent/comp/updater/localapiclient/impl
privateactionrunnerlinuxamd64
+11, -4
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice/rcserviceimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/def
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/impl
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/def
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
+github.com/DataDog/datadog-agent/pkg/util/ecs/common
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v1
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v2
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v3or4
+github.com/DataDog/rshell/builtins/uname
privateactionrunnerlinuxarm64
+11, -4
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice/rcserviceimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/def
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/impl
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/def
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
+github.com/DataDog/datadog-agent/pkg/util/ecs/common
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v1
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v2
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v3or4
+github.com/DataDog/rshell/builtins/uname
privateactionrunnerwindowsamd64
+11, -4
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice/rcserviceimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/def
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/impl
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/def
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
+github.com/DataDog/datadog-agent/pkg/util/ecs/common
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v1
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v2
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v3or4
+github.com/DataDog/rshell/builtins/uname
privateactionrunnerdarwinamd64
+11, -4
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice/rcserviceimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/def
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/impl
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/def
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
+github.com/DataDog/datadog-agent/pkg/util/ecs/common
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v1
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v2
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v3or4
+github.com/DataDog/rshell/builtins/uname
privateactionrunnerdarwinarm64
+11, -4
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice
-github.com/DataDog/datadog-agent/comp/remote-config/rcservice/rcserviceimpl
-github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/def
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/fx
+github.com/DataDog/datadog-agent/comp/remote-config/rcservice/impl
+github.com/DataDog/datadog-agent/comp/remote-config/rctelemetryreporter/def
-github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata
+github.com/DataDog/datadog-agent/pkg/discovery/tracermetadata/model
+github.com/DataDog/datadog-agent/pkg/util/ecs/common
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v1
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v2
+github.com/DataDog/datadog-agent/pkg/util/ecs/metadata/v3or4
+github.com/DataDog/rshell/builtins/uname

@agent-platform-auto-pr
Copy link
Copy Markdown
Contributor

Files inventory check summary

File checks results against ancestor e5b320de:

Results for datadog-agent_7.79.0~devel.git.426.71328c8.pipeline.106889080-1_amd64.deb:

Detected file changes:

19 Added files:

  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.33.0.dist-info/RECORD (38.53 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.4.1.dist-info/METADATA (4.86 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.33.0.dist-info/METADATA (4.11 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.4.1.dist-info/METADATA (3.72 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.4.1.dist-info/RECORD (3.68 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks/base/utils/models/validation/security.py (3.46 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.4.1.dist-info/RECORD (2.96 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.33.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.4.1.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.4.1.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.33.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.4.1.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.4.1.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.33.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.33.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.4.1.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.4.1.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.4.1.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.4.1.dist-info/entry_points.txt (0 B)

18 Removed files:

  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.32.0.dist-info/RECORD (38.33 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.4.0.dist-info/METADATA (4.86 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.32.0.dist-info/METADATA (4.11 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.4.0.dist-info/METADATA (3.72 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.4.0.dist-info/RECORD (3.68 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.4.0.dist-info/RECORD (2.96 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.32.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.4.0.dist-info/WHEEL (105.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.4.0.dist-info/WHEEL (87.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.32.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.4.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.4.0.dist-info/INSTALLER (4.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.32.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks_base-37.32.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.4.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_clickhouse-6.4.0.dist-info/entry_points.txt (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.4.0.dist-info/REQUESTED (0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_kafka_actions-2.4.0.dist-info/entry_points.txt (0 B)

6 Changed files:

  • opt/datadog-agent/bin/agent/agent:
    • Size changed: +19.16% (21.03 MiB) (109.73 MiB -> 130.76 MiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks/base/utils/replay/execute.py:
    • Size changed: +42.74% (1.37 KiB) (3.21 KiB -> 4.58 KiB)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks/base/utils/models/validation/utils.py:
    • Size changed: +17.95% (186.0 B) (1.01 KiB -> 1.19 KiB)
  • etc/datadog-agent/security-agent.yaml.example:
    • Size changed: +12.11% (101.0 B) (834.0 B -> 935.0 B)
  • opt/datadog-agent/bin/agent/dist/security-agent.yaml:
    • Size changed: +12.11% (101.0 B) (834.0 B -> 935.0 B)
  • opt/datadog-agent/embedded/lib/python3.13/site-packages/datadog_checks/base/utils/models/validation/core.py:
    • Size changed: +29.77% (117.0 B) (393.0 B -> 510.0 B)

@agent-platform-auto-pr
Copy link
Copy Markdown
Contributor

Static quality checks

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

Error

Quality gate Change Size (prev → curr → max)
agent_deb_amd64 (on wire) N/A N/A → 178.474 → 178.360
agent_deb_amd64 (on disk) N/A N/A → 774.312 → 753.380
agent_deb_amd64_fips (on disk) N/A N/A → 731.243 → 713.900
agent_heroku_amd64 (on disk) N/A N/A → 334.768 → 320.580
agent_rpm_amd64 (on disk) N/A N/A → 774.296 → 753.350
agent_rpm_amd64_fips (on disk) N/A N/A → 731.227 → 713.880
agent_rpm_arm64 (on disk) N/A N/A → 748.776 → 735.290
agent_rpm_arm64_fips (on disk) N/A N/A → 708.732 → 696.840
agent_suse_amd64 (on disk) N/A N/A → 774.296 → 753.350
agent_suse_amd64_fips (on disk) N/A N/A → 731.227 → 713.880
agent_suse_arm64 (on disk) N/A N/A → 748.776 → 735.290
agent_suse_arm64_fips (on disk) N/A N/A → 708.732 → 696.840
docker_agent_amd64 (on wire) N/A N/A → 273.302 → 272.480
docker_agent_amd64 (on disk) N/A N/A → 834.594 → 815.700
docker_agent_arm64 (on disk) N/A N/A → 833.868 → 821.970
docker_agent_jmx_amd64 (on wire) N/A N/A → 341.955 → 341.100
docker_agent_jmx_amd64 (on disk) N/A N/A → 1025.509 → 1006.580
docker_agent_jmx_arm64 (on disk) N/A N/A → 1013.562 → 1001.570
iot_agent_deb_amd64 (on wire) N/A N/A → 14.851 → 13.040
iot_agent_deb_amd64 (on disk) N/A N/A → 64.553 → 44.290
iot_agent_deb_arm64 (on wire) N/A N/A → 12.434 → 11.450
iot_agent_deb_arm64 (on disk) N/A N/A → 57.701 → 41.920
iot_agent_deb_armhf (on wire) N/A N/A → 12.782 → 11.620
iot_agent_deb_armhf (on disk) N/A N/A → 58.994 → 42.100
iot_agent_rpm_amd64 (on wire) N/A N/A → 14.872 → 13.060
iot_agent_rpm_amd64 (on disk) N/A N/A → 64.554 → 44.290
iot_agent_suse_amd64 (on wire) N/A N/A → 14.872 → 13.060
iot_agent_suse_amd64 (on disk) N/A N/A → 64.554 → 44.290
Gate failure full details
Quality gate Error type Error message
agent_deb_amd64 StaticQualityGateFailed static_quality_gate_agent_deb_amd64 failed!
Wire size 178.5 MB exceeds limit of 178.4 MB by 116.7 KB
Disk size 774.3 MB exceeds limit of 753.4 MB by 20.9 MB
agent_deb_amd64_fips StaticQualityGateFailed static_quality_gate_agent_deb_amd64_fips failed!
Disk size 731.2 MB exceeds limit of 713.9 MB by 17.3 MB
agent_heroku_amd64 StaticQualityGateFailed static_quality_gate_agent_heroku_amd64 failed!
Disk size 334.8 MB exceeds limit of 320.6 MB by 14.2 MB
agent_rpm_amd64 StaticQualityGateFailed static_quality_gate_agent_rpm_amd64 failed!
Disk size 774.3 MB exceeds limit of 753.3 MB by 20.9 MB
agent_rpm_amd64_fips StaticQualityGateFailed static_quality_gate_agent_rpm_amd64_fips failed!
Disk size 731.2 MB exceeds limit of 713.9 MB by 17.3 MB
agent_rpm_arm64 StaticQualityGateFailed static_quality_gate_agent_rpm_arm64 failed!
Disk size 748.8 MB exceeds limit of 735.3 MB by 13.5 MB
agent_rpm_arm64_fips StaticQualityGateFailed static_quality_gate_agent_rpm_arm64_fips failed!
Disk size 708.7 MB exceeds limit of 696.8 MB by 11.9 MB
agent_suse_amd64 StaticQualityGateFailed static_quality_gate_agent_suse_amd64 failed!
Disk size 774.3 MB exceeds limit of 753.3 MB by 20.9 MB
agent_suse_amd64_fips StaticQualityGateFailed static_quality_gate_agent_suse_amd64_fips failed!
Disk size 731.2 MB exceeds limit of 713.9 MB by 17.3 MB
agent_suse_arm64 StaticQualityGateFailed static_quality_gate_agent_suse_arm64 failed!
Disk size 748.8 MB exceeds limit of 735.3 MB by 13.5 MB
agent_suse_arm64_fips StaticQualityGateFailed static_quality_gate_agent_suse_arm64_fips failed!
Disk size 708.7 MB exceeds limit of 696.8 MB by 11.9 MB
docker_agent_amd64 StaticQualityGateFailed static_quality_gate_docker_agent_amd64 failed!
Wire size 273.3 MB exceeds limit of 272.5 MB by 841.3 KB
Disk size 834.6 MB exceeds limit of 815.7 MB by 18.9 MB
docker_agent_arm64 StaticQualityGateFailed static_quality_gate_docker_agent_arm64 failed!
Disk size 833.9 MB exceeds limit of 822.0 MB by 11.9 MB
docker_agent_jmx_amd64 StaticQualityGateFailed static_quality_gate_docker_agent_jmx_amd64 failed!
Wire size 342.0 MB exceeds limit of 341.1 MB by 875.8 KB
Disk size 1025.5 MB exceeds limit of 1006.6 MB by 18.9 MB
docker_agent_jmx_arm64 StaticQualityGateFailed static_quality_gate_docker_agent_jmx_arm64 failed!
Disk size 1013.6 MB exceeds limit of 1001.6 MB by 12.0 MB
iot_agent_deb_amd64 StaticQualityGateFailed static_quality_gate_iot_agent_deb_amd64 failed!
Wire size 14.9 MB exceeds limit of 13.0 MB by 1.8 MB
Disk size 64.6 MB exceeds limit of 44.3 MB by 20.3 MB
iot_agent_deb_arm64 StaticQualityGateFailed static_quality_gate_iot_agent_deb_arm64 failed!
Wire size 12.4 MB exceeds limit of 11.4 MB by 1007.5 KB
Disk size 57.7 MB exceeds limit of 41.9 MB by 15.8 MB
iot_agent_deb_armhf StaticQualityGateFailed static_quality_gate_iot_agent_deb_armhf failed!
Wire size 12.8 MB exceeds limit of 11.6 MB by 1.2 MB
Disk size 59.0 MB exceeds limit of 42.1 MB by 16.9 MB
iot_agent_rpm_amd64 StaticQualityGateFailed static_quality_gate_iot_agent_rpm_amd64 failed!
Wire size 14.9 MB exceeds limit of 13.1 MB by 1.8 MB
Disk size 64.6 MB exceeds limit of 44.3 MB by 20.3 MB
iot_agent_suse_amd64 StaticQualityGateFailed static_quality_gate_iot_agent_suse_amd64 failed!
Wire size 14.9 MB exceeds limit of 13.1 MB by 1.8 MB
Disk size 64.6 MB exceeds limit of 44.3 MB by 20.3 MB

Static quality gates prevent the PR to merge!
You can check the static quality gates confluence page for guidance. We also have a toolbox page available to list tools useful to debug the size increase.
Please either fix the size violation or request an exception.

Successful checks

Info

Quality gate Change Size (prev → curr → max)
agent_msi N/A N/A → 628.178 → 651.440
docker_cluster_agent_amd64 N/A N/A → 203.965 → 206.270
docker_cluster_agent_arm64 N/A N/A → 218.420 → 220.000
docker_cws_instrumentation_amd64 N/A N/A → 7.142 → 7.180
docker_cws_instrumentation_arm64 N/A N/A → 6.689 → 6.920
docker_dogstatsd_amd64 N/A N/A → 39.266 → 39.380
docker_dogstatsd_arm64 N/A N/A → 37.508 → 37.940
dogstatsd_deb_amd64 N/A N/A → 29.917 → 30.610
dogstatsd_deb_arm64 N/A N/A → 28.066 → 29.110
dogstatsd_rpm_amd64 N/A N/A → 29.917 → 30.610
dogstatsd_suse_amd64 N/A N/A → 29.917 → 30.610
On-wire sizes (compressed)
Quality gate Change Size (prev → curr → max)
agent_deb_amd64 N/A N/A → 178.474 → 178.360
agent_deb_amd64_fips N/A N/A → 168.932 → 172.790
agent_heroku_amd64 N/A N/A → 78.582 → 79.970
agent_rpm_amd64 N/A N/A → 181.375 → 181.830
agent_rpm_amd64_fips N/A N/A → 171.221 → 173.370
agent_rpm_arm64 N/A N/A → 162.096 → 163.060
agent_rpm_arm64_fips N/A N/A → 154.364 → 156.170
agent_suse_amd64 N/A N/A → 181.375 → 181.830
agent_suse_amd64_fips N/A N/A → 171.221 → 173.370
agent_suse_arm64 N/A N/A → 162.096 → 163.060
agent_suse_arm64_fips N/A N/A → 154.364 → 156.170
docker_agent_amd64 N/A N/A → 273.302 → 272.480
docker_agent_arm64 N/A N/A → 259.523 → 261.060
docker_agent_jmx_amd64 N/A N/A → 341.955 → 341.100
docker_agent_jmx_arm64 N/A N/A → 324.170 → 325.620
iot_agent_deb_amd64 N/A N/A → 14.851 → 13.040
iot_agent_deb_arm64 N/A N/A → 12.434 → 11.450
iot_agent_deb_armhf N/A N/A → 12.782 → 11.620
iot_agent_rpm_amd64 N/A N/A → 14.872 → 13.060
iot_agent_suse_amd64 N/A N/A → 14.872 → 13.060
agent_msi N/A N/A → 142.262 → 146.220
docker_cluster_agent_amd64 N/A N/A → 71.379 → 72.920
docker_cluster_agent_arm64 N/A N/A → 67.000 → 68.220
docker_cws_instrumentation_amd64 N/A N/A → 2.999 → 3.330
docker_cws_instrumentation_arm64 N/A N/A → 2.729 → 3.090
docker_dogstatsd_amd64 N/A N/A → 15.175 → 15.820
docker_dogstatsd_arm64 N/A N/A → 14.499 → 14.830
dogstatsd_deb_amd64 N/A N/A → 7.898 → 8.790
dogstatsd_deb_arm64 N/A N/A → 6.785 → 7.710
dogstatsd_rpm_amd64 N/A N/A → 7.910 → 8.800
dogstatsd_suse_amd64 N/A N/A → 7.910 → 8.800

@CelianR CelianR marked this pull request as draft April 10, 2026 12:01
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 medium review PR review might take time no-review qa/no-code-change No code change in Agent code requiring validation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant