消费定价中的 Azure API 管理服务分析
Azure API management services analytics in consumption pricing
我正在使用 API 管理服务来公开我的 API,我正在使用基于消费的实例进行 API 管理。
我已经在其中发布了 4-5 APIs 和产品。我想通过查看 http 响应以及可能的请求和响应来分析我的 API 暴露的行为。
基于消费的最佳方式是什么,我在 api 管理服务
的左侧导航栏中看不到 api 分析
- 根据此 Microsoft Document、Built-in API 消费层不支持分析,如果您想使用分析,则需要增加您的计划。
可以使用消费层的选项数量:
- 使用诊断设置在 Log Analytics 中存储网关日志并使用其功能分析数据:https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-use-azure-monitor#resource-logs
- 使用 APIMs Application Insights 集成https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-app-insights
- 构建自定义管道,使用 log-to-eventhub 甚至 send-request 策略从策略发送数据 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs
我正在使用 API 管理服务来公开我的 API,我正在使用基于消费的实例进行 API 管理。
我已经在其中发布了 4-5 APIs 和产品。我想通过查看 http 响应以及可能的请求和响应来分析我的 API 暴露的行为。
基于消费的最佳方式是什么,我在 api 管理服务
的左侧导航栏中看不到 api 分析- 根据此 Microsoft Document、Built-in API 消费层不支持分析,如果您想使用分析,则需要增加您的计划。
可以使用消费层的选项数量:
- 使用诊断设置在 Log Analytics 中存储网关日志并使用其功能分析数据:https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-use-azure-monitor#resource-logs
- 使用 APIMs Application Insights 集成https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-app-insights
- 构建自定义管道,使用 log-to-eventhub 甚至 send-request 策略从策略发送数据 https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-log-event-hubs