listenerConfigurations:
-
id: "default"
host: "localhost"
port: 9091
-
id: "msf4j-https"
host: "localhost"
port: 9444
scheme: https
keyStoreFile: "${carbon.home}/resources/security/wso2carbon.jks"
keyStorePassword: wso2carbon
certPass: wso2carbon
senderConfigurations:
-
id: "http-sender"
siddhi.stores.query.api:
transportProperties:
-
name: "server.bootstrap.socket.timeout"
value: 60
-
name: "client.bootstrap.socket.timeout"
value: 60
-
name: "latency.metrics.enabled"
value: true
listenerConfigurations:
-
id: "default"
host: "localhost"
port: 7071
-
id: "msf4j-https"
host: "localhost"
port: 7444
scheme: https
keyStoreFile: "${carbon.home}/resources/security/wso2carbon.jks"
keyStorePassword: wso2carbon
certPass: wso2carbon在wso2 3.0.0 analytics worker配置中,主机的价值应该是什么而不是本地主机,所有其他配置都是由我完成的,但对于分布式部署,分析中的所有数据都不会加载,所有其他配置都是由我正确完成的
发布于 2020-11-09 21:12:13
在API管理器3x版本中,分析统计数据被设计为从分析组件附带的分析仪表板中显示。
因此,不会有外部调用转到发布者或devportal来提取数据。
因此,本地主机将不会出现任何问题。
请检查您是否在analytics节点中配置了AM DB。由于AM DB是共享的,因此它正在获取分析中的数据。
否则,请捕获HAR文件或跟踪浏览器的网络选项卡,检查是否有API拉取调用失败或检索到相关信息。
谢谢,Dileepa
https://stackoverflow.com/questions/64734973
复制相似问题