grafana和普羅米修斯整合


部署文檔:

https://grafana.com/grafana/download

訪問地址:

http://IP:3000

用戶名/密碼:

admin/admin

自啟動:

[root@k8s-1 ~]# vi /usr/lib/systemd/system/grafana.service

[Unit]
Description=grafana

[Service]
ExecStart=/opt/monitor/grafana/bin/grafana-server -homepath=/opt/monitor/grafana
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure

[Install]
WantedBy=multi-user.target#

數據源添加普羅米修斯:

 

顯示working:

添加儀表盤:

導入儀表盤ID:9276

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM