Closed
Description
openedon Apr 9, 2024
Library name and version
Azure.Monitor.OpenTelemetry.AspNetCore 1.2.0-beta.2
Query/Question
When I enable telemetry by doing
services.AddOpenTelemetry().UseAzureMonitor();
, my application outputs a bunch of logs from the Azure.*
namespace (Azure.Identity
for example) that were not previously output.
I know I can configure the log level but I'd like to know what UseAzureMonitor
does underneath that enables extra logging, so that my app doesn't generate an excessive amount of logs going forward.
Environment
OS: Windows
.Net: 8.0.202
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
This issue points to a problem in the data-plane of the library.Monitor OpenTelemetry DistroWorkflow: This issue is responsible by Azure service team.This issue requires a change to an existing behavior in the product in order to be resolved.Issues that are reported by GitHub users external to the Azure organization.Workflow: This issue needs attention from Azure service team or SDK team