We need to monitor Azure API Management self-hosted gateway and get all the traces. The gateway is AKS container with image mcr.microsoft.com/azure-api-management/gateway:v2. Inside is .NET application with
/app $ dotnet --info
Host:
Version: 6.0.26
Architecture: x64
Commit: dc45e96840
.NET runtimes installed:
Microsoft.AspNetCore.App 6.0.26 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 6.0.26 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
We would expect to monitor it the same way as any other .NET application, but we dont catch any BT or traces.
Also we inject following env
- name: CORECLR_PROFILER
value: "{57e1aa68-2229-41aa-9931-a6e93bbc64d8}"
- name: CORECLR_ENABLE_PROFILING
value: "1"
- name: CORECLR_PROFILER_PATH
value: "/opt/appdynamics-dotnetcore/libappdprofiler.so"
- name: LD_DEBUG
value: all
- name: LD_LIBRARY_PATH
value: /opt/appdynamics-dotnetcore/dotnet
- name: IIS_VIRTUAL_APPLICATION_PATH
value: "/"
Please help.
Hi @David.Machacek,
I noticed the Community has not yet jumped in to help. Did you happen to make any new discoveries or find a solution you could share?
If you have not, you can always contact AppD Support. How do I submit a Support ticket? An FAQ
If you do contact Support, it would be awesome if you came back and shared any learnings or outcomes here as a reply.