启用 Whizard 可观测中心
本节介绍如何配置相关扩展组件,以启用 Whizard 可观测中心。
为了使用 Whizard 可观测中心的完整功能,您需要安装并启用 WhizardTelemetry 平台服务、 WhizardTelemetry 监控以及 WhizardTelemetry 告警扩展组件,并进行以下配置。
Prerequisites
Steps
-
以具有 platform-admin 角色的用户登录 KubeSphere Web 控制台。
-
点击扩展中心。
-
点击已安装的组件名称,进入组件详情页。
-
点击组件图标下的,选择扩展组件配置。
WhizardTelemetry 平台服务
将配置文件中的
whizard-telemetry.config.observability.enabled
参数设置为 true,然后点击确定。whizard-telemetry: config: observability: enabled: true endpoint: "http://query-frontend-whizard-operated.kubesphere-monitoring-system.svc:10902"
WhizardTelemetry 监控
修改配置文件的以下部分,然后点击确定。
whizard-monitoring-helper: whizardHelper: enabled: true ## set true to enable whizard whizard: enabled: true frontend: enabled: true whizardAgentProxy: enabled: true whizard-agent-proxy: config: gatewayUrl: "http://172.31.73.206:30990" ## set whizard gateway url,default is http://{host_cluster_node_ip}:30990 kube-prometheus-stack: prometheus: agentMode: true # agentMode need to be set to true when enable whizard
WhizardTelemetry 告警
确保
global.rules.distributionMode
为 None。global: rules: distributionMode: None
-
编辑完成后,点击顶部导航栏上的图标,即可发现 Whizard 可观测中心图标。
说明 启用过程可能需要一定时间,请等待启用完成。
Feedback
Was this page Helpful?
Receive the latest news, articles and updates from KubeSphere
Thanks for the feedback. If you have a specific question about how to use KubeSphere, ask it on Slack. Open an issue in the GitHub repo if you want to report a problem or suggest an improvement.