Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CWS] rework sbom resolver #32626

Merged
merged 7 commits into from
Jan 6, 2025
Merged

[CWS] rework sbom resolver #32626

merged 7 commits into from
Jan 6, 2025

Conversation

safchain
Copy link
Contributor

@safchain safchain commented Jan 2, 2025

What does this PR do?

Rework the sbom resolver to decouple the sbom instance from the cached data. Also, only instanciate a debouncer when it is required. It fixes the memory leak.

Motivation

Describe how you validated your changes

Possible Drawbacks / Trade-offs

Additional Notes

@safchain safchain added changelog/no-changelog team/agent-security qa/done QA done before merge and regressions are covered by tests labels Jan 2, 2025
@safchain safchain added this to the 7.63.0 milestone Jan 2, 2025
@github-actions github-actions bot added component/system-probe medium review PR review might take time labels Jan 2, 2025
@agent-platform-auto-pr
Copy link
Contributor

agent-platform-auto-pr bot commented Jan 2, 2025

[Fast Unit Tests Report]

On pipeline 52217153 (CI Visibility). The following jobs did not run any unit tests:

Jobs:
  • tests_windows-x64

If you modified Go files and expected unit tests to run in these jobs, please double check the job logs. If you think tests should have been executed reach out to #agent-devx-help

Copy link

cit-pr-commenter bot commented Jan 2, 2025

Regression Detector

Regression Detector Results

Metrics dashboard
Target profiles
Run ID: de962a6f-a6fa-4757-a426-394c2f5d9f2a

Baseline: 85f8b10
Comparison: b344c76
Diff

Optimization Goals: ✅ No significant changes detected

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI trials links
quality_gate_logs % cpu utilization +1.64 [-1.64, +4.93] 1 Logs
quality_gate_idle memory utilization +0.52 [+0.48, +0.55] 1 Logs bounds checks dashboard
file_tree memory utilization +0.12 [-0.01, +0.26] 1 Logs
file_to_blackhole_500ms_latency egress throughput +0.11 [-0.66, +0.88] 1 Logs
file_to_blackhole_1000ms_latency egress throughput +0.11 [-0.69, +0.90] 1 Logs
uds_dogstatsd_to_api ingress throughput +0.02 [-0.10, +0.13] 1 Logs
tcp_dd_logs_filter_exclude ingress throughput +0.00 [-0.01, +0.01] 1 Logs
file_to_blackhole_0ms_latency egress throughput -0.00 [-0.90, +0.90] 1 Logs
file_to_blackhole_0ms_latency_http1 egress throughput -0.00 [-0.84, +0.84] 1 Logs
file_to_blackhole_300ms_latency egress throughput -0.00 [-0.65, +0.64] 1 Logs
file_to_blackhole_0ms_latency_http2 egress throughput -0.01 [-0.84, +0.82] 1 Logs
file_to_blackhole_100ms_latency egress throughput -0.02 [-0.77, +0.73] 1 Logs
file_to_blackhole_1000ms_latency_linear_load egress throughput -0.06 [-0.53, +0.41] 1 Logs
quality_gate_idle_all_features memory utilization -0.65 [-0.75, -0.56] 1 Logs bounds checks dashboard
uds_dogstatsd_to_api_cpu % cpu utilization -0.95 [-1.63, -0.27] 1 Logs
tcp_syslog_to_blackhole ingress throughput -0.96 [-1.02, -0.90] 1 Logs

Bounds Checks: ❌ Failed

perf experiment bounds_check_name replicates_passed links
quality_gate_idle memory_usage 9/10 bounds checks dashboard
file_to_blackhole_0ms_latency lost_bytes 10/10
file_to_blackhole_0ms_latency memory_usage 10/10
file_to_blackhole_0ms_latency_http1 lost_bytes 10/10
file_to_blackhole_0ms_latency_http1 memory_usage 10/10
file_to_blackhole_0ms_latency_http2 lost_bytes 10/10
file_to_blackhole_0ms_latency_http2 memory_usage 10/10
file_to_blackhole_1000ms_latency memory_usage 10/10
file_to_blackhole_1000ms_latency_linear_load memory_usage 10/10
file_to_blackhole_100ms_latency lost_bytes 10/10
file_to_blackhole_100ms_latency memory_usage 10/10
file_to_blackhole_300ms_latency lost_bytes 10/10
file_to_blackhole_300ms_latency memory_usage 10/10
file_to_blackhole_500ms_latency lost_bytes 10/10
file_to_blackhole_500ms_latency memory_usage 10/10
quality_gate_idle_all_features memory_usage 10/10 bounds checks dashboard
quality_gate_logs lost_bytes 10/10
quality_gate_logs memory_usage 10/10

Explanation

Confidence level: 90.00%
Effect size tolerance: |Δ mean %| ≥ 5.00%

Performance changes are noted in the perf column of each table:

  • ✅ = significantly better comparison variant performance
  • ❌ = significantly worse comparison variant performance
  • ➖ = no significant change in performance

A regression test is an A/B test of target performance in a repeatable rig, where "performance" is measured as "comparison variant minus baseline variant" for an optimization goal (e.g., ingress throughput). Due to intrinsic variability in measuring that goal, we can only estimate its mean value for each experiment; we report uncertainty in that value as a 90.00% confidence interval denoted "Δ mean % CI".

For each experiment, we decide whether a change in performance is a "regression" -- a change worth investigating further -- if all of the following criteria are true:

  1. Its estimated |Δ mean %| ≥ 5.00%, indicating the change is big enough to merit a closer look.

  2. Its 90.00% confidence interval "Δ mean % CI" does not contain zero, indicating that if our statistical model is accurate, there is at least a 90.00% chance there is a difference in performance between baseline and comparison variants.

  3. Its configuration does not mark it "erratic".

