Skip to content
This repository was archived by the owner on Oct 28, 2019. It is now read-only.

Commit b5b35ac

Browse files
committed
0.3.1 release
1 parent 50a95d6 commit b5b35ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ Visit metrics in [localhost:9525/metrics](http://localhost:9525/metrics)
9090

9191
Install
9292
```bash
93-
docker pull aylei/aliyun-exporter:0.3.0
93+
docker pull aylei/aliyun-exporter:0.3.1
9494
```
9595

9696
To run the container, external configuration file is required:
9797
```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
9999
```
100100

101101
## Configuration
@@ -152,7 +152,7 @@ you can easily navigate in this pages by hyperlink.
152152

153153
## Docker Compose
154154

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:
156156

157157
* aliyun-exporter (this project): Retrieving metrics (and instance information) from Alibaba Cloud.
158158
* [Prometheus](https://github.com/prometheus/prometheus): Metric storage and alerting calculation.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='aliyun-exporter',
10-
version='0.3.0',
10+
version='0.3.1',
1111
description='Alibaba Cloud CloudMonitor Prometheus exporter',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)