【APIM】启用APIM Analytics时遇见Request failed错误

本文涉及的产品
Serverless 应用引擎 SAE,800核*时 1600GiB*时
容器镜像服务 ACR,镜像仓库100个 不限时长
服务治理 MSE Sentinel/OpenSergo,Agent数量 不受限
简介: Data collection is required for detailed monitoring, custom dashboards, and more. A Log Analytics workspace is also required for the data storage. You can change the workspace destination at any time in Diagnostic settings. How do I use Log Analytics?

问题描述

在APIM页面,查看Analytics的时候显示没有启用数据收集,无法分析。

Collect data from this resource for analytics

Data collection is required for detailed monitoring, custom dashboards, and more. A Log Analytics workspace is also required for the data storage. You can change the workspace destination at any time in Diagnostic settings. How do I use Log Analytics?

但是,根据页面提示,启用时发出的请求失败。

错误信息

{
"error": {
"code": "LinkedInvalidPropertyId",
"message": "Property id '' at path 'properties.workspaceId' is invalid. 
Expect fully qualified resource Id that start with 
'/subscriptions/{subscriptionId}' 
or 
'/providers/{resourceProviderNamespace}/'."
}
}

问题解答

因为这个错误是Azure门户上错误,无法被用户操作,所以从Analytics页面中,无法实现配置Log A Workspce的问题。但是可以在另一个地方【 Diagnostic settings (诊断设置)】中完成数据收集并且用于Analytics。

 

第一步:进入 Diagnostic settings ,点击添加 Diagnostic Setting

第二步:选择全部的 Logs 和 Metrics,并把信息保存到目标Log A Workspace中

第三步:自定义一个名称(任意字符串即可),保存后。回到Analytics页面。成功!

 

配置完成后,Analytics页面效果:

 




当在复杂的环境中面临问题,格物之道需:浊而静之徐清,安以动之徐生。 云中,恰是如此!

相关文章
|
2月前
|
API
【Azure APIM】调用APIM的备份接口时候遇见Authentication Failed错误
【Azure APIM】调用APIM的备份接口时候遇见Authentication Failed错误
|
2月前
|
存储 API 网络安全
【Azure APIM】调用APIM的备份接口时候遇见InvalidParameters错误
【Azure APIM】调用APIM的备份接口时候遇见InvalidParameters错误
|
2月前
|
Kubernetes 数据安全/隐私保护 容器
【Azure APIM】APIM Self-Hosted网关中,添加网关日志以记录请求头信息(Request Header / Response Header)
【Azure APIM】APIM Self-Hosted网关中,添加网关日志以记录请求头信息(Request Header / Response Header)
|
2月前
|
API 开发者
【API管理 APIM】APIM集成内部VNet后,自我访问出现(Unable to connect to the remote server)问题,而Remote Server正是APIM它自己
【API管理 APIM】APIM集成内部VNet后,自我访问出现(Unable to connect to the remote server)问题,而Remote Server正是APIM它自己
|
2月前
|
消息中间件 API C#
【Azure API 管理】APIM添加Log-to-eventhub的策略后,一些相关APIM与Event Hub的问题
【Azure API 管理】APIM添加Log-to-eventhub的策略后,一些相关APIM与Event Hub的问题
|
5月前
|
开发工具
App Store Connect Operation Error ERROR ITMS-90087: “Unsupported Architectures
App Store Connect Operation Error ERROR ITMS-90087: “Unsupported Architectures
41 1
|
存储 数据库
关于 SAP AMDP 调用错误消息 client-specific and restricts access to a client
关于 SAP AMDP 调用错误消息 client-specific and restricts access to a client
|
开发者 iOS开发
Xcode运行报错The operation couldn’t be completed. Unable to launch xxx because it has an invalid code...
Xcode运行报错The operation couldn’t be completed. Unable to launch xxx because it has an invalid code...
825 0
|
Java 安全 网络安全
请求https错误: unable to find valid certification path to requested target
版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/catoop/article/details/51155224 错误及原因 当Java客户端请求实现https协议的服务时,出现异常:’unable to find valid certification path to requested target’ 是因为服务期端的证书没有被认证,需要做的是把服务端证书导入到Java keystore。
8321 0