【发布时间】:2020-04-06 18:49:38
【问题描述】:
我正在使用 Elastic APM 代理 (https://www.elastic.co/guide/en/apm/agent/dotnet/current/index.html) 来检测 ASP.NET MVC 应用程序。我添加了 nuget 包并在 web.config 中添加了模块条目。 我能够在 Kibana APM 选项卡中获取数据,并很好地显示每次调用所花费的时间。 (见下面的截图)。
Mu 问题是:如何深入了解每个调用以查看堆栈空间中的时间花在哪里?有什么我遗漏的吗?
【问题讨论】:
标签: asp.net .net instrumentation apm elastic-apm