gpt4 book ai didi

azure - 使用 Application Insights 对我的 Azure 服务器进行使用分析限制

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

我构建了一个 Web API,它接收 GET 请求并根据传入的规范(例如图像 Url、要在其上绘制的文本、质量、大小等)处理图像。

我有一些关于使用 Application Insights 的问题,它似乎内置在我的 Visual Studio IDE 和 Azure 中。在我的研究中查看此来源以获取正确的使用分析形式后,引发了这个问题:

https://learn.microsoft.com/en-us/azure/application-insights/app-insights-overview

问题:

1) 是否需要使用任何新代码?

2) 它是否可以跟踪各个参数(图像、大小等),以便我们可以查看哪些图像最常使用、请求的图像大小等?

3) 我们是否还可以使用它来记录未完全映射到单独方法或 API 端点的自定义事件? (例如,每次绘制文本字段、测量字符串、加载字体或从 Blob 存储中提取图像时记录)

我真的很感激能够涵盖我更广泛的担忧的答案,例如有关选择使用情况分析工具的问题。关于 Azure 有哪些其他工具可以满足此类需求的任何建议也很好。

感谢您花时间阅读!

最佳答案

关于第一个问题,答案是:这要看情况。您的 Web API 是如何托管的以及在哪里托管。在IIS 中?在 Azure 上?使用自托管?

根据此处找到的文档 https://learn.microsoft.com/en-us/azure/application-insights/app-insights-monitor-performance-live-website-now这些是您的选择:

You can instrument a live web app with Azure Application Insights, without having to modify or redeploy your code. In your apps are hosted by an on-premises IIS server, you install Status Monitor; or if they're Azure web apps or run in an Azure VM, you can install the Application Insights extension. (There are also separate articles about instrumenting live J2EE web apps and Azure Cloud Services.)

但是当涉及到您的其他问题时,您将需要使用 SDK 添加一些代码。然后,您可以跟踪自定义跟踪(例如日志消息)、自定义指标(例如图像大小的计数)。请参阅https://learn.microsoft.com/en-us/azure/application-insights/app-insights-api-custom-events-metrics :

The Azure Application Insights core telemetry API lets you send custom events and metrics, and your own versions of standard telemetry. This API is the same API that is used by the standard Application Insights data collectors.

使用此 SDK,您可以将自定义属性添加到您收集的任何遥测项目中,位于事件定义提供的属性旁边。

现在,AI 不仅会为您提供一个仪表板来快速浏览您的应用程序状态,它还有一个非常强大的查询工具可供您使用: https://learn.microsoft.com/en-us/azure/application-insights/app-insights-analytics

所以,是的,我想说你所描述的一切都可以通过人工智能来完成。既然你可以免费使用它,我会说尝试一下,因为启动和运行它非常容易。

关于azure - 使用 Application Insights 对我的 Azure 服务器进行使用分析限制,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41451139/

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