Skip to content

Use seelog patch to get correct function caller in logger#37040

Closed
pgimalac wants to merge 3 commits intomainfrom
pgimalac/seelog-fix-function-caller
Closed

Use seelog patch to get correct function caller in logger#37040
pgimalac wants to merge 3 commits intomainfrom
pgimalac/seelog-fix-function-caller

Conversation

@pgimalac
Copy link
Member

@pgimalac pgimalac commented May 15, 2025

What does this PR do?

Use a fork of seelog to fix an issue with function caller name.

Motivation

Fix an issue when updating to 1.25.
It seems there was an internal change and we hit the same error as in #5647 again.

The root cause is that seelog uses runtime.Callers then runtime.FuncForPC, which is explicitly advised against in the documentation:

To translate these PCs into symbolic information such as function names and line numbers, use CallersFrames. CallersFrames accounts for inlined functions and adjusts the return program counters into call program counters. Iterating over the returned slice of PCs directly is discouraged, as is using FuncForPC on any of the returned PCs, since these cannot account for inlining or return program counter adjustment.

cihub/seelog#170 (which we pin here) should fix it, by using runtime.CallersFrames instead.

EDIT: actually this doesn't fix the issue in Go 1.25

Describe how you validated your changes

Possible Drawbacks / Trade-offs

Additional Notes

@github-actions github-actions bot added the medium review PR review might take time label May 15, 2025
@pgimalac pgimalac added qa/done QA done before merge and regressions are covered by tests qa/no-code-change No code change in Agent code requiring validation team/agent-runtimes changelog/no-changelog and removed qa/no-code-change No code change in Agent code requiring validation labels May 15, 2025
@cit-pr-commenter
Copy link

cit-pr-commenter bot commented May 15, 2025

Go Package Import Differences

Baseline: 41f5143
Comparison: 9e58553

binaryosarchchange
agentlinuxamd64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
agentlinuxarm64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
agentwindowsamd64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
agentdarwinamd64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
agentdarwinarm64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
iot-agentlinuxamd64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
iot-agentlinuxarm64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
heroku-agentlinuxamd64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
cluster-agentlinuxamd64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
cluster-agentlinuxarm64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
cluster-agent-cloudfoundrylinuxamd64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
cluster-agent-cloudfoundrylinuxarm64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
dogstatsdlinuxamd64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
dogstatsdlinuxarm64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
process-agentlinuxamd64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
process-agentlinuxarm64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
process-agentwindowsamd64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
process-agentdarwinamd64
+5, -0
+archive/tar
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
process-agentdarwinarm64
+5, -0
+archive/tar
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
heroku-process-agentlinuxamd64
+5, -0
+archive/tar
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
security-agentlinuxamd64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
security-agentlinuxarm64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
security-agentwindowsamd64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
sbomgenlinuxamd64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
sbomgenlinuxarm64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
serverlesslinuxamd64
+5, -0
+archive/tar
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
serverlesslinuxarm64
+5, -0
+archive/tar
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
system-probelinuxamd64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
system-probelinuxarm64
+4, -0
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
system-probewindowsamd64
+5, -0
+archive/tar
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
trace-agentlinuxamd64
+5, -0
+archive/tar
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
trace-agentlinuxarm64
+5, -0
+archive/tar
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
trace-agentwindowsamd64
+5, -0
+archive/tar
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
trace-agentdarwinamd64
+5, -0
+archive/tar
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
trace-agentdarwinarm64
+5, -0
+archive/tar
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
heroku-trace-agentlinuxamd64
+5, -0
+archive/tar
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
otel-agentlinuxamd64
+5, -0
+archive/tar
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip
otel-agentlinuxarm64
+5, -0
+archive/tar
+github.com/cihub/seelog/archive
+github.com/cihub/seelog/archive/gzip
+github.com/cihub/seelog/archive/tar
+github.com/cihub/seelog/archive/zip

@agent-platform-auto-pr
Copy link
Contributor

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

Uncompressed package size comparison

Comparison with ancestor 41f51432cc0b28c90cbdb00ddbbdd8e38edeff9d

