Closed dineshg13 closed 3 weeks ago
Baseline: 7465d64353f8b6f23eeb23c068e48d3a1d6f446a Comparison: 480715c1247cb18c1fe4c78c060a552ca67c12f8
binary | os | arch | change |
---|---|---|---|
agent | linux | amd64 | +1, -0
+github.com/DataDog/datadog-agent/comp/serializer/metricscompression/fx-otel
|
agent | linux | arm64 | +1, -0
+github.com/DataDog/datadog-agent/comp/serializer/metricscompression/fx-otel
|
agent | windows | amd64 | +1, -0
+github.com/DataDog/datadog-agent/comp/serializer/metricscompression/fx-otel
|
agent | darwin | amd64 | +1, -0
+github.com/DataDog/datadog-agent/comp/serializer/metricscompression/fx-otel
|
agent | darwin | arm64 | +1, -0
+github.com/DataDog/datadog-agent/comp/serializer/metricscompression/fx-otel
|
iot-agent | linux | amd64 | +1, -0
+github.com/DataDog/datadog-agent/comp/serializer/metricscompression/fx-otel
|
iot-agent | linux | arm64 | +1, -0
+github.com/DataDog/datadog-agent/comp/serializer/metricscompression/fx-otel
|
heroku-agent | linux | amd64 | +1, -0
+github.com/DataDog/datadog-agent/comp/serializer/metricscompression/fx-otel
|
serverless | linux | amd64 | +3, -0
+github.com/DataDog/datadog-agent/comp/serializer/metricscompression/fx-otel
+github.com/DataDog/datadog-agent/comp/serializer/metricscompression/impl
+github.com/DataDog/datadog-agent/pkg/util/compression/impl-zlib
|
serverless | linux | arm64 | +3, -0
+github.com/DataDog/datadog-agent/comp/serializer/metricscompression/fx-otel
+github.com/DataDog/datadog-agent/comp/serializer/metricscompression/impl
+github.com/DataDog/datadog-agent/pkg/util/compression/impl-zlib
|
Use this command from test-infra-definitions to manually test this PR changes on a VM:
inv aws.create-vm --pipeline-id=56413251 --os-family=ubuntu
Note: This applies to commit 480715c1
Comparison with ancestor 7465d64353f8b6f23eeb23c068e48d3a1d6f446a
⚠️ Warning
Please find below the results from static quality gates
Metrics dashboard
Target profiles
Run ID: ebc31806-5215-4757-a2c0-5acd12d8c89f
Baseline: 7465d64353f8b6f23eeb23c068e48d3a1d6f446a Comparison: 480715c1247cb18c1fe4c78c060a552ca67c12f8 Diff
✅ Passed. All Quality Gates passed.
Need inv tidy
and fix linters
/merge
View all feedbacks in Devflow UI.
2025-02-20 14:11:34 UTC
:information_source: Start processing command /merge
2025-02-20 14:11:38 UTC
:information_source: MergeQueue: pull request added to the queue
The median merge time in main
is 34m.
2025-02-20 14:40:33 UTC
:information_source: MergeQueue: This merge request was merged
What does this PR do?
The PR does the following
After adding serializerexporter to the ocb build, we can use it in the collector configuration.
Motivation
We want to use serializerexporter for sending metrics in OSS DD exporter.
Describe how you validated your changes
Possible Drawbacks / Trade-offs
Additional Notes