Vishwesh Bankwar

Results 46 issues of Vishwesh Bankwar

1) Move to minimal hosting model 2) Combine multiple apps into one by targeting multiple tfms in single app.

Follow up to #3490 ## Changes Please provide a brief description of the changes here. For significant contributions please make sure you have completed the following items: * [x] Appropriate...

Towards #3495 . ## Changes This change will enable diagnostic source event subscription for asp.net core for the specified list of events. Assumption: ASP.NET Core library is using the [best...

# Instrumentation libraries improvements ## Subscribing to DiagnosticSource events Instrumentation libraries subscribe to the diagnostic source events by looking at event names that ends with Start, Stop, Exception etc [ref](https://github.com/open-telemetry/opentelemetry-dotnet/blob/6f2b1a0b3412f2860d065c81b058441977927584/src/OpenTelemetry/DiagnosticSourceInstrumentation/DiagnosticSourceListener.cs#L52-L67)....

enhancement

If the exception thrown during request processing is handled using Exception Handler middleware, the exception is currently recorded by the instrumentation. However, this does not match with the definition of...

bug

Starting `.NET7.0` ASP.NET Core and HttpClient libraries will create activities using `ActivitySource`. However, utilizing this feature will result in loss of information about the instrumentation library and version on the...

enhancement

This is a initial PR for Statsbeat collection. The idea is to use OTel metric SDK with Azure Monitor exporter to export statsbeat metrics to Application Insights. There are two...

Monitor - Exporter

Fixes #. ## Changes Please provide a brief description of the changes here. For significant contributions please make sure you have completed the following items: * [ ] Appropriate `CHANGELOG.md`...

Fixes [3112](https://github.com/open-telemetry/opentelemetry-dotnet/issues/3112) ## Changes Please provide a brief description of the changes here. For significant contributions please make sure you have completed the following items: * [x] Appropriate `CHANGELOG.md` updated...

comp:instrumentation.AspNet