Rajkumar Rangaraj
Rajkumar Rangaraj
Could one of you assist with a demo app that could replicate this issue?
> Could we remove the ones taking IConfiguration? Why are they needed.... If someone wants to use read the value from appSettings.json or environment variable this should help. Technically, they...
Updated PR description.
In the first beta version, we plan to include all 4 public APIs that have been proposed. However, we may choose to remove some of them after considering customer feedback...
> Opinion: `AddAzureMonitorOpenTelemetry` should have the same overloads and functionality as `AddApplicationInsightsTelemetry`, including the ability to use the `APPLICATIONINSIGHTS_CONNECTION_STRING ` env var. See [the docs](https://learn.microsoft.com/en-us/azure/azure-monitor/app/asp-net-core?tabs=netcorenew%2Cnetcore6). > >  > >...
The pull request and its description have been updated following the feedback. Now, we have implementation of these three public APIs 1.` builder.Services.AddAzureMonitorOpenTelemetry()` 2. `builder.Services.AddAzureMonitorOpenTelemetry(AzureMonitorOpenTelemetryOptions options)` 3. `builder.Services.AddAzureMonitorOpenTelemetry(Action configureAzureMonitorOpenTelemetry); `
@Kronos11 I started my work on this issue. Could you please provide a sample app for me to test it.
@Kronos11 Here are our CI bits from the PR - https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/suites/12008283502/artifacts/630686154. Could you please use this package and test if the logs are exported as expected? Thank you!
To resolve an issue, you have to either remove this package reference or update it to version 7.0.0: `` in the https://github.com/federicobarera/otel-auto-repro/blob/master/Dependencies/Dependencies.csproj. We are aware of the root cause of...
@federicobarera OpenTelemetry .NET SDK has reference to old version of `Microsoft.Extensions.Logging.Configuration`. Hence the usage of NuGet did not help. "OpenTelemetry/1.6.0": { "dependencies": { "Microsoft.Extensions.Logging.Configuration": "3.1.0", "OpenTelemetry.Api.ProviderBuilderExtensions": "1.6.0" }, "runtime": {...