[crashtracker] Remove Telemetry check#8677
Conversation
This comment has been minimized.
This comment has been minimized.
andrewlock
left a comment
There was a problem hiding this comment.
This only applies to crashes I guess, are we supposed to have similar behvaiour for "standard" error tracking in the libraries? 🤔 Or is "only crashes" correct?
@andrewlock yes it crashes only: at some point we will decommision "crashes through telemetry"
I do not think so, at least not now |
BenchmarksBenchmark execution time: 2026-06-03 10:53:51 Comparing candidate commit dac4956 in PR branch Found 0 performance improvements and 1 performance regressions! Performance is the same for 71 metrics, 0 unstable metrics, 59 known flaky benchmarks, 67 flaky benchmarks without significant changes.
|
Execution-Time Benchmarks Report ⏱️Execution-time results for samples comparing This PR (8677) and master. ✅ No regressions detected - check the details below Full Metrics ComparisonFakeDbCommand
HttpMessageHandler
Comparison explanationExecution-time benchmarks measure the whole time it takes to execute a program, and are intended to measure the one-off costs. Cases where the execution time results for the PR are worse than latest master results are highlighted in **red**. The following thresholds were used for comparing the execution times:
Note that these results are based on a single point-in-time result for each branch. For full results, see the dashboard. Graphs show the p99 interval based on the mean and StdDev of the test run, as well as the mean value of the run (shown as a diamond below the graph). Duration chartsFakeDbCommand (.NET Framework 4.8)gantt
title Execution time (ms) FakeDbCommand (.NET Framework 4.8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8677) - mean (74ms) : 71, 77
master - mean (73ms) : 70, 77
section Bailout
This PR (8677) - mean (79ms) : 75, 83
master - mean (78ms) : 74, 82
section CallTarget+Inlining+NGEN
This PR (8677) - mean (1,111ms) : 1056, 1166
master - mean (1,103ms) : 1055, 1151
FakeDbCommand (.NET Core 3.1)gantt
title Execution time (ms) FakeDbCommand (.NET Core 3.1)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8677) - mean (117ms) : 111, 122
master - mean (117ms) : 112, 123
section Bailout
This PR (8677) - mean (117ms) : 112, 121
master - mean (115ms) : 111, 119
section CallTarget+Inlining+NGEN
This PR (8677) - mean (793ms) : 765, 822
master - mean (793ms) : 769, 817
FakeDbCommand (.NET 6)gantt
title Execution time (ms) FakeDbCommand (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8677) - mean (101ms) : 98, 104
master - mean (102ms) : 99, 105
section Bailout
This PR (8677) - mean (102ms) : 99, 105
master - mean (103ms) : 100, 105
section CallTarget+Inlining+NGEN
This PR (8677) - mean (952ms) : 908, 996
master - mean (955ms) : 920, 990
FakeDbCommand (.NET 8)gantt
title Execution time (ms) FakeDbCommand (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8677) - mean (102ms) : 97, 107
master - mean (101ms) : 95, 108
section Bailout
This PR (8677) - mean (101ms) : 98, 104
master - mean (101ms) : 97, 106
section CallTarget+Inlining+NGEN
This PR (8677) - mean (822ms) : 790, 853
master - mean (819ms) : 785, 854
HttpMessageHandler (.NET Framework 4.8)gantt
title Execution time (ms) HttpMessageHandler (.NET Framework 4.8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8677) - mean (197ms) : 192, 202
master - mean (198ms) : 192, 203
section Bailout
This PR (8677) - mean (201ms) : 197, 205
master - mean (202ms) : 196, 208
section CallTarget+Inlining+NGEN
This PR (8677) - mean (1,200ms) : 1152, 1247
master - mean (1,203ms) : 1157, 1249
HttpMessageHandler (.NET Core 3.1)gantt
title Execution time (ms) HttpMessageHandler (.NET Core 3.1)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8677) - mean (285ms) : 279, 290
master - mean (287ms) : 280, 293
section Bailout
This PR (8677) - mean (285ms) : 279, 290
master - mean (288ms) : 281, 294
section CallTarget+Inlining+NGEN
This PR (8677) - mean (964ms) : 947, 980
master - mean (964ms) : 945, 982
HttpMessageHandler (.NET 6)gantt
title Execution time (ms) HttpMessageHandler (.NET 6)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8677) - mean (278ms) : 271, 285
master - mean (277ms) : 271, 284
section Bailout
This PR (8677) - mean (278ms) : 274, 282
master - mean (277ms) : 271, 283
section CallTarget+Inlining+NGEN
This PR (8677) - mean (1,158ms) : 1115, 1200
master - mean (1,158ms) : 1124, 1193
HttpMessageHandler (.NET 8)gantt
title Execution time (ms) HttpMessageHandler (.NET 8)
dateFormat x
axisFormat %Q
todayMarker off
section Baseline
This PR (8677) - mean (278ms) : 270, 285
master - mean (276ms) : 270, 283
section Bailout
This PR (8677) - mean (276ms) : 269, 282
master - mean (276ms) : 270, 281
section CallTarget+Inlining+NGEN
This PR (8677) - mean (1,034ms) : 996, 1071
master - mean (1,036ms) : 993, 1078
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
80c4393 to
fb3b169
Compare
Summary of changes
Try sending crashreport even if telemetry is not present.
Reason for change
As of today, crash reports are sent to telemetry endpoint AND errors intake. Even if telemetry is not enabled, we should try sending the crash report, it will go through errors intake path.
Implementation details
Remove telemetry check
Test coverage
Other details