gpt4 book ai didi

azure - RequestTelemetry 上下文中的 Application Insights 设置用户未显示在事件详细信息中

转载 作者:行者123 更新时间:2023-12-05 00:58:03 25 4
gpt4 key购买 nike

我正在使用 Application Insights 来跟踪我的应用程序的使用情况。在我的服务层中,我使用 App Insights API 手动跟踪请求和异常,并禁用了默认的遥测初始值设定项和跟踪请求和异常的模块集,以支持基于我正在使用的框架的某些自定义检测。但是,当我手动跟踪这样的请求时,我在 Application Insights 仪表板上的请求详细信息中看不到任何用户信息。

演示我遇到的问题的简化版本:

Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration.Active
.InstrumentationKey = "<InstrumentationKey>";
var tc = new TelemetryClient();
var request = new RequestTelemetry();
request.Context.User.Id = "1234";
request.Name = "Test Request";
tc.TrackRequest(request);

编辑 2015 年 11 月 30 日

这是应用程序洞察门户中的一个错误。现已解决。

最佳答案

它应该可以工作。我们正在调查这个问题。

我在这里创建了一个问题: https://github.com/Microsoft/ApplicationInsights-dotnet/issues/111

关于azure - RequestTelemetry 上下文中的 Application Insights 设置用户未显示在事件详细信息中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33527249/

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