1 官网地址

https://prometheus.io/

2 下载安装promethues

mkdir /usr/local/tar/
cd /usr/local/tar/
wget https://github.com/prometheus/prometheus/releases/download/v2.30.0/prometheus-2.30.0.linux-amd64.tar.gz
tar -xvf prometheus-2.30.0.linux-amd64.tar.gz  -C /usr/local/
cd     /usr/local/
mv prometheus-2.30.0.linux-amd64 prometheus-2.30.0
cd prometheus-2.30.0

3 启动promethues 使用默认的配置文件

./prometheus --config.file=prometheus.yml

访问 http://ip:9090/

看到找个界面安装成功

1 prometheus的安装

 

相关文章:

  • 2022-12-23
  • 2021-07-27
  • 2021-11-13
  • 2021-06-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-03-06
  • 2022-12-23
  • 2022-01-01
  • 2021-11-02
  • 2021-07-23
  • 2022-03-07
相关资源
相似解决方案