gpt4 book ai didi

azure - TrackRequest() 数据显示在门户中的什么位置?

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

我有一个控制台应用程序在 TelemetryClient 中记录到 TrackRequest,但我无法确定要在 Azure 门户中显示哪个磁贴来查看数据。是否有一些指南列出了每种方法、数据以及公开它的图 block ?

最佳答案

在控制台应用程序中使用以下代码:

 TelemetryClient client = new TelemetryClient(new TelemetryConfiguration()
{
InstrumentationKey = "<your ikey>",
TelemetryChannel = new InMemoryChannel()

});
client.TrackRequest("Hello", DateTimeOffset.Now, TimeSpan.FromSeconds(1), "200", true);
Console.ReadLine();

请求数据将显示在主概述页面和搜索结果中。

enter image description here

关于azure - TrackRequest() 数据显示在门户中的什么位置?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35298404/

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