「Grafana」- 常见错误汇总

问题排查(⇒ Setup/Enable diagnostics to troubleshoot Grafana)

Enable diagnostics to troubleshoot Grafana | Grafana documentation

通过 Grafana 的 Trace 和 Profiling 对其进行分析和排查;

Panel plugin not found: stat

Grafana panel plugin “stat” not found · Issue #233 · unifi-poller/unifi-poller

问题描述:在 Dashboard 中,某些 View 显示 Panel plugin not found: stat 消息。

解决方案:Either upgrade to Grafana 6.6+ or change the stat panel to singlestat.

在 Grafana 中,如果长时间未操作,将自动退出登录

Grafana Frontend Session Timeout – Grafana – Grafana Labs Community Forums

增加登录状态保持时间:

  auth:
    login_maximum_inactive_lifetime_duration: 2M
    login_maximum_lifetime_duration: 2M
    token_rotation_interval_minutes: 1000