Is there auto-instrumentation support available fo...
# support
d
Is there auto-instrumentation support available for dotnet apps running in k8s?
d
Hi @Vishal Sharma thank you for your response, does the dotnet auto instrumentation framework has a hard dependency on running apps on dotnet 6.0 ? my app in running in k8s and my app runs on dotnet 3.1
I am not getting any telemetry data on signoz, nor do I see any errors from the sidecar container
Also, I can see that all environment variables are correct and the autoinstrumentation executables are copied to my app container in k8s
v
@Danish Kazi Unfortunately, The minimal supported version of .NET Framework is
4.6.2
.
d
@Vishal Sharma so auto instrumentation will not work with dotnet 3.1?
v
Otel dropped dotnet 3.1 support in Nov last year so I guess you can try using older otel instrumentation libraries.