Disable async probe#3248
Merged
Merged
Conversation
This comment has been minimized.
This comment has been minimized.
OmerRaviv
approved these changes
Sep 22, 2022
OmerRaviv
left a comment
Collaborator
There was a problem hiding this comment.
LGTM. Hoping we can bring this feature back soon :)
andrewlock
approved these changes
Sep 23, 2022
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
OmerRaviv
force-pushed
the
dudik/disable-async-probes
branch
from
September 23, 2022 22:09
af094ca to
56837c7
Compare
Member
Benchmarks Report 🐌Benchmarks for #3248 compared to master:
The following thresholds were used for comparing the benchmark speeds:
Allocation changes below 0.5% are ignored. Benchmark detailsBenchmarks.Trace.AgentWriterBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.AppSecBodyBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.AspNetCoreBenchmark - Unknown 🤷 Same allocations ✔️Raw results
Benchmarks.Trace.DbCommandBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.ElasticsearchBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.GraphQLBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.HttpClientBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.ILoggerBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.Log4netBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.NLogBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.RedisBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.SerilogBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.SpanBenchmark - Same speed ✔️ Same allocations ✔️Raw results
Benchmarks.Trace.TraceAnnotationsBenchmark - Same speed ✔️ Same allocations ✔️Raw results
|
Member
Code Coverage Report 📊
View the full report for further details: Datadog.Trace Breakdown
|
| master | #3248 | Change | |
|---|---|---|---|
| Lines % | 72% |
71% |
-1% |
| Branches % | 69% |
68% |
-1% |
| Complexity | 16547 |
16547 |
0 ✔️ |
The following classes have significant coverage changes.
| File | Line coverage change | Branch coverage change | Complexity change |
|---|---|---|---|
| Datadog.Trace.Debugger.Instrumentation.AsyncMethodDebuggerInvoker | -87% ⛔ |
-65% ⛔ |
0 ✔️ |
| Datadog.Trace.Debugger.Helpers.AsyncHelper | -84% ⛔ |
-68% ⛔ |
0 ✔️ |
| Datadog.Trace.Debugger.Instrumentation.AsyncMethodDebuggerState | -50% ⛔ |
0% ✔️ |
0 ✔️ |
| Datadog.Trace.Debugger.Snapshots.ExceptionSnapshotSerializerFieldsAndPropsSelector | -44% ⛔ |
0% ✔️ |
0 ✔️ |
| Datadog.Trace.Debugger.Instrumentation.MethodMetadataInfoFactory | -27% ⛔ |
0% ✔️ |
0 ✔️ |
View the full reports for further details:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of changes
We are disabling async probes feature for now because we have an issue in certain case when we customer code is running in optimize build