Prometheus如何监控华为云所有服务(使用Cloudeye服务)

举报
zhongjun2 发表于 2020/01/02 20:35:28 2020/01/02
【摘要】 一、 介绍prometheus是用于展示大型测量数据的开源可视化工具,在工业监控、气象监控、家居自动化和过程管理等领域也有着较广泛的用户基础。将华为云Cloudeye服务接入 prometheus后,您可以利用 prometheus更好地监控和分析来自 Cloudeye服务的数据。二、 环境准备Prometheus prometheus-2.12.0.windows-amd64ECS Ubu...


一、介绍

prometheus是用于展示大型测量数据的开源可视化工具,在工业监控、气象监控、家居自动化和过程管理等领域也有着较广泛的用户基础。将华为云Cloudeye服务接入 prometheus后,您可以利用 prometheus更好地监控和分析来自 Cloudeye服务的数据。


二、环境准备

Prometheusprometheus-2.12.0.windows-amd64
ECSUbuntu 18.04
Ubuntu private ip192.168.0.111


三、安装配置cloudeye

  1. 在ubuntu vm上安装cloudeye-exporter


git clone https://github.com/huaweicloud/cloudeye-exporter
cd cloudeye-exporter

2.编辑clouds.yml文件配置公有云信息

global:
  port: ":8087"
auth:
auth_url: "https://iam.cn-north-1.myhwclouds.com/v3"
project_name: "cn-north-1"
access_key: "xdfsdfsdfsdfsdfsdf"
secret_key: "xsdfsddfsdfsdfsdfsdfsdfsdfsdfsdfsdfsdfdsfsd"
region: "cn-north-1"

注:默认的监控端口为8087.


3.启动cloudeye-exporter

./cloudeye-exporter


四、安装配置prometheus接入cloudeye

1.下载Prometheus (https://prometheus.io/download/)

$ wget https://github.com/prometheus/prometheus/releases/download/v2.14.0/prometheus-2.14.0.linux-amd64.tar.gz 
$ tar xzf prometheus-2.14.0.linux-amd64.tar.gz
$ cd prometheus-2.14.0.linux-amd64

2.配置接入cloudeye exporter结点。

修改prometheus中的prometheus.yml文件配置。如下配置所示在scrape_configs下新增job_name名为’huaweicloud’的结点。其中targets中配置的是访问cloudeye-exporter服务的ip地址和端口号,services配置的是你想要监控的服务,比如SYS.VPC,SYS.RDS。

$ vi prometheus.yml
global:
  scrape_interval: 1m # Set the scrape interval to every 1 minute seconds. Default is every 1 minute.
  scrape_timeout: 1m
scrape_configs:
  - job_name: 'huaweicloud'
    static_configs:
    - targets: ['192.168.0.111:8087']
    params:
      services: ['SYS.VPC,SYS.RDS']

3.启动prometheus监控华为云服务

./prometheus


登录http://127.0.0.1:9090/graph  

展示指定指标的监控结果


1578365986914887.png





 


【版权声明】本文为华为云社区用户原创内容,转载时必须标注文章的来源(华为云社区)、文章链接、文章作者等基本信息, 否则作者和本社区有权追究责任。如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱: cloudbbs@huaweicloud.com
  • 点赞
  • 收藏
  • 关注作者

评论(0

0/1000
抱歉,系统识别当前为高风险访问,暂不支持该操作

全部回复

上滑加载中

设置昵称

在此一键设置昵称,即可参与社区互动!

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。

*长度不超过10个汉字或20个英文字符,设置后3个月内不可修改。