You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/10/14 06:40:35 UTC

[GitHub] [pulsar-dotpulsar] ZamTheman opened a new issue #91: Usage of System.Diagnostics.DiagnosticsSource (5.0.1) break Azure Insights

ZamTheman opened a new issue #91:
URL: https://github.com/apache/pulsar-dotpulsar/issues/91


   After implementing the package in our project the Azure Insights stopped working. After some investigations there seems to be known known conflict when using System.Diagnostics.DiagnosticsSource.
   I tested with a poc app and when bringing in just that dll (5.0.1) the insights directly stopped working in Azure.
   
   See: https://docs.microsoft.com/en-us/azure/azure-monitor/app/status-monitor-v2-troubleshoot
   
   Would it be possible to remove that dependancy?
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-dotpulsar] blankensteiner commented on issue #91: Usage of System.Diagnostics.DiagnosticsSource (5.0.1) break Azure Insights

Posted by GitBox <gi...@apache.org>.
blankensteiner commented on issue #91:
URL: https://github.com/apache/pulsar-dotpulsar/issues/91#issuecomment-946122482


   Hi @ZamTheman. It's very unfortunate that Microsoft creates Azure Insights and System.Diagnostics.DiagnosticsSource and make it the user's problem when they can't coexist. I can't imagine that Microsoft thinks that is a viable long-term solution, since they are themselves contributing to the OpenTelemetry project that is using those APIs.
   I think you need to compile your own version of DotPulsar without the tracing or (if even possible) look into options working with OpenTelemetry (Prometheus, Jaeger, and so on) since more and more packages will provide instrumentation using the API in System.Diagnostics.DiagnosticsSource.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-dotpulsar] blankensteiner closed issue #91: Usage of System.Diagnostics.DiagnosticsSource (5.0.1) break Azure Insights

Posted by GitBox <gi...@apache.org>.
blankensteiner closed issue #91:
URL: https://github.com/apache/pulsar-dotpulsar/issues/91


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org