-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Revert "chore(dedupe): add two test cases" #21311
Conversation
This reverts commit da1d02d.
Datadog ReportBranch report: ✅ 0 Failed, 7 Passed, 0 Skipped, 25.53s Total Time |
Regression Detector ResultsRun ID: 9db33845-229a-4b96-a0a8-1cfbeb6034a4 Metrics dashboard Baseline: b642efd Performance changes are noted in the perf column of each table:
No significant changes in experiment optimization goalsConfidence level: 90.00% There were no significant changes in experiment optimization goals at this confidence level and effect size tolerance.
|
perf | experiment | goal | Δ mean % | Δ mean % CI | links |
---|---|---|---|---|---|
❌ | file_to_blackhole | egress throughput | -7.42 | [-14.13, -0.71] |
Fine details of change detection per experiment
perf | experiment | goal | Δ mean % | Δ mean % CI | links |
---|---|---|---|---|---|
➖ | splunk_hec_route_s3 | ingress throughput | +2.05 | [+1.75, +2.35] | |
➖ | syslog_log2metric_humio_metrics | ingress throughput | +1.98 | [+1.84, +2.12] | |
➖ | socket_to_socket_blackhole | ingress throughput | +1.29 | [+1.22, +1.35] | |
➖ | syslog_splunk_hec_logs | ingress throughput | +1.16 | [+1.01, +1.32] | |
➖ | datadog_agent_remap_datadog_logs_acks | ingress throughput | +1.10 | [+0.91, +1.29] | |
➖ | http_elasticsearch | ingress throughput | +0.85 | [+0.71, +0.98] | |
➖ | http_to_s3 | ingress throughput | +0.18 | [-0.09, +0.45] | |
➖ | http_to_http_noack | ingress throughput | +0.17 | [+0.08, +0.25] | |
➖ | datadog_agent_remap_blackhole | ingress throughput | +0.12 | [+0.02, +0.22] | |
➖ | http_to_http_json | ingress throughput | +0.08 | [+0.03, +0.14] | |
➖ | splunk_hec_to_splunk_hec_logs_acks | ingress throughput | +0.01 | [-0.11, +0.13] | |
➖ | splunk_hec_to_splunk_hec_logs_noack | ingress throughput | +0.01 | [-0.09, +0.10] | |
➖ | splunk_hec_indexer_ack_blackhole | ingress throughput | +0.00 | [-0.08, +0.09] | |
➖ | otlp_grpc_to_blackhole | ingress throughput | -0.34 | [-0.44, -0.23] | |
➖ | otlp_http_to_blackhole | ingress throughput | -0.39 | [-0.52, -0.25] | |
➖ | syslog_log2metric_splunk_hec_metrics | ingress throughput | -0.40 | [-0.51, -0.30] | |
➖ | datadog_agent_remap_datadog_logs | ingress throughput | -0.45 | [-0.65, -0.25] | |
➖ | http_to_http_acks | ingress throughput | -0.69 | [-1.91, +0.54] | |
➖ | datadog_agent_remap_blackhole_acks | ingress throughput | -0.93 | [-1.05, -0.80] | |
➖ | syslog_log2metric_tag_cardinality_limit_blackhole | ingress throughput | -1.04 | [-1.13, -0.95] | |
➖ | http_text_to_http_json | ingress throughput | -1.06 | [-1.18, -0.95] | |
➖ | fluent_elasticsearch | ingress throughput | -1.15 | [-1.64, -0.67] | |
➖ | syslog_loki | ingress throughput | -1.87 | [-2.04, -1.69] | |
➖ | syslog_regex_logs2metric_ddmetrics | ingress throughput | -2.68 | [-2.88, -2.48] | |
➖ | syslog_humio_logs | ingress throughput | -3.46 | [-3.61, -3.32] | |
❌ | file_to_blackhole | egress throughput | -7.42 | [-14.13, -0.71] |
Explanation
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:
-
Its estimated |Δ mean %| ≥ 5.00%, indicating the change is big enough to merit a closer look.
-
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.
-
Its configuration does not mark it "erratic".
Revert "chore(dedupe): add two test cases (vectordotdev#21306)" This reverts commit da1d02d.
Reverts #21306
See https://github.com/vectordotdev/vector/actions/runs/10913197595/job/30289265257
This actually is already covered by tests in config.rs