CI Pass/Fail Decision

Failed. Some Quality Gates were violated.

  • quality_gate_logs, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_logs, bounds check lost_bytes: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle, bounds check memory_usage: 9/10 replicas passed. Failed 1 which is > 0. Gate FAILED.

@agent-platform-auto-pr
Copy link
Contributor

agent-platform-auto-pr bot commented Jan 3, 2025

Uncompressed package size comparison

Comparison with ancestor 85f8b10b7fec3542b4e6c029b88c3066f862c09f

Diff per package
package diff status size ancestor threshold
datadog-agent-amd64-deb 0.01MB ⚠️ 1198.02MB 1198.00MB 140.00MB
datadog-agent-x86_64-rpm 0.01MB ⚠️ 1207.33MB 1207.32MB 140.00MB
datadog-agent-x86_64-suse 0.01MB ⚠️ 1207.33MB 1207.32MB 140.00MB
datadog-agent-arm64-deb 0.01MB ⚠️ 940.39MB 940.38MB 140.00MB
datadog-agent-aarch64-rpm 0.01MB ⚠️ 949.68MB 949.67MB 140.00MB
datadog-dogstatsd-amd64-deb 0.00MB 79.00MB 79.00MB 10.00MB
datadog-dogstatsd-x86_64-rpm 0.00MB 79.08MB 79.08MB 10.00MB
datadog-dogstatsd-x86_64-suse 0.00MB 79.08MB 79.08MB 10.00MB
datadog-dogstatsd-arm64-deb 0.00MB 56.11MB 56.11MB 10.00MB
datadog-heroku-agent-amd64-deb 0.00MB 506.12MB 506.12MB 70.00MB
datadog-iot-agent-amd64-deb 0.00MB 113.78MB 113.78MB 10.00MB
datadog-iot-agent-x86_64-rpm 0.00MB 113.85MB 113.85MB 10.00MB
datadog-iot-agent-x86_64-suse 0.00MB 113.85MB 113.85MB 10.00MB
datadog-iot-agent-arm64-deb 0.00MB 109.23MB 109.23MB 10.00MB
datadog-iot-agent-aarch64-rpm 0.00MB 109.30MB 109.30MB 10.00MB

Decision

⚠️ Warning

@agent-platform-auto-pr
Copy link
Contributor

agent-platform-auto-pr bot commented Jan 3, 2025

Test changes on VM

Use this command from test-infra-definitions to manually test this PR changes on a VM:

inv aws.create-vm --pipeline-id=52217153 --os-family=ubuntu

Note: This applies to commit b344c76

@safchain safchain marked this pull request as ready for review January 3, 2025 10:36
@safchain safchain requested a review from a team as a code owner January 3, 2025 10:36
@lebauce lebauce added the backport/7.62.x Automatically create a backport PR to 7.62.x label Jan 3, 2025
@safchain
Copy link
Contributor Author

safchain commented Jan 3, 2025

/merge

@dd-devflow
Copy link

dd-devflow bot commented Jan 3, 2025

Devflow running: /merge

View all feedbacks in Devflow UI.


2025-01-03 16:21:44 UTC ℹ️ MergeQueue: waiting for PR to be ready

This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals.
Note: if you pushed new commits since the last approval, you may need additional approval.
You can remove it from the waiting list with /remove command.


2025-01-03 20:21:46 UTC ⚠️ MergeQueue: This merge request was unqueued

[email protected] unqueued this merge request: It did not become mergeable within the expected time

@safchain safchain force-pushed the safchain/rework-sbom branch from 6d9adbb to b344c76 Compare January 6, 2025 11:19
@safchain
Copy link
Contributor Author

safchain commented Jan 6, 2025

/merge

@dd-devflow
Copy link

dd-devflow bot commented Jan 6, 2025

Devflow running: /merge

View all feedbacks in Devflow UI.


2025-01-06 11:52:52 UTC ℹ️ MergeQueue: waiting for PR to be ready

This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals.
Note: if you pushed new commits since the last approval, you may need additional approval.
You can remove it from the waiting list with /remove command.


2025-01-06 13:54:49 UTC ℹ️ MergeQueue: merge request added to the queue

The median merge time in main is 35m.


2025-01-06 14:27:28 UTC ℹ️ MergeQueue: This merge request was merged

@dd-mergequeue dd-mergequeue bot merged commit 41d6bc3 into main Jan 6, 2025
232 checks passed
@dd-mergequeue dd-mergequeue bot deleted the safchain/rework-sbom branch January 6, 2025 14:27
@agent-platform-auto-pr
Copy link
Contributor

The backport to 7.62.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-7.62.x 7.62.x
# Navigate to the new working tree
cd .worktrees/backport-7.62.x
# Create a new branch
git switch --create backport-32626-to-7.62.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 41d6bc3b2371085793c3314084deb36b29af7641
# Push it to GitHub
git push --set-upstream origin backport-32626-to-7.62.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-7.62.x

Then, create a pull request where the base branch is 7.62.x and the compare/head branch is backport-32626-to-7.62.x.

lebauce pushed a commit that referenced this pull request Jan 6, 2025
(cherry picked from commit 41d6bc3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/7.62.x Automatically create a backport PR to 7.62.x changelog/no-changelog component/system-probe medium review PR review might take time qa/done QA done before merge and regressions are covered by tests team/agent-security
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants