-
Notifications
You must be signed in to change notification settings - Fork 13
ekump/APMSP-2155 create metrics module for exporter #1143
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
base: main
Are you sure you want to change the base?
Conversation
…n into smaller ones
BenchmarksComparisonBenchmark execution time: 2025-07-14 23:01:47 Comparing candidate commit 8555bbb in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 52 metrics, 2 unstable metrics. CandidateCandidate benchmark detailsGroup 1
Group 2
Group 3
Group 4
Group 5
Group 6
Group 7
Group 8
Group 9
Group 10
Group 11
Group 12
Group 13
BaselineOmitted due to size. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## ekump/APMSP-2153-break-up-large-trace-exporter-functions #1143 +/- ##
=========================================================================================
Coverage 71.22% 71.23%
=========================================================================================
Files 344 345 +1
Lines 52701 52730 +29
=========================================================================================
+ Hits 37537 37560 +23
- Misses 15164 15170 +6
🚀 New features to boost your workflow:
|
Artifact Size Benchmark Reportaarch64-alpine-linux-musl
aarch64-unknown-linux-gnu
libdatadog-x64-windows
libdatadog-x86-windows
x86_64-alpine-linux-musl
x86_64-unknown-linux-gnu
|
c0809ff
to
8555bbb
Compare
/merge |
View all feedbacks in Devflow UI.
This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals.
edmund.kump@datadoghq.com unqueued this merge request |
/merge -c |
View all feedbacks in Devflow UI.
|
/merge |
View all feedbacks in Devflow UI.
This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals.
edmund.kump@datadoghq.com unqueued this merge request |
/merge -c |
View all feedbacks in Devflow UI.
|
What does this PR do?
Moves the metrics emission for the Trace Exporter to a separate file. No functionality should change.
Motivation
An iterative step to refactor the Trace Exporter into smaller sub modules.
Additional Notes
Anything else we should know when reviewing?
How to test the change?
A couple of new unit tests added, but existing ones still apply and haven't changed.