Azure Application Insights CLI 事件类型

Azure Application Insights CLI event types

引用 Microsoft Azure CLI 文档进行 Application Insights 查询我看到一个参数 --type 但我没有看到所有可用类型的列表。

回复:https://docs.microsoft.com/en-us/cli/azure/monitor/app-insights/events?view=azure-cli-latest#az_monitor_app_insights_events_show

例如这个命令:
az monitor app-insights events show --app 55555555-5555-5555-5555-555555555555 --type availabilityResults --start-time "2021-07-01 12:00:00.00" --end-time "2021-07-12 12:00:00.00" -o jsonc

属性 --typeavailabilityResults。类型的所有可用选项是什么?

这些事件对应于您可以使用 kusto 查询的表。来自 these docs:

Available options are standard event types (traces, customEvents, pageViews, requests, dependencies, exceptions, availabilityResults