fix pld config#23293
Conversation
Bloop Bleep... Dogbot HereRegression Detector ResultsRun ID: 451fba94-55f3-488d-9856-64c833926cfb Performance changes are noted in the perf column of each table:
Experiments with missing or malformed data
Usually, this warning means that there is no usable optimization goal data for that experiment, which could be a result of misconfiguration. 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 |
|---|---|---|---|---|
| ➖ | file_to_blackhole | % cpu utilization | -1.12 | [-7.63, +5.39] |
Fine details of change detection per experiment
| perf | experiment | goal | Δ mean % | Δ mean % CI |
|---|---|---|---|---|
| ➖ | process_agent_standard_check_with_stats | memory utilization | +1.14 | [+1.10, +1.18] |
| ➖ | file_tree | memory utilization | +0.72 | [+0.64, +0.80] |
| ➖ | uds_dogstatsd_to_api_cpu | % cpu utilization | +0.33 | [-1.12, +1.78] |
| ➖ | otel_to_otel_logs | ingress throughput | +0.32 | [-0.30, +0.95] |
| ➖ | process_agent_standard_check | memory utilization | +0.16 | [+0.11, +0.21] |
| ➖ | idle | memory utilization | +0.05 | [+0.01, +0.10] |
| ➖ | trace_agent_msgpack | ingress throughput | +0.03 | [+0.02, +0.05] |
| ➖ | uds_dogstatsd_to_api | ingress throughput | -0.00 | [-0.00, +0.00] |
| ➖ | tcp_dd_logs_filter_exclude | ingress throughput | -0.00 | [-0.00, +0.00] |
| ➖ | trace_agent_json | ingress throughput | -0.01 | [-0.03, +0.02] |
| ➖ | tcp_syslog_to_blackhole | ingress throughput | -0.36 | [-0.42, -0.31] |
| ➖ | process_agent_real_time_mode | memory utilization | -0.49 | [-0.53, -0.45] |
| ➖ | file_to_blackhole | % cpu utilization | -1.12 | [-7.63, +5.39] |
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".
| languageTTL = config.Datadog.GetDuration("cluster_agent.language_detection.cleanup.language_ttl") | ||
| cleanupPeriod := config.Datadog.GetDuration("cluster_agent.language_detection.cleanup.period") |
There was a problem hiding this comment.
Could we pass the config.Component to cmd/cluster-agent/api/.StartServer function in
There was a problem hiding this comment.
Based on our previous discussion, leaving this for a separate PR.
GustavoCaso
left a comment
There was a problem hiding this comment.
Thanks for taking the time to update the pkconfig references 😄
|
/merge |
|
🚂 MergeQueue Pull request added to the queue. There are 2 builds ahead! (estimated merge in less than 46m) Use |
* fix pld config * PR review (cherry picked from commit 0608f9c)
What does this PR do?
Fix the configuration parameters for language detection feature.
Motivation
Achieve separation between:
This change has no impact on the functional aspects of the feature.
Additional Notes
7.52.0because it is related to a new feature and changing feature configuration in the future in this manner will break existing deployments with old configurations.With the new configuration:
language_detection.enabledlanguage_detection.reporting.enabledcluster_agent.language_detection.patcher.enabled(enabled by default)admission_controller.auto_instrumentation.inject_auto_detected_libraries(disabled by default for now)Service Unavailableresponse in caselanguage_detection.enabledis set to false on the cluster agent.Possible Drawbacks / Trade-offs
Describe how to test/QA your changes
Same QA as this PR but using the new configurations.
A sample config using the operator:
From the output of
agent configon the cluster agent:From the output of
agent configon the core agent: