Blogger Information
Blog 35
fans 0
comment 0
visits 23031
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
Ubuntu21.10配置Grafana镜像
Spark
Original
478 people have browsed it

Grafana镜像

简介

Grafana是一个跨平台的开源的度量分析和可视化工具,可以通过将采集的数据查询然后可视化的展示,并及时通知。

参考阿里云官方镜像站:https://developer.aliyun.com/mirror/

下载地址:阿里云开源镜像站资源目录

配置方法

Ubuntu 用户

首先执行如下命令:

信任 https://packages.grafana.com/ 的 GPG 公钥:

curl https://packages.grafana.com/gpg.key | sudo apt-key add –

执行如下命令确保你的 apt 支持 HTTPS:

sudo apt-get install -y apt-transport-https

选择你希望安装的 Grafana 版本(与你的 Debian/Ubuntu 系统版本无关),Stable和Beta两个版本,这里以Stable版本为例,执行如下命令:

Stable

echo "deb https://mirrors.aliyun.com/grafana/debian stable main" | sudo tee -a /etc/apt/sources.list.d/grafana.list

Beta版本需执行如下命令:

echo "deb https://mirrors.aliyun.com/grafana/debian beta main" | sudo tee -a /etc/apt/sources.list.d/grafana.list

最后安装 Grafana

执行如下两行命令即可。

sudo apt-get update

sudo apt-get install grafana

至此阿里云grafana镜像安装完成。


Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post