Skip to content

[USMON-1085] - USM to report redis network calls #35922

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

Merged
merged 7 commits into from
May 9, 2025

Conversation

Saarshta
Copy link
Contributor

@Saarshta Saarshta commented Apr 8, 2025

What does this PR do?

Adds USM support for Redis.
We only support GET / SET commands for now.

Followups include:

  • Supporting additional commands.
  • Reporting error types instead of only whether or not an error occurred.

Motivation

Expanding USM to support additional protocols.

Describe how you validated your changes

Possible Drawbacks / Trade-offs

Additional Notes

When processing Redis stats, we hold a map with boolean keys and stats values. The keys mark whether or not an error occurred. When encoding our data, we build a map of int32 keys. This is in preparation to report error types, and not just whether errors occurred or not. There will be a followup PR for that.

@bits-bot
Copy link
Collaborator

bits-bot commented Apr 8, 2025

CLA assistant check
All committers have signed the CLA.

@Saarshta Saarshta changed the base branch from main to arbitman/redis April 8, 2025 10:21
Copy link

cit-pr-commenter bot commented Apr 9, 2025

Regression Detector

Regression Detector Results

Metrics dashboard
Target profiles
Run ID: 6f3bcb62-1816-4014-b270-ae3977b35704

Baseline: 7513828
Comparison: c82816b
Diff

Optimization Goals: ✅ No significant changes detected

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI trials links
tcp_syslog_to_blackhole ingress throughput +1.50 [+1.45, +1.55] 1 Logs
uds_dogstatsd_20mb_12k_contexts_20_senders memory utilization +1.12 [+1.08, +1.16] 1 Logs
docker_containers_memory memory utilization +0.86 [+0.81, +0.90] 1 Logs
file_tree memory utilization +0.64 [+0.50, +0.78] 1 Logs
quality_gate_idle memory utilization +0.59 [+0.54, +0.65] 1 Logs bounds checks dashboard
quality_gate_idle_all_features memory utilization +0.15 [+0.06, +0.24] 1 Logs bounds checks dashboard
file_to_blackhole_0ms_latency_http2 egress throughput +0.12 [-0.52, +0.76] 1 Logs
ddot_metrics memory utilization +0.11 [-0.01, +0.23] 1 Logs
file_to_blackhole_0ms_latency_http1 egress throughput +0.09 [-0.58, +0.76] 1 Logs
file_to_blackhole_500ms_latency egress throughput +0.03 [-0.63, +0.68] 1 Logs
uds_dogstatsd_to_api ingress throughput +0.01 [-0.27, +0.29] 1 Logs
file_to_blackhole_1000ms_latency_linear_load egress throughput +0.00 [-0.23, +0.23] 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.61, +0.61] 1 Logs
file_to_blackhole_1000ms_latency egress throughput -0.01 [-0.64, +0.62] 1 Logs
file_to_blackhole_100ms_latency egress throughput -0.02 [-0.68, +0.63] 1 Logs
file_to_blackhole_300ms_latency egress throughput -0.04 [-0.69, +0.60] 1 Logs
ddot_logs memory utilization -0.24 [-0.37, -0.11] 1 Logs
otlp_ingest_logs memory utilization -0.29 [-0.41, -0.16] 1 Logs
otlp_ingest_metrics memory utilization -0.48 [-0.62, -0.33] 1 Logs
quality_gate_logs % cpu utilization -0.59 [-3.31, +2.13] 1 Logs bounds checks dashboard
docker_containers_cpu % cpu utilization -0.71 [-4.44, +3.02] 1 Logs
uds_dogstatsd_to_api_cpu % cpu utilization -1.78 [-2.63, -0.92] 1 Logs

Bounds Checks: ✅ Passed

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

Explanation

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

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

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

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

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

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

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

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

CI Pass/Fail Decision

Passed. All Quality Gates passed.

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

@Saarshta Saarshta changed the base branch from arbitman/redis to main April 9, 2025 08:23
@github-actions github-actions bot added component/system-probe long review PR is complex, plan time to review it labels Apr 9, 2025
@Saarshta Saarshta added team/usm The USM team changelog/no-changelog qa/done QA done before merge and regressions are covered by tests labels Apr 15, 2025
@agent-platform-auto-pr
Copy link
Contributor

agent-platform-auto-pr bot commented Apr 15, 2025

Uncompressed package size comparison

Comparison with ancestor 7513828709afefd9ef45c54b6c4f5e829954d639

