Christian Weiss

Results 88 comments of Christian Weiss

Just curious, what would be a use-case for this? Because normally it's the other way around - Service Fabric has to listen to the result of these health checks to...

I'd also like to know how to properly do this with dependency injection in ASP.NET Core. I'm currently using the following code: ```csharp // invoker should be singleton according to...

OpenTelemetry is a successor of OpenTracing. It is a merger of OpenTracing and OpenCensus. Use OpenTelemetry if it already fits your requirements. https://cloudblogs.microsoft.com/opensource/2019/05/23/announcing-opentelemetry-cncf-merged-opencensus-opentracing/

OK - I just wouldn't invest too much time in this library. If you run into issues/things you don't like with this, I'd try to switch to OpenTelemetry. There's not...

> What does this actually mean for the Jaeger C Sharp client? The only reason I'm using OpenTracing is because that's what the Jaeger C Sharp client uses. I assume...

Hi. I don't have any experience with SignalR so I don't know if & how it can be instrumented. Could you point me to some instrumentaion-code in the SignalR code?

Thank you for the link! I've done some quick research as well and I've seen that they introduced "[Hub filters](https://docs.microsoft.com/en-us/aspnet/core/signalr/hub-filters?view=aspnetcore-5.0)" with ASP.NET Core 5.0. This seems to be the same...

You could move the sampling to this library by ignoring requests based on an algorithm. Starting with v0.7.0 this libary does no longer create any child spans (EF Core, SQL,...

Hi @yuleyule66. Thanks for trying this library! Let me address your questions: > I want to add some extensions to OpenTracing.Contrib.NetCore, but some classes like DiagnosticListenerObserver are defined as internal,...