opentelemetry-dotnet icon indicating copy to clipboard operation
opentelemetry-dotnet copied to clipboard

AspNetCore/Http Instrumentation to leverage native Activity Status.

Open Yun-Ting opened this issue 3 years ago • 1 comments

Related to https://github.com/open-telemetry/opentelemetry-dotnet/issues/3118

Yun-Ting avatar Aug 05 '22 19:08 Yun-Ting

Codecov Report

Merging #3555 (873cb04) into main (b8385a8) will increase coverage by 0.13%. The diff coverage is 63.63%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3555      +/-   ##
==========================================
+ Coverage   87.23%   87.37%   +0.13%     
==========================================
  Files         278      278              
  Lines       10083    10082       -1     
==========================================
+ Hits         8796     8809      +13     
+ Misses       1287     1273      -14     
Impacted Files Coverage Δ
...tp/Implementation/HttpHandlerDiagnosticListener.cs 72.34% <42.85%> (-0.30%) :arrow_down:
src/OpenTelemetry.Api/Internal/SpanHelper.cs 100.00% <100.00%> (ø)
...tation.AspNetCore/Implementation/HttpInListener.cs 89.87% <100.00%> (ø)
src/OpenTelemetry/Logs/Pool/LogRecordSharedPool.cs 78.94% <0.00%> (-21.06%) :arrow_down:
...ZPages/Implementation/ZPagesExporterEventSource.cs 56.25% <0.00%> (-6.25%) :arrow_down:
...ter.ZPages/Implementation/ZPagesActivityTracker.cs 97.14% <0.00%> (-2.86%) :arrow_down:
src/OpenTelemetry/BatchExportProcessor.cs 82.24% <0.00%> (-1.87%) :arrow_down:
...Telemetry/Internal/SelfDiagnosticsEventListener.cs 97.65% <0.00%> (+0.78%) :arrow_up:
...tpListener/Internal/PrometheusCollectionManager.cs 80.48% <0.00%> (+2.43%) :arrow_up:
...metryProtocol/Implementation/ActivityExtensions.cs 94.50% <0.00%> (+3.29%) :arrow_up:
... and 3 more

codecov[bot] avatar Aug 05 '22 22:08 codecov[bot]

please add changelog entry too

Updated http and aspnetcore instrumentation changelogs.

Yun-Ting avatar Aug 10 '22 00:08 Yun-Ting