#App Insights vs Azure Monitor (OpenTelemetry)

1 messages · Page 1 of 1 (latest)

prime nymph
#

I am wanting to know what the difference is here, I was reading this document here. and was just trying to make sure I was understanding this correctly.

From my understanding this is just a different way of monitoring and logging based on the OpenTelemetry standard?

This article provides guidance on how to migrate .NET applications from the Application Insights Classic API SDKs to Azure Monitor OpenTelemetry.

fiery aurora
# prime nymph I am wanting to know what the difference is here, I was reading this document [h...

This article provides guidance on how to migrate .NET applications from the Application Insights Classic API SDKs to Azure Monitor OpenTelemetry.

prime nymph
#

Gotcha so it's not that people shouldn't use the App insights package and migrate to the monitor one it's just another way of sending logs?

fiery aurora
#

Personal opinion time: Due to the current limitations of the OpenTelemetry logs, and also due to the pretty full featured App Insights tooling, I personally believe that App Insights is still the best place for application logging and analysis.

prime nymph
#

Thanks for the insight endup leaning that way.