Diff per package
package diff status size ancestor threshold
datadog-agent-x86_64-rpm 0.43MB ⚠️ 784.39MB 783.96MB 0.50MB
datadog-agent-x86_64-suse 0.43MB ⚠️ 784.39MB 783.96MB 0.50MB
datadog-agent-amd64-deb 0.43MB ⚠️ 775.44MB 775.01MB 0.50MB
datadog-agent-arm64-deb 0.40MB ⚠️ 764.73MB 764.32MB 0.50MB
datadog-agent-aarch64-rpm 0.40MB ⚠️ 773.66MB 773.26MB 0.50MB
datadog-heroku-agent-amd64-deb 0.24MB ⚠️ 378.95MB 378.71MB 0.50MB
datadog-iot-agent-x86_64-rpm 0.15MB ⚠️ 61.29MB 61.14MB 0.50MB
datadog-iot-agent-x86_64-suse 0.15MB ⚠️ 61.29MB 61.14MB 0.50MB
datadog-iot-agent-amd64-deb 0.15MB ⚠️ 61.21MB 61.06MB 0.50MB
datadog-iot-agent-aarch64-rpm 0.15MB ⚠️ 58.54MB 58.39MB 0.50MB
datadog-iot-agent-arm64-deb 0.15MB ⚠️ 58.46MB 58.31MB 0.50MB
datadog-dogstatsd-x86_64-rpm 0.13MB ⚠️ 31.43MB 31.30MB 0.50MB
datadog-dogstatsd-x86_64-suse 0.13MB ⚠️ 31.43MB 31.30MB 0.50MB
datadog-dogstatsd-amd64-deb 0.13MB ⚠️ 31.35MB 31.22MB 0.50MB
datadog-dogstatsd-arm64-deb 0.12MB ⚠️ 30.16MB 30.04MB 0.50MB

Decision

⚠️ Warning

@cit-pr-commenter
Copy link

cit-pr-commenter bot commented May 15, 2025

Regression Detector

Regression Detector Results

Metrics dashboard
Target profiles
Run ID: 3b71bca7-791f-4940-8dfc-d08e2f98980b

Baseline: 41f5143
Comparison: 9e58553
Diff

Optimization Goals: ✅ No significant changes detected

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI trials links
docker_containers_cpu % cpu utilization +1.72 [-2.08, +5.51] 1 Logs
ddot_logs memory utilization +0.93 [+0.82, +1.05] 1 Logs
quality_gate_idle_all_features memory utilization +0.72 [+0.63, +0.81] 1 Logs bounds checks dashboard
file_tree memory utilization +0.30 [+0.16, +0.45] 1 Logs
quality_gate_idle memory utilization +0.17 [+0.11, +0.23] 1 Logs bounds checks dashboard
ddot_metrics memory utilization +0.12 [+0.02, +0.22] 1 Logs
uds_dogstatsd_to_api_cpu % cpu utilization +0.07 [-0.82, +0.95] 1 Logs
file_to_blackhole_1000ms_latency egress throughput +0.05 [-0.62, +0.72] 1 Logs
file_to_blackhole_500ms_latency egress throughput +0.05 [-0.58, +0.68] 1 Logs
file_to_blackhole_1000ms_latency_linear_load egress throughput +0.03 [-0.19, +0.26] 1 Logs
file_to_blackhole_0ms_latency_http2 egress throughput +0.02 [-0.60, +0.64] 1 Logs
file_to_blackhole_0ms_latency_http1 egress throughput +0.02 [-0.62, +0.66] 1 Logs
file_to_blackhole_300ms_latency egress throughput +0.00 [-0.64, +0.64] 1 Logs
uds_dogstatsd_to_api ingress throughput +0.00 [-0.28, +0.29] 1 Logs
tcp_dd_logs_filter_exclude ingress throughput -0.01 [-0.03, +0.01] 1 Logs
file_to_blackhole_100ms_latency egress throughput -0.02 [-0.68, +0.64] 1 Logs
file_to_blackhole_0ms_latency egress throughput -0.03 [-0.69, +0.63] 1 Logs
otlp_ingest_metrics memory utilization -0.11 [-0.27, +0.05] 1 Logs
uds_dogstatsd_20mb_12k_contexts_20_senders memory utilization -0.38 [-0.42, -0.35] 1 Logs
quality_gate_logs % cpu utilization -0.41 [-3.15, +2.33] 1 Logs bounds checks dashboard
docker_containers_memory memory utilization -0.51 [-0.57, -0.45] 1 Logs
tcp_syslog_to_blackhole ingress throughput -0.64 [-0.69, -0.58] 1 Logs
otlp_ingest_logs memory utilization -1.02 [-1.13, -0.90] 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 intake_connections: 10/10 replicas passed. Gate passed.
  • quality_gate_idle_all_features, bounds check memory_usage: 10/10 replicas passed. Gate passed.

@agent-platform-auto-pr
Copy link
Contributor

