prometheus
node_exporter
Node Exporter默认暴漏指标端口9100
wget https://github.com/prometheus/node_exporter/releases/download/v*/node_exporter-*.*-amd64.tar.gz
tar xvfz node_exporter-1.5.0-amd64.tar.gz
cd node_exporter-*.*-amd64
./node_exporter
curl http://localhost:9100/metrics
prometheus
lts v2.37.6
wget https://github.com/prometheus/prometheus/releases/download/v*/prometheus-*.*-amd64.tar.gz
tar xvf prometheus-2.37.6-amd64.tar.gz
cd prometheus-*.*