ccfos / nightingale

An all-in-one observability solution which aims to combine the advantages of Prometheus and Grafana. It manages alert rules and visualizes metrics, logs, traces in a beautiful web UI.
https://flashcat.cloud/docs/
Apache License 2.0
9.42k stars 1.38k forks source link

使用内置仪表盘功能 #2023

Closed blackher closed 1 month ago

blackher commented 1 month ago

Question and Steps to reproduce

无法配置 页面为空 WX20240703-095817 查看源码发现需要配置embedded-dashboards image

需要怎么配置

Relevant logs and configurations

mysql> select * from configs where ckey= "embedded-dashboards"\G;
Empty set (0.00 sec)

ERROR:
No query specified

Version

v7.0.0-beta.12.1

UlricQin commented 1 month ago

用管理员登录试试

blackher commented 1 month ago

用管理员登录试试

应该是权限问题 修改/etc/ops.yaml 增加权限后可以了