gpt4 book ai didi

azure - Azure 上的 SqlClient 跟踪

转载 作者:行者123 更新时间:2023-12-03 03:39:59 24 4
gpt4 key购买 nike

如何在 Azure 上启用和查看 SqlClient 跟踪?我有一个托管在 Azure 上的 Web 应用程序,它使用 SqlClient。我知道我们可以使用 XPerf/PerfView 来收集和查看跟踪。但我不确定当 Web 应用程序托管在 Azure 应用程序服务上时如何使用它。

最佳答案

如果它是一个网络应用程序,您可以使用 Application Insights跟踪使用 SqlClient 进行的调用。这些调用会按照描述自动收集 here 。请注意,为了进行完整的 SQL 查询跟踪,您需要选择此功能,如 here 中所述。 :

services.ConfigureTelemetryModule<DependencyTrackingTelemetryModule>((module, o) => { module. EnableSqlCommandTextInstrumentation = true; });

作为奖励,您可以获得有关应用程序工作、性能和故障的详细见解。

关于azure - Azure 上的 SqlClient 跟踪,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71674740/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com