-
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 62.19% 62.13% -0.06%
==========================================
Files 141 141
Lines 12622 12622
Branches 1650 1650
==========================================
- Hits 7850 7843 -7
- Misses 4045 4053 +8
+ Partials 727 726 -1 see 2 files 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-22 11:54:36 Comparing candidate commit 825104a in PR branch Found 9 performance improvements and 6 performance regressions! Performance is the same for 179 metrics, 0 unstable metrics. scenario:ComposerTelemetryBench/benchTelemetryParsing
scenario:MessagePackSerializationBench/benchMessagePackSerialization
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
scenario:SamplingRuleMatchingBench/benchRegexMatching2
scenario:SamplingRuleMatchingBench/benchRegexMatching3
scenario:SamplingRuleMatchingBench/benchRegexMatching4
scenario:SpanBench/benchOpenTelemetryAPI
scenario:TraceSerializationBench/benchSerializeTrace
|
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
e5a8967
to
4deea57
Compare
Co-authored-by: Gustavo Lopes <[email protected]>
e2c597b
to
b66e5b7
Compare
Description
Reviewer checklist