Prometheus 安装
官方文档 https://prometheus.io/docs/introduction/first_steps
中文文档 https://prometheus.fuckcloudnative.io/di-yi-zhang-jie-shao/overview
安装文档:https://prometheus.fuckcloudnative.io/di-san-zhang-prometheus/di-2-jie-an-zhuang/installation
1.安装
下载二进制文件:https://github.com/prometheus/prometheus/releases
cd ~
mkdir prometheus
cd prometheus
wget https://github.com/prometheus/prometheus/releases/download/v2.34.0/prometheus-2.34.0.linux-amd64.tar.gz
tar -xzvf prometheus*
cd prometheus-2.34.0.linux-amd64
./prometheus -h
2.运行
./prometheus --config.file=prometheus.yml
作者:joker.liu 创建时间:2023-05-31 10:33
最后编辑:joker.liu 更新时间:2023-05-31 10:41
最后编辑:joker.liu 更新时间:2023-05-31 10:41