你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

az monitor app-insights events

注意

此参考是 Azure CLI(版本 2.55.0 或更高版本)的 application-insights 扩展的一部分。 该扩展将在首次运行 az monitor app-insights events 命令时自动安装。 详细了解扩展。

从应用程序检索事件。

命令

名称 说明 类型 状态
az monitor app-insights events show

按类型列出事件,或从应用程序查看单个事件,按类型和 ID 指定。

扩展 GA

az monitor app-insights events show

按类型列出事件,或从应用程序查看单个事件,按类型和 ID 指定。

az monitor app-insights events show --type {$all, availabilityResults, browserTimings, customEvents, customMetrics, dependencies, exceptions, pageViews, performanceCounters, requests, traces}
                                    [--app]
                                    [--end-time]
                                    [--event]
                                    [--ids]
                                    [--offset]
                                    [--resource-group]
                                    [--start-time]
                                    [--subscription]

示例

按 ID 获取可用性结果。

az monitor app-insights events show --app 578f0e27-12e9-4631-bc02-50b965da2633 --type availabilityResults --event b2cf08df-bf42-4278-8d2c-5b55f85901fe

列出过去 24 小时内的可用性结果。

az monitor app-insights events show --app 578f0e27-12e9-4631-bc02-50b965da2633 --type availabilityResults --offset 24h

必需参数

--type

要检索的事件的类型。

接受的值: $all, availabilityResults, browserTimings, customEvents, customMetrics, dependencies, exceptions, pageViews, performanceCounters, requests, traces

可选参数

--app -a

Application Insights 组件的 GUID、应用名称或完全限定的 Azure 资源名称。 可以从Azure 门户中任何 Application Insights 资源上的 API 访问菜单项获取应用程序 GUID。 如果使用应用程序名称,请指定资源组。

--end-time

当前操作的时间范围的结束时间范围。 默认为当前时间。 格式:date (yyyy-mm-dd) 时间 (hh:mm:ss.xxxxx) 时区 (+/-hh:mm)。

--event

要检索的事件的 GUID。 这可以通过先列出和筛选事件来获取,然后选择感兴趣的事件。

--ids

一个或多个资源 ID(以空格分隔)。 它应该是包含“资源 ID”参数的所有信息的完整资源 ID。 应提供 --id 或其他“资源 ID”参数。

--offset

查询范围的时间偏移量,采用 ##d##h 格式。

可与 --start-time 或 --end-time 一起使用。 如果与 --start-time 一起使用,则通过添加偏移量来计算结束时间。 如果与 --end-time(默认值)一起使用,则通过减去偏移量来计算开始时间。 如果提供了 --start-time 和 --end-time,则将忽略 --offset。

默认值: 1h
--resource-group -g

资源组的名称。 可以使用 az configure --defaults group=<name> 配置默认组。

--start-time

要为其检索数据的开始时间范围。 格式:date (yyyy-mm-dd) 时间 (hh:mm:ss.xxxxx) 时区 (+/-hh:mm)。

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

全局参数
--debug

提高日志记录详细程度以显示所有调试日志。

--help -h

显示此帮助消息并退出。

--only-show-errors

只显示错误,取消显示警告。

--output -o

输出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
默认值: json
--query

JMESPath 查询字符串。 有关更多信息和示例,请参阅 http://jmespath.org/

--subscription

订阅的名称或 ID。 可以使用 az account set -s NAME_OR_ID 配置默认订阅。

--verbose

提高日志记录详细程度。 使用 --debug 获取完整的调试日志。