夜莺n9ev5配置pushgateway

gitthub下载地址

https://github.com/didi/nightingale

一、修改夜莺配置文件

1、nightingale-main/docker/docker-compose.yaml

增加以下内容

pushgateway:
  image: prom/pushgateway:latest
  container_name: pushgateway
  hostname: pushgateway
  restart: always
  environment:
    GIN_MODE: release
    TZ: Asia/Shanghai
  networks:
    - nightingale
  ports:
    - "9091:9091"

2、修改nightingale-main\docker\prometc\prometheus.yml

scrape_configs:
  # The job name is added as a label `job=<job_name>` to any timeseries scraped from this config.
  - job_name: 'prometheus'

    # metrics_path defaults to '/metrics'
    # scheme defaults to 'http'.

    static_configs:
    - targets: ['localhost:9090']

  - job_name: 'n9e'
    file_sd_configs:
    - files:
      - targets.json
  - job_name: pushgateway
    static_configs:
        - targets: ['pushgateway:9091']
          labels:
            instance: pushgateway

二、重新启动

[root@localhost docker]# docker-compose -f docker-compose.yaml up -d
Creating network "docker_nightingale" with driver "bridge"
Creating ibex        ... done
Creating prometheus  ... done
Creating pushgateway ... done
Creating nserver     ... done
Creating agentd      ... done
Creating categraf    ... done

三、使用

访问pushgateway http://ip:9091/metrics 

 使用shell推送数据 

[root@localhost docker]# echo 'metrics_name 2'  | curl --data-binary @- http://192.168.1.44:9091/metrics//job/test1
[root@localhost docker]# echo 'metrics_name 0'  | curl --data-binary @- http://192.168.1.44:9091/metrics/job/test1
[root@localhost docker]# echo 'metrics_name 2'  | curl --data-binary @- http://192.168.1.44:9091/metrics/job/test1
[root@localhost docker]# echo 'metrics_name 12'  | curl --data-binary @- http://192.168.1.44:9091/metrics/job/test1
[root@localhost docker]# echo 'metrics_name 3'  | curl --data-binary @- http://192.168.1.44:9091/metrics/job/test1
[root@localhost docker]# echo 'metrics_name 5'  | curl --data-binary @- http://192.168.1.44:9091/metrics/job/test1
[root@localhost docker]# 

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

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值