【Prometheus】【01】安装

1.官网

https://prometheus.io/docs/prometheus/latest/getting_started/

2.下载、解压到/usr/local、重命名

wgec https://github.com/prometheus/prometheus/releases/download/v2.17.1/prometheus-2.17.1.linux-amd64.tar.gz

tar -zxvf prometheus-2.17.1.linux-amd64.tar.gz -C /usr/local

cd /usr/localhost && mv prometheus-2.17.1.linux-amd64 prometheus-2.17.1

3.备份配置文件、新建配置文件

监控自己(Prometheus)

cd /usr/local/prometheus-2.17.1 && mv prometheus.yml prometheus.yml.back

vim /usr/local/prometheus-2.17.1/prometheus.yml

global:
  scrape_interval:     15s
  external_labels:
    monitor: 'codelab-monitor'
scrape_configs:
  - job_name: 'prometheus'
    scrape_interval: 5s
    static_configs:
      - targets: ['localhost:9090']

4.启动

nohup /usr/local/prometheus-2.17.1/prometheus --config.file=/usr/local/prometheus-2.17.1/prometheus.yml &

5.访问

http://localhost:9090

6.收集Prometheus指标

新启动一个页面多刷新下,刷新一下收集一次
http://localhost:9090/metrics

7.查看指标

http://localhost:9090/graph
在这里插入图片描述

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值