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

usm: file registry: Save block reason #32468

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

vitkyrka
Copy link
Contributor

What does this PR do?

When we block a path, save the reason and expose it via the debug endpoint, as a debugging aid. For common errors such as "not a Go program", we save a summary instead of the full error message to reduce memory usage.

Motivation

https://datadoghq.atlassian.net/wiki/spaces/UT/pages/4105764896

Describe how you validated your changes

Automated test updated to check for this.

Also manually tested by checking the debug endpoint.

Possible Drawbacks / Trade-offs

Additional Notes

When we block a path, save the reason and expose it via the debug
endpoint, as a debugging aid. For common errors such as "not a Go
program", we save a summary instead of the full error message to reduce
memory usage.
@vitkyrka vitkyrka added changelog/no-changelog team/usm The USM team qa/done QA done before merge and regressions are covered by tests labels Dec 23, 2024
@vitkyrka vitkyrka marked this pull request as ready for review December 23, 2024 16:28
@vitkyrka vitkyrka requested a review from a team as a code owner December 23, 2024 16:28
@github-actions github-actions bot added component/system-probe short review PR is simple enough to be reviewed quickly labels Dec 23, 2024
@agent-platform-auto-pr
Copy link
Contributor

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=51739000 --os-family=ubuntu

Note: This applies to commit 6b54dd6

@agent-platform-auto-pr
Copy link
Contributor

Uncompressed package size comparison

Comparison with ancestor 68a6fd301b188d8466d59a84dc8b3e818b220155

Diff per package
package diff status size ancestor threshold
datadog-agent-amd64-deb 0.01MB ⚠️ 1188.23MB 1188.21MB 140.00MB
datadog-agent-x86_64-rpm 0.01MB ⚠️ 1197.49MB 1197.48MB 140.00MB
datadog-agent-x86_64-suse 0.01MB ⚠️ 1197.49MB 1197.48MB 140.00MB
datadog-agent-arm64-deb 0.00MB 934.11MB 934.11MB 140.00MB
datadog-agent-aarch64-rpm 0.00MB 943.36MB 943.35MB 140.00MB
datadog-dogstatsd-amd64-deb 0.00MB 78.57MB 78.57MB 10.00MB
datadog-dogstatsd-x86_64-rpm 0.00MB 78.65MB 78.65MB 10.00MB
datadog-dogstatsd-x86_64-suse 0.00MB 78.65MB 78.65MB 10.00MB
datadog-dogstatsd-arm64-deb 0.00MB 55.77MB 55.77MB 10.00MB
datadog-heroku-agent-amd64-deb 0.00MB 505.09MB 505.09MB 70.00MB
datadog-iot-agent-amd64-deb 0.00MB 113.34MB 113.34MB 10.00MB
datadog-iot-agent-x86_64-rpm 0.00MB 113.41MB 113.41MB 10.00MB
datadog-iot-agent-x86_64-suse 0.00MB 113.41MB 113.41MB 10.00MB
datadog-iot-agent-arm64-deb 0.00MB 108.81MB 108.81MB 10.00MB
datadog-iot-agent-aarch64-rpm 0.00MB 108.88MB 108.88MB 10.00MB

Decision

⚠️ Warning

Copy link

Regression Detector

Regression Detector Results

Metrics dashboard
Target profiles
Run ID: 3aadbb34-26b9-4c7a-8813-6acb810443fd

Baseline: 68a6fd3
Comparison: 6b54dd6
Diff

