Hector Hernandez
Hector Hernandez
We are working on enabling usage of OpenTelemetry SDK internally in Application Insights SDK that will be in preview soon, MongoDB 4 is currently supported as experimental in [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-mongodb)
Thanks for reporting this @guy-microsoft this is definitely really interesting, we are not aware of any performance issues with latest version of the SDK, is there any reproducible environment you...
@guy-microsoft we fixed some issues with memory leaks when live metrics is enabled, and we did a lot of perf profiling to understand impact in normal circumstances, we found a...
@nonoxp, @guy-microsoft let us know how it goes, this is not a wide issue affecting everyone, we tested using Azure Storage, Azure Datatable SDKs and Redis calls, and performance was...
@PhantomRay can you double check that class "AzureApplicationInsightLogger"? I don't believe that one is coming from this SDK
Thanks for reporting the issue @MuhamedSalihSeyedIbrahim, all custom dimensions are send as strings by the SDK, not sure how we can fix this on SDK side, maybe a bug in...
We are working on new version of the SDK using OpenTelemetry internally, you should be able to use fastify instrumentation library when this is available, https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node
@asklar the SDK handles most common scenario, we expose APIs for any specific scenarios that customers may have, trackException accepts properties map that can be used to store any custom...
What kind of Errors do you want to track?, if you extend Error class, the SDK must be able to handle it correctly using "instanceof", let me know if this...
@guy-microsoft we fixed several issues with automatic dependency tracking in Azure SDK and must be available in latest version of the SDK, can you explain a little bit more about...