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?