agent-platform-auto-pr bot commented May 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 748.06 MiB 778.06 MiB 185.81 MiB 191.06 MiB
static_quality_gate_agent_deb_amd64_fips 745.9 MiB 776.09 MiB 185.06 MiB 190.72 MiB
static_quality_gate_agent_heroku_amd64 367.38 MiB 434.99 MiB 98.46 MiB 114.34 MiB
static_quality_gate_agent_msi 964.98 MiB 978.45 MiB 147.36 MiB 151.65 MiB
static_quality_gate_agent_rpm_amd64 748.05 MiB 778.06 MiB 187.37 MiB 193.42 MiB
static_quality_gate_agent_rpm_amd64_fips 745.89 MiB 776.06 MiB 186.89 MiB 192.61 MiB
static_quality_gate_agent_rpm_arm64 737.82 MiB 768.33 MiB 169.98 MiB 174.71 MiB
static_quality_gate_agent_rpm_arm64_fips 735.88 MiB 766.55 MiB 168.84 MiB 173.92 MiB
static_quality_gate_agent_suse_amd64 748.05 MiB 778.08 MiB 187.37 MiB 193.42 MiB
static_quality_gate_agent_suse_amd64_fips 745.89 MiB 776.11 MiB 186.89 MiB 192.78 MiB
static_quality_gate_agent_suse_arm64 737.82 MiB 768.31 MiB 169.98 MiB 174.71 MiB
static_quality_gate_agent_suse_arm64_fips 735.88 MiB 766.5 MiB 168.84 MiB 173.92 MiB
static_quality_gate_docker_agent_amd64 844.46 MiB 862.5 MiB 286.38 MiB 292.0 MiB
static_quality_gate_docker_agent_arm64 857.38 MiB 876.0 MiB 272.76 MiB 278.3 MiB
static_quality_gate_docker_agent_jmx_amd64 844.46 MiB 862.5 MiB 286.38 MiB 292.0 MiB
static_quality_gate_docker_agent_jmx_arm64 857.38 MiB 876.63 MiB 272.76 MiB 278.4 MiB
static_quality_gate_docker_agent_windows1809 844.46 MiB 862.5 MiB 286.38 MiB 292.0 MiB
static_quality_gate_docker_agent_windows1809_core 844.46 MiB 862.5 MiB 286.38 MiB 292.0 MiB
static_quality_gate_docker_agent_windows1809_core_jmx 844.46 MiB 862.5 MiB 286.38 MiB 292.0 MiB
static_quality_gate_docker_agent_windows1809_jmx 844.46 MiB 862.5 MiB 286.38 MiB 292.0 MiB
static_quality_gate_docker_agent_windows2022 844.46 MiB 862.5 MiB 286.38 MiB 292.0 MiB
static_quality_gate_docker_agent_windows2022_core 844.46 MiB 862.5 MiB 286.38 MiB 292.0 MiB
static_quality_gate_docker_agent_windows2022_core_jmx 844.46 MiB 862.5 MiB 286.38 MiB 292.0 MiB
static_quality_gate_docker_agent_windows2022_jmx 844.46 MiB 862.5 MiB 286.38 MiB 292.0 MiB
static_quality_gate_docker_cluster_agent_amd64 256.97 MiB 263.4 MiB 101.99 MiB 104.07 MiB
static_quality_gate_docker_cluster_agent_arm64 273.01 MiB 279.38 MiB 96.97 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 38.02 MiB 46.39 MiB 14.66 MiB 17.78 MiB
static_quality_gate_docker_dogstatsd_arm64 36.96 MiB 45.05 MiB 13.78 MiB 16.65 MiB
static_quality_gate_dogstatsd_deb_amd64 29.97 MiB 38.4 MiB 7.94 MiB 10.26 MiB
static_quality_gate_dogstatsd_deb_arm64 28.84 MiB 36.98 MiB 6.91 MiB 8.96 MiB
static_quality_gate_dogstatsd_rpm_amd64 29.97 MiB 38.4 MiB 7.95 MiB 10.27 MiB
static_quality_gate_dogstatsd_suse_amd64 29.97 MiB 38.4 MiB 7.95 MiB 10.27 MiB
static_quality_gate_iot_agent_deb_amd64 58.45 MiB 58.51 MiB 14.73 MiB 15.02 MiB
static_quality_gate_iot_agent_deb_arm64 55.83 MiB 55.94 MiB 12.72 MiB 13.05 MiB
static_quality_gate_iot_agent_deb_armhf 54.6 MiB 54.65 MiB 12.73 MiB 13.05 MiB
static_quality_gate_iot_agent_rpm_amd64 58.45 MiB 58.51 MiB 14.75 MiB 15.04 MiB
static_quality_gate_iot_agent_rpm_arm64 55.83 MiB 55.94 MiB 12.74 MiB 13.07 MiB
static_quality_gate_iot_agent_suse_amd64 58.45 MiB 58.51 MiB 14.75 MiB 15.04 MiB

@pgimalac
Copy link
Member Author

This is actually not needed, it makes sense, but using another version has risks, so if we can avoid it then it makes things easier
The error I was tracking was due to upstream Go so closing this

@pgimalac pgimalac closed this May 27, 2025
@dd-devtools-worker dd-devtools-worker bot deleted the pgimalac/seelog-fix-function-caller branch November 15, 2025 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog/no-changelog medium review PR review might take time qa/done QA done before merge and regressions are covered by tests team/agent-runtimes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant