https://signoz.io logo
Title
d

Danish Kazi

03/16/2023, 9:28 AM
Is there auto-instrumentation support available for dotnet apps running in k8s?
d

Danish Kazi

03/17/2023, 7:31 AM
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

Vishal Sharma

03/17/2023, 10:09 AM
@Danish Kazi Unfortunately, The minimal supported version of .NET Framework is
4.6.2
.
d

Danish Kazi

03/17/2023, 12:16 PM
@Vishal Sharma so auto instrumentation will not work with dotnet 3.1?
v

Vishal Sharma

03/17/2023, 1:34 PM
Otel dropped dotnet 3.1 support in Nov last year so I guess you can try using older otel instrumentation libraries.