Rajkumar Rangaraj

Results 17 issues of Rajkumar Rangaraj

# Feature Request **Is your feature request related to a problem?** OpenTelemetry .NET Auto-Instrumentation **dynamically loads** OpenTelemetry .NET SDK and its instrumentation to user process and helps collect telemetry from...

enhancement

# Bug Report ## Symptom **Describe the bug** 2022-07-22T16:09:17.8886959Z:Unknown error processing event '{1}' from handler '{0}', Exception: {2}{Microsoft.AspNetCore}{Microsoft.AspNetCore.Hosting.HttpRequestIn.Start}{System.IO.FileLoadException: Could not load file or assembly 'Microsoft.AspNetCore.Http.Features, Version=3.1.22.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'. Could not...

bug
blocked:sdk:1.4.0

DiagnosticSource Assembly Load Design Scope - .NET 6.0 - .NET 7.0-Preview Out of scope - .NET Core 3.1 - End of life on Dec 3rd, 2022 - .NET 5.0 -...

Creating this issue to track failure from test `IntegrationTests.SmokeTests.PrometheusExporter`. Yesterday there was a different exception. Error: [xUnit.net 00:00:34.85] IntegrationTests.SmokeTests.PrometheusExporter [FAIL] 16:22:12 [ERR] [xUnit.net 00:00:34.85] IntegrationTests.SmokeTests.PrometheusExporter [FAIL] 16:22:12 [DBG] Failed IntegrationTests.SmokeTests.PrometheusExporter...

Creating this PR to take feedback on the `OnMethodBegin` usage. **Scope:** Modify the `configure` delegate parameter in `AddLogging` method to include additional delegate with the help of `Delegate.Combine` functionality. ```...

Related to #33865 - Added 4 different public API in this PR. We need to select one or two from the list and discard remaining APIs. 1. `builder.Services.AddAzureMonitorOpenTelemetry()` 2. `builder.Services.AddAzureMonitorOpenTelemetry(AzureMonitorOpenTelemetryOptions?...

Monitor - Distro

Create a new document that covers the following details: - How OpenTelemetry Auto-Instrumentation interacts with applications that have existing references to OpenTelemetry SDK or Instrumentation libraries. - The role and...

documentation

### Problem Statement Auto-instrumentation for .NET applications currently relies on startup hooks, which are not supported by Ahead-of-Time (AOT) compiled applications. This lack of support for AOT-compiled apps is a...

## Overview Currently, the .NET Auto-Instrumentation lacks clear and detailed error messages that provide enough context for customers to understand the problem and take necessary actions to resolve it. This...

Should we include custom sdk flag for Logger. Reference: [opentelemetry-dotnet-instrumentation](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/tree/main)/[src](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/tree/main/src)/[OpenTelemetry.AutoInstrumentation](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/tree/main/src/OpenTelemetry.AutoInstrumentation)/[Logger](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/tree/main/src/OpenTelemetry.AutoInstrumentation/Logger)/LogBuilderExtensions.cs