Diff per package
package diff status size ancestor threshold
datadog-agent-arm64-deb 0.35MB ⚠️ 766.14MB 765.79MB 0.50MB
datadog-agent-aarch64-rpm 0.35MB ⚠️ 775.07MB 774.72MB 0.50MB
datadog-agent-amd64-deb 0.35MB ⚠️ 776.35MB 776.00MB 0.50MB
datadog-agent-x86_64-rpm 0.35MB ⚠️ 785.30MB 784.95MB 0.50MB
datadog-agent-x86_64-suse 0.35MB ⚠️ 785.30MB 784.95MB 0.50MB
datadog-iot-agent-arm64-deb 0.04MB ⚠️ 57.86MB 57.82MB 0.50MB
datadog-iot-agent-x86_64-rpm 0.04MB ⚠️ 60.65MB 60.61MB 0.50MB
datadog-iot-agent-x86_64-suse 0.04MB ⚠️ 60.65MB 60.61MB 0.50MB
datadog-iot-agent-aarch64-rpm 0.04MB ⚠️ 57.94MB 57.90MB 0.50MB
datadog-heroku-agent-amd64-deb 0.04MB ⚠️ 377.90MB 377.86MB 0.50MB
datadog-iot-agent-amd64-deb 0.04MB ⚠️ 60.57MB 60.53MB 0.50MB
datadog-dogstatsd-amd64-deb 0.00MB 31.20MB 31.20MB 0.50MB
datadog-dogstatsd-x86_64-rpm 0.00MB 31.28MB 31.28MB 0.50MB
datadog-dogstatsd-x86_64-suse 0.00MB 31.28MB 31.28MB 0.50MB
datadog-dogstatsd-arm64-deb 0.00MB 30.03MB 30.03MB 0.50MB

Decision

⚠️ Warning

@agent-platform-auto-pr
Copy link
Contributor

agent-platform-auto-pr bot commented Apr 15, 2025

Test changes on VM

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

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

Note: This applies to commit 304c944

@agent-platform-auto-pr
Copy link
Contributor

agent-platform-auto-pr bot commented Apr 15, 2025

Static quality checks

✅ Please find below the results from static quality gates

Successful checks

Info

Result Quality gate On disk size On disk size limit On wire size On wire size limit
static_quality_gate_agent_deb_amd64 751.01 MiB 778.06 MiB 185.03 MiB 191.06 MiB
static_quality_gate_agent_deb_amd64_fips 748.9 MiB 776.09 MiB 184.65 MiB 190.72 MiB
static_quality_gate_agent_heroku_amd64 368.45 MiB 434.99 MiB 98.03 MiB 114.34 MiB
static_quality_gate_agent_msi 969.13 MiB 978.45 MiB 146.84 MiB 151.65 MiB
static_quality_gate_agent_rpm_amd64 751.17 MiB 778.06 MiB 186.87 MiB 193.42 MiB
static_quality_gate_agent_rpm_amd64_fips 748.96 MiB 776.06 MiB 185.8 MiB 192.61 MiB
static_quality_gate_agent_rpm_arm64 741.39 MiB 768.33 MiB 169.25 MiB 174.71 MiB
static_quality_gate_agent_rpm_arm64_fips 739.4 MiB 766.55 MiB 168.04 MiB 173.92 MiB
static_quality_gate_agent_suse_amd64 751.06 MiB 778.08 MiB 186.87 MiB 193.42 MiB
static_quality_gate_agent_suse_amd64_fips 748.98 MiB 776.11 MiB 185.8 MiB 192.78 MiB
static_quality_gate_agent_suse_arm64 741.42 MiB 768.31 MiB 169.25 MiB 174.71 MiB
static_quality_gate_agent_suse_arm64_fips 739.43 MiB 766.5 MiB 168.04 MiB 173.92 MiB
static_quality_gate_docker_agent_amd64 845.33 MiB 862.5 MiB 285.28 MiB 292.0 MiB
static_quality_gate_docker_agent_arm64 858.72 MiB 876.0 MiB 272.11 MiB 278.3 MiB
static_quality_gate_docker_agent_jmx_amd64 845.33 MiB 862.5 MiB 285.28 MiB 292.0 MiB
static_quality_gate_docker_agent_jmx_arm64 858.72 MiB 876.63 MiB 272.11 MiB 278.4 MiB
static_quality_gate_docker_agent_windows1809 845.33 MiB 862.5 MiB 285.28 MiB 292.0 MiB
static_quality_gate_docker_agent_windows1809_core 845.33 MiB 862.5 MiB 285.28 MiB 292.0 MiB
static_quality_gate_docker_agent_windows1809_core_jmx 845.33 MiB 862.5 MiB 285.28 MiB 292.0 MiB
static_quality_gate_docker_agent_windows1809_jmx 845.33 MiB 862.5 MiB 285.28 MiB 292.0 MiB
static_quality_gate_docker_agent_windows2022 845.33 MiB 862.5 MiB 285.28 MiB 292.0 MiB
static_quality_gate_docker_agent_windows2022_core 845.33 MiB 862.5 MiB 285.28 MiB 292.0 MiB
static_quality_gate_docker_agent_windows2022_core_jmx 845.33 MiB 862.5 MiB 285.28 MiB 292.0 MiB
static_quality_gate_docker_agent_windows2022_jmx 845.33 MiB 862.5 MiB 285.28 MiB 292.0 MiB
static_quality_gate_docker_cluster_agent_amd64 259.7 MiB 263.4 MiB 101.95 MiB 104.07 MiB
static_quality_gate_docker_cluster_agent_arm64 275.7 MiB 279.38 MiB 96.91 MiB 98.95 MiB
static_quality_gate_docker_cws_instrumentation_amd64 6.66 MiB 7.12 MiB 2.82 MiB 3.29 MiB
static_quality_gate_docker_cws_instrumentation_arm64 6.44 MiB 6.92 MiB 2.6 MiB 3.07 MiB
static_quality_gate_docker_dogstatsd_amd64 37.97 MiB 46.39 MiB 14.64 MiB 17.78 MiB
static_quality_gate_docker_dogstatsd_arm64 36.88 MiB 45.05 MiB 13.72 MiB 16.65 MiB
static_quality_gate_dogstatsd_deb_amd64 29.83 MiB 38.4 MiB 7.89 MiB 10.26 MiB
static_quality_gate_dogstatsd_deb_arm64 28.71 MiB 36.98 MiB 6.87 MiB 8.96 MiB
static_quality_gate_dogstatsd_rpm_amd64 29.83 MiB 38.4 MiB 7.9 MiB 10.27 MiB
static_quality_gate_dogstatsd_suse_amd64 29.83 MiB 38.4 MiB 7.9 MiB 10.27 MiB
static_quality_gate_iot_agent_deb_amd64 57.85 MiB 58.51 MiB 14.55 MiB 15.02 MiB
static_quality_gate_iot_agent_deb_arm64 55.27 MiB 55.94 MiB 12.57 MiB 13.05 MiB
static_quality_gate_iot_agent_deb_armhf 54.03 MiB 54.32 MiB 12.58 MiB 13.05 MiB
static_quality_gate_iot_agent_rpm_amd64 57.85 MiB 58.51 MiB 14.58 MiB 15.04 MiB
static_quality_gate_iot_agent_rpm_arm64 55.27 MiB 55.94 MiB 12.59 MiB 13.07 MiB
static_quality_gate_iot_agent_suse_amd64 57.85 MiB 58.51 MiB 14.58 MiB 15.04 MiB

