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

Commit

Permalink
0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aylei committed Apr 11, 2019
1 parent 50a95d6 commit b5b35ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ Visit metrics in [localhost:9525/metrics](http://localhost:9525/metrics)

Install
```bash
docker pull aylei/aliyun-exporter:0.3.0
docker pull aylei/aliyun-exporter:0.3.1
```

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

## Configuration
Expand Down Expand Up @@ -152,7 +152,7 @@ you can easily navigate in this pages by hyperlink.

## Docker Compose

From `0.3.0`, we provide a docker-compose stack to help users building monitoring stack from scratch. The stack contains:
From `0.3.1`, we provide a docker-compose stack to help users building monitoring stack from scratch. The stack contains:

* aliyun-exporter (this project): Retrieving metrics (and instance information) from Alibaba Cloud.
* [Prometheus](https://github.com/prometheus/prometheus): Metric storage and alerting calculation.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='aliyun-exporter',
version='0.3.0',
version='0.3.1',
description='Alibaba Cloud CloudMonitor Prometheus exporter',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit b5b35ac

Please sign in to comment.