This repository was archived by the owner on Oct 28, 2019. It is now read-only.
File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -90,12 +90,12 @@ Visit metrics in [localhost:9525/metrics](http://localhost:9525/metrics)
90
90
91
91
Install
92
92
``` bash
93
- docker pull aylei/aliyun-exporter:0.3.0
93
+ docker pull aylei/aliyun-exporter:0.3.1
94
94
```
95
95
96
96
To run the container, external configuration file is required:
97
97
``` bash
98
- docker run -p 9525:9525 -v $( pwd) /aliyun-exporter.yml:$( pwd) /aliyun-exporter.yml aylei/aliyun-exporter:0.3.0 -c $( pwd) /aliyun-exporter.yml
98
+ docker run -p 9525:9525 -v $( pwd) /aliyun-exporter.yml:$( pwd) /aliyun-exporter.yml aylei/aliyun-exporter:0.3.1 -c $( pwd) /aliyun-exporter.yml
99
99
```
100
100
101
101
## Configuration
@@ -152,7 +152,7 @@ you can easily navigate in this pages by hyperlink.
152
152
153
153
# # Docker Compose
154
154
155
- From `0.3.0 `, we provide a docker-compose stack to help users building monitoring stack from scratch. The stack contains :
155
+ From `0.3.1 `, we provide a docker-compose stack to help users building monitoring stack from scratch. The stack contains :
156
156
157
157
* aliyun-exporter (this project): Retrieving metrics (and instance information) from Alibaba Cloud.
158
158
* [Prometheus](https://github.com/prometheus/prometheus): Metric storage and alerting calculation.
Original file line number Diff line number Diff line change 7
7
8
8
setup (
9
9
name = 'aliyun-exporter' ,
10
- version = '0.3.0 ' ,
10
+ version = '0.3.1 ' ,
11
11
description = 'Alibaba Cloud CloudMonitor Prometheus exporter' ,
12
12
long_description = long_description ,
13
13
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments