microsoft / ApplicationInsights-Announcements

Subscribe to this repo to be notified about major changes in Application Insights.
38 stars 13 forks source link

https://github.com/microsoft/ApplicationInsights-Python #33

Open dalavayi opened 3 years ago

dalavayi commented 3 years ago

Hello, I just wanted to know if ApplicationInsights-Python module - https://github.com/microsoft/ApplicationInsights-Python , is being deprecated? Or can we still use it. We are trying to log custom events and metrics using this package, which seems to quite confusing when working with opencensus python sdk, please confirm if we can proceed with using this package, or are there any other packages with which we can log metrics and custom events along with the traces(logged usign open census). Thank you.

mattmccleary commented 3 years ago

The https://github.com/microsoft/ApplicationInsights-Python is not supported or maintained by Microsoft. We do not recommend you use it. Our supported Python offering is found at https://docs.microsoft.com/en-us/azure/azure-monitor/app/opencensus-python. I'm sorry to hear you're finding it confusing. OpenCensus is definitely a bit different than the traditional Application Insights API. Please don't hesitate to file an issue at https://github.com/census-instrumentation/opencensus-python/issues or open a support ticket.