https://github.com/nevill/cloudmonitor_exporter
Metric exporter for Aliyun cloudmonitor
https://github.com/nevill/cloudmonitor_exporter
alibabacloud alicloud aliyun cloudmonitor cloudmonitor-exporter cms prometheus-exporter
Last synced: about 1 year ago
JSON representation
Metric exporter for Aliyun cloudmonitor
- Host: GitHub
- URL: https://github.com/nevill/cloudmonitor_exporter
- Owner: nevill
- Created: 2018-08-02T08:08:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T02:11:25.000Z (over 3 years ago)
- Last Synced: 2025-04-15T15:13:37.708Z (about 1 year ago)
- Topics: alibabacloud, alicloud, aliyun, cloudmonitor, cloudmonitor-exporter, cms, prometheus-exporter
- Language: Go
- Homepage:
- Size: 122 KB
- Stars: 21
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloudmonitor Exporter
This exporter should be used in conjuction with Prometheus. It utilises CMS API to collect metrics from Alibaba cloud.
# Build
```
go get -d
go build
```
# Test
```
go test
```
# Run
```
./cloudmonitor_exporter -id access_id -secret access_secret -region cn-hangzhou
```
or by Docker
```
docker-compose up
```
# Work with Grafna

# API Reference
1. https://help.aliyun.com/document_detail/51939.html
2. https://help.aliyun.com/document_detail/27582.html
3. https://help.aliyun.com/document_detail/26232.html
# License
Apache License 2.0
Same to [alibaba-cloud-sdk-go](https://github.com/aliyun/alibaba-cloud-sdk-go)