Closed sgnn7 closed 1 month ago
Baseline: c760d79f7012f6dc29b27acd5ee13774d0443885 Comparison: e160cf1cd7049267952246fe4ec8a7d17337dcc2
binary | os | arch | change |
---|---|---|---|
serverless | linux | amd64 | +0, -2
-github.com/DataDog/datadog-agent/comp/api/authtoken
-github.com/DataDog/datadog-agent/comp/api/authtoken/noneimpl
|
serverless | linux | arm64 | +0, -2
-github.com/DataDog/datadog-agent/comp/api/authtoken
-github.com/DataDog/datadog-agent/comp/api/authtoken/noneimpl
|
system-probe | linux | amd64 | +0, -2
-github.com/DataDog/datadog-agent/comp/api/authtoken
-github.com/DataDog/datadog-agent/comp/api/authtoken/fetchonlyimpl
|
system-probe | linux | arm64 | +0, -2
-github.com/DataDog/datadog-agent/comp/api/authtoken
-github.com/DataDog/datadog-agent/comp/api/authtoken/fetchonlyimpl
|
system-probe | windows | amd64 | +0, -2
-github.com/DataDog/datadog-agent/comp/api/authtoken
-github.com/DataDog/datadog-agent/comp/api/authtoken/fetchonlyimpl
|
trace-agent | linux | amd64 | +0, -2
-github.com/DataDog/datadog-agent/comp/core/log/fx
-github.com/DataDog/datadog-agent/comp/core/log/impl
|
trace-agent | linux | arm64 | +0, -2
-github.com/DataDog/datadog-agent/comp/core/log/fx
-github.com/DataDog/datadog-agent/comp/core/log/impl
|
trace-agent | windows | amd64 | +0, -2
-github.com/DataDog/datadog-agent/comp/core/log/fx
-github.com/DataDog/datadog-agent/comp/core/log/impl
|
trace-agent | darwin | amd64 | +0, -2
-github.com/DataDog/datadog-agent/comp/core/log/fx
-github.com/DataDog/datadog-agent/comp/core/log/impl
|
trace-agent | darwin | arm64 | +0, -2
-github.com/DataDog/datadog-agent/comp/core/log/fx
-github.com/DataDog/datadog-agent/comp/core/log/impl
|
heroku-trace-agent | linux | amd64 | +0, -2
-github.com/DataDog/datadog-agent/comp/core/log/fx
-github.com/DataDog/datadog-agent/comp/core/log/impl
|
BenchmarkStartEndInvocation
comparison between c760d79f7012f6dc29b27acd5ee13774d0443885 and 1c594b9a409d01729db470d9de1b0553d34513de.
Comparison with ancestor c760d79f7012f6dc29b27acd5ee13774d0443885
✅ Passed
Use this command from test-infra-definitions to manually test this PR changes on a VM:
inv aws.create-vm --pipeline-id=55998313 --os-family=ubuntu
Note: This applies to commit e160cf1c
Please find below the results from static quality gates
Metrics dashboard
Target profiles
Run ID: ab1d9fac-b9f6-4a04-8062-94004c414a55
Baseline: c760d79f7012f6dc29b27acd5ee13774d0443885 Comparison: e160cf1cd7049267952246fe4ec8a7d17337dcc2 Diff
✅ Passed. All Quality Gates passed.
This reverts commit 6915a52da4c84e0dcd094166c9a5ae055350718d.
Change applied causes failures in cluster-agent E2E tests
What does this PR do?
Reverts commit 6915a52da4c84e0dcd094166c9a5ae055350718d (https://github.com/DataDog/datadog-agent/pull/32369)
Motivation
Cluster-agent test failures
Describe how you validated your changes
Unit tests pass and git log shows no overlap of files in the interim period. E2E test should confirm.
Possible Drawbacks / Trade-offs
N/A
Additional Notes
N/A