Optimization Goals: ✅ No significant changes detected

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI trials links
otel_to_otel_logs ingress throughput +1.65 [+0.96, +2.35] 1 Logs
uds_dogstatsd_to_api_cpu % cpu utilization +1.31 [+0.61, +2.00] 1 Logs
tcp_syslog_to_blackhole ingress throughput +1.06 [+1.00, +1.12] 1 Logs
file_to_blackhole_1000ms_latency egress throughput +0.14 [-0.67, +0.94] 1 Logs
file_to_blackhole_0ms_latency_http1 egress throughput +0.03 [-0.82, +0.87] 1 Logs
tcp_dd_logs_filter_exclude ingress throughput +0.00 [-0.01, +0.01] 1 Logs
uds_dogstatsd_to_api ingress throughput +0.00 [-0.11, +0.12] 1 Logs
file_to_blackhole_0ms_latency egress throughput -0.00 [-0.80, +0.80] 1 Logs
file_to_blackhole_300ms_latency egress throughput -0.01 [-0.65, +0.64] 1 Logs
file_to_blackhole_0ms_latency_http2 egress throughput -0.01 [-0.91, +0.89] 1 Logs
file_to_blackhole_100ms_latency egress throughput -0.03 [-0.77, +0.72] 1 Logs
quality_gate_idle_all_features memory utilization -0.05 [-0.13, +0.03] 1 Logs bounds checks dashboard
file_tree memory utilization -0.07 [-0.19, +0.06] 1 Logs
file_to_blackhole_1000ms_latency_linear_load egress throughput -0.14 [-0.61, +0.33] 1 Logs
quality_gate_logs % cpu utilization -0.15 [-3.33, +3.02] 1 Logs
file_to_blackhole_500ms_latency egress throughput -0.17 [-0.93, +0.59] 1 Logs
quality_gate_idle memory utilization -0.81 [-0.84, -0.78] 1 Logs bounds checks dashboard

Bounds Checks: ✅ Passed

perf experiment bounds_check_name replicates_passed links
file_to_blackhole_0ms_latency lost_bytes 10/10
file_to_blackhole_0ms_latency memory_usage 10/10
file_to_blackhole_0ms_latency_http1 lost_bytes 10/10
file_to_blackhole_0ms_latency_http1 memory_usage 10/10
file_to_blackhole_0ms_latency_http2 lost_bytes 10/10
file_to_blackhole_0ms_latency_http2 memory_usage 10/10
file_to_blackhole_1000ms_latency memory_usage 10/10
file_to_blackhole_1000ms_latency_linear_load memory_usage 10/10
file_to_blackhole_100ms_latency lost_bytes 10/10
file_to_blackhole_100ms_latency memory_usage 10/10
file_to_blackhole_300ms_latency lost_bytes 10/10
file_to_blackhole_300ms_latency memory_usage 10/10
file_to_blackhole_500ms_latency lost_bytes 10/10
file_to_blackhole_500ms_latency memory_usage 10/10
quality_gate_idle memory_usage 10/10 bounds checks dashboard
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

Passed. All Quality Gates passed.

  • 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, bounds check memory_usage: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check memory_usage: 10/10 replicas passed. Gate passed.

@vitkyrka
Copy link
Contributor Author

/merge

@dd-devflow
Copy link

dd-devflow bot commented Dec 24, 2024

Devflow running: /merge

View all feedbacks in Devflow UI.


2024-12-24 08:05:46 UTC ℹ️ MergeQueue: pull request added to the queue

The median merge time in main is 35m.


2024-12-24 08:38:51 UTC ℹ️ MergeQueue: This merge request was merged

@dd-mergequeue dd-mergequeue bot merged commit 9905116 into main Dec 24, 2024
334 of 335 checks passed
@dd-mergequeue dd-mergequeue bot deleted the vincent.whitchurch/block-reason branch December 24, 2024 08:38
@github-actions github-actions bot added this to the 7.62.0 milestone Dec 24, 2024
vitkyrka added a commit that referenced this pull request Dec 27, 2024
 Conflicts:
	pkg/network/usm/utils/file_registry.go
	pkg/network/usm/utils/file_registry_test.go
vitkyrka added a commit that referenced this pull request Dec 30, 2024
 Conflicts:
	pkg/network/usm/utils/file_registry.go
	pkg/network/usm/utils/file_registry_test.go

(cherry picked from commit ed59a4d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog/no-changelog component/system-probe qa/done QA done before merge and regressions are covered by tests short review PR is simple enough to be reviewed quickly team/usm The USM team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants