Giter VIP home page Giter VIP logo

alibaba_exporter's Introduction

项目介绍

  1. alibaba cloud prometheus exporter 开发示例代码
  2. 可以基于该功能扩展其他功能
  3. prometheus writing_exporters
  4. aliyun-openapi-python-sdk

食用方法

  1. 安装组件
pip install -r requirements.txt
  1. 添加 apikey
base.py

    self.apikey = ''
    self.secret = ''

  1. 启动服务
python -m flask run --host=192.168.68.244
  1. prometheus.yml 添加以下配置
  - job_name: "test_exporter"
    static_configs:
      - targets: ["192.168.68.244:5000"]
  1. 查看 metrics
curl http://192.168.68.244/metrics
  1. 访问 prometheus web 检索 prometheus

已添加

aliyun_balance 0.00
aliyun_expired_ecs_count 0
aliyun_expired_rds_count 0

如何开发

代码很简洁,看一下就会二开了。

alibaba_exporter's People

Contributors

x-mars avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

taorensayweee

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.