Open BennoWingender opened 2 months ago
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @hectorhdzg @jeremydvoss @lzchen.
Thank you for reaching out to us! We appreciate your interest in improving our documentation.
When an English page is updated on the Microsoft Learn platform, it can take up to a couple of weeks for our Localization team to sync the changes across all 20+ languages.
I've filed feedback for the page on your behalf. For more information on how to do this, see https://aka.ms/ContentUserFeedback.
I've also filed an internal work item with our Localization team to investigate further. For internal tracking, the work item is https://dev.azure.com/ceapex/CEINTL/_workitems/edit/989139.
In the Documentation of Microsoft OpenTelemetry-Exporter für Azure Monitor
https://learn.microsoft.com/de-de/python/api/overview/azure/monitor-opentelemetry-exporter-readme?view=azure-python-preview
The imports: from opentelemetry.sdk._logs import ( LoggerProvider, LoggingHandler, set_logger_provider, ) Should be: from opentelemetry._logs import set_logger_provider from opentelemetry.sdk._logs import ( LoggerProvider, LoggingHandler, )
This is correct in english version already.