@Saarshta Saarshta changed the title Saar.shtalryd/redis Saar.shtalryd/USMON 1085 - USM to report redis network calls Apr 27, 2025
@Saarshta Saarshta changed the title Saar.shtalryd/USMON 1085 - USM to report redis network calls [USMON-1085] - USM to report redis network calls Apr 27, 2025
@Saarshta Saarshta marked this pull request as ready for review April 27, 2025 08:40
@Saarshta Saarshta requested review from a team as code owners April 27, 2025 08:40
@Saarshta Saarshta requested a review from AyyLam April 27, 2025 08:40
@DanielLavie
Copy link
Contributor

@Saarshta can you add a link to the staging tests?

// KeyName returns the key name of the key.
func (e *EventWrapper) KeyName() string {
if !e.keyNameSet {
e.keyName = string(getFragment(&e.Tx))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: can be done a future PR
we should be using string interning here to spare redundant memory

@Saarshta Saarshta force-pushed the saar.shtalryd/redis branch from 4b9ca62 to 00b1df9 Compare May 8, 2025 07:46
@Saarshta
Copy link
Contributor Author

Saarshta commented May 8, 2025

/merge

@dd-devflow
Copy link

dd-devflow bot commented May 8, 2025

View all feedbacks in Devflow UI.

2025-05-08 18:31:28 UTC ℹ️ Start processing command /merge


2025-05-08 18:31:33 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-05-08 22:32:02 UTC ⚠️ MergeQueue: This merge request was unqueued

devflow unqueued this merge request: It did not become mergeable within the expected time

@guyarb
Copy link
Contributor

guyarb commented May 9, 2025

/merge

@dd-devflow
Copy link

dd-devflow bot commented May 9, 2025

View all feedbacks in Devflow UI.

2025-05-09 15:03:47 UTC ℹ️ Start processing command /merge


2025-05-09 15:03:59 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-05-09 16:16:07 UTC ℹ️ MergeQueue: merge request added to the queue

The expected merge time in main is approximately 46m (p90).


2025-05-09 17:03:58 UTC ℹ️ MergeQueue: This merge request was merged

@dd-mergequeue dd-mergequeue bot merged commit da1f35f into main May 9, 2025
497 of 501 checks passed
@dd-mergequeue dd-mergequeue bot deleted the saar.shtalryd/redis branch May 9, 2025 17:03
@github-actions github-actions bot added this to the 7.67.0 milestone May 9, 2025
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 long review PR is complex, plan time to review it qa/done QA done before merge and regressions are covered by tests team/usm The USM team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants