gpt4 book ai didi

azure - 在 Azure Application Insights 中查看错误响应文本

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

我有 asp.net core 2.1 应用程序,使用应用程序洞察 nuget:

<PackageReference Include="Microsoft.AspNetCore.ApplicationInsights.HostingStartup" 
Version="2.1.1" />

在 azure 门户中,我可以看到失败的请求和端到端事务详细信息,例如:

enter image description here

是否可以看到更具描述性的响应文本,或者我需要手动记录它?

另外,对于失败的 POST 请求,我想记录发布的数据

最佳答案

Application Insights SDK 不会自动收集响应正文或 Post 参数,但您可以编写 TelemetryInitializers 来添加您想要收集的任何其他属性。只要您可以访问 POST 参数或正文或任何内容 - 您可以将其附加到 RequestTelemetry

需要注意的是,您可能无法两次读取响应正文,因此您将无法通过 TelemetryInitializer 将其添加到 RequestTelemetry 中。在这些情况下,请尝试以下答案:

https://github.com/Microsoft/ApplicationInsights-aspnetcore/issues/686#issuecomment-388425295

关于azure - 在 Azure Application Insights 中查看错误响应文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51387725/

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