-
Notifications
You must be signed in to change notification settings - Fork 167
Add new function to add endpoint #3381
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: master
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3381 +/- ##
=======================================
Coverage 61.73% 61.74%
=======================================
Files 141 141
Lines 12481 12481
Branches 1630 1630
=======================================
+ Hits 7705 7706 +1
+ Misses 4055 4054 -1
Partials 721 721 see 1 file with indirect coverage changes Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Benchmarks [ tracer ]Benchmark execution time: 2025-10-20 12:25:47 Comparing candidate commit 04332f1 in PR branch Found 26 performance improvements and 21 performance regressions! Performance is the same for 145 metrics, 2 unstable metrics. scenario:ContextPropagationBench/benchExtractHeaders128Bit
scenario:EmptyFileBench/benchEmptyFileBaseline-opcache
scenario:EmptyFileBench/benchEmptyFileDdprof
scenario:HookBench/benchHookOverheadInstallHookOnFunction
scenario:HookBench/benchHookOverheadInstallHookOnFunction-opcache
scenario:HookBench/benchHookOverheadInstallHookOnMethod
scenario:HookBench/benchHookOverheadInstallHookOnMethod-opcache
scenario:HookBench/benchHookOverheadTraceFunction
scenario:HookBench/benchHookOverheadTraceFunction-opcache
scenario:HookBench/benchHookOverheadTraceMethod
scenario:HookBench/benchHookOverheadTraceMethod-opcache
scenario:LaravelBench/benchLaravelDdprof
scenario:LaravelBench/benchLaravelDdprof-opcache
scenario:LaravelBench/benchLaravelOverhead
scenario:LaravelBench/benchLaravelOverhead-opcache
scenario:LogsInjectionBench/benchLogsInfoInjection
scenario:LogsInjectionBench/benchLogsInfoInjection-opcache
scenario:LogsInjectionBench/benchLogsNullBaseline-opcache
scenario:LogsInjectionBench/benchLogsNullInjection
scenario:LogsInjectionBench/benchLogsNullInjection-opcache
scenario:MessagePackSerializationBench/benchMessagePackSerialization-opcache
scenario:PDOBench/benchPDOOverhead
scenario:PDOBench/benchPDOOverhead-opcache
scenario:PDOBench/benchPDOOverheadWithDBM
scenario:PDOBench/benchPDOOverheadWithDBM-opcache
scenario:PHPRedisBench/benchRedisOverhead
scenario:PHPRedisBench/benchRedisOverhead-opcache
scenario:SamplingRuleMatchingBench/benchRegexMatching1-opcache
scenario:SamplingRuleMatchingBench/benchRegexMatching3-opcache
scenario:SamplingRuleMatchingBench/benchRegexMatching4-opcache
scenario:SpanBench/benchOpenTelemetryAPI
scenario:SpanBench/benchOpenTelemetryAPI-opcache
scenario:SymfonyBench/benchSymfonyDdprof
scenario:SymfonyBench/benchSymfonyDdprof-opcache
scenario:SymfonyBench/benchSymfonyOverhead
scenario:SymfonyBench/benchSymfonyOverhead-opcache
scenario:TraceAnnotationsBench/benchTraceAnnotationOverhead
scenario:TraceAnnotationsBench/benchTraceAnnotationOverhead-opcache
scenario:TraceSerializationBench/benchSerializeTrace
scenario:WordPressBench/benchWordPressDdprof
scenario:WordPressBench/benchWordPressDdprof-opcache
scenario:WordPressBench/benchWordPressOverhead
scenario:WordPressBench/benchWordPressOverhead-opcache
|
96601ba
to
791f8e7
Compare
@@ -0,0 +1,13 @@ | |||
--TEST-- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ignore this file
components-rs/crashtracker.h
Outdated
|
||
|
||
|
||
typedef enum ddog_crasht_CrashInfoBuilder_NewResult_Tag { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file got autogenerated
"backtrace", | ||
"blazesym", | ||
"cc", | ||
"cc_utils", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This got removed automatically. Not sure why
} | ||
); | ||
|
||
if (!\DDTrace\are_endpoints_collected()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be adapted. Just an idea of how it will be used
f5413d6
to
e1212be
Compare
1a9903d
to
e1212be
Compare
Co-authored-by: Gustavo Lopes <[email protected]>
086f86d
to
db596ad
Compare
e5a8967
to
4deea57
Compare
Description
Reviewer checklist