Open telemetry logs are seen in Application insights
I am trying to send the open telemetry logs to Application insights, i was following the example provided here: azure-sdk-for-net/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/tests/Azure.Monitor.OpenTelemetry.Exporter.Demo/Logs/LogDemo.cs at main · Azure/azure-sdk-for-net · GitHub . I tried by creating a console application and debugging locally, but I do not see the logs in Application insights. Also I tried the same approach in Azure functions and debugged locally. But, I still do not see the logs from open telemetry logger. I am passing the connection string that we get in the Application insight resource. Please let me know if I am missing anything.
I am trying to send the open telemetry logs to Application insights, i was following the example provided here: azure-sdk-for-net/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/tests/Azure.Monitor.OpenTelemetry.Exporter.Demo/Logs/LogDemo.cs at main · Azure/azure-sdk-for-net · GitHub . I tried by creating a console application and debugging locally, but I do not see the logs in Application insights. Also I tried the same approach in Azure functions and debugged locally. But, I still do not see the logs from open telemetry logger. I am passing the connection string that we get in the Application insight resource. Please let me know if I am missing anything. Read More