1,104 questions
Service Fabric API profiling not capturing endpoint/controller calls
Ghosh, Debasis
1
Reputation point
Hello,
I'm using Visual Studio 2022 to profile an ASP.NET Core API which deployed into local Fabric Cluster (Windows 11, Visual Studio Professional 2022).
My Setup
- Two APIs, X1Api, X2Api (ASP.NET Core, .NET 8)
- Both deployed into local service fabric cluster (running via FabricHost)
- I have a React frontend is making calls to X1API → X2 API→SQL Server.
- No API controller method or endpoint specific showing in call tree during profiling from Visual Studio (Debug --> Performance Profiler).
Can you please help me to correct way to profiling APIs running under local Service Fabric with Visual Studio 2022?
Thanks in advance.
Deb
Developer technologies | Visual Studio | Debugging
Sign in to answer