gpt4 book ai didi

azure - 将 Azure 容器日志记录流式传输到 Web 应用程序

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

我希望扩展我的 Web 应用程序的功能,能够显示自定义 Azure 日志记录查询的结果,如下所示:

let apiIds = KubePodInventory
| where ServiceName == "my-service-name"
| distinct ContainerID;
ContainerLog
| where ContainerID in (apiIds)
and LogEntry contains ("my custom query")
| order by TimeGenerated desc
| project TimeGenerated, LogEntry

一个很好的补充是还可以进行实时日志记录。

但是,我不知道从哪里开始。有人对这个想法有(好/坏)经验吗?

最佳答案

(如评论中所述)

您可以在应用中使用 Azure Monitor 查询 SDK https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/monitor/Azure.Monitor.Query

关于azure - 将 Azure 容器日志记录流式传输到 Web 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71923322/

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