You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How will this change existing functionality?
The functionality should be the same; i.e. telemetry and logs should still be sent to Application Insight.
How will this improvement affect the current Threat Model?
Will possibly improve the Threat Model, since the opencensus package seem to introduce a dependency on gcc that has some vulnerabilities.
"After July 31st, 2023, the OpenCensus project will no longer be maintained. This means that there will be no new features added to the project, and any security vulnerabilities that are found will not be patched." - https://opentelemetry.io/blog/2023/sunsetting-opencensus/
The text was updated successfully, but these errors were encountered:
It seems like this SDK for Python is not quite mature yet. After some investigations and trials, I experienced it being slow to start the application, and sometimes not starting at all. When I Ctrl+C it looked like it was interrupted at some if lock.acquire(block, timeout) in a thread. Could be related to our threads, or something going on within the configure_azure_monitor() function (with and without arguments) which I tried to run at startup.
I also got Exception in detector <opentelemetry.resource.detector.azure.vm.AzureVMResourceDetector object at 0x1318b1e20>, ignoring and I could not find good explanations of this in the documentations / forums.
Describe the improvement you would like to see
Migrate from OpenCensus to OpenTelemetry, as the former is deprecated.
Reference and migration guide: https://learn.microsoft.com/en-us/azure/azure-monitor/app/opentelemetry-python-opencensus-migrate?tabs=aspnetcore
How will this change existing functionality?
The functionality should be the same; i.e. telemetry and logs should still be sent to Application Insight.
How will this improvement affect the current Threat Model?
Will possibly improve the Threat Model, since the opencensus package seem to introduce a dependency on gcc that has some vulnerabilities.
"After July 31st, 2023, the OpenCensus project will no longer be maintained. This means that there will be no new features added to the project, and any security vulnerabilities that are found will not be patched." - https://opentelemetry.io/blog/2023/sunsetting-opencensus/
The text was updated successfully, but these errors were encountered: