Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver006 committed May 22, 2019
1 parent 49405ff commit dfbd7a1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,27 +122,3 @@ steps:
when:
event:
- tag


#
# temporary addtl. build step while working on #256
#
- name: release-docker-image-alpine-v1.0.0-rc.1
image: plugins/docker
settings:
tags: "v1.0.0-rc.1"
dockerfile: ./Dockerfile
repo: oliver006/redis_exporter
target: alpine
build_args:
- 'TAG=v1.0.0-rc.1'
- 'SHA1=${DRONE_COMMIT_SHA}'
username:
from_secret: docker_user
password:
from_secret: docker_pass
when:
branch:
- oh_1.0_here_we_come
repo:
- oliver006/redis_exporter
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ Supports Redis 2.x, 3.x, 4.x, and 5.x

## Building, configuring, and running

### Upgrading from v0.x to v1.x ?

[PR #256](https://github.com/oliver006/redis_exporter/pull/256) introduced breaking changes which were released as version v1.0.0.

If you only scrape one Redis instance and only use command line flags `--redis.address`
and `--redis.password` to configure access to the Redis instance then you're most probably not affected by these changes.

Please have a look at that PR for information on how to upgrade your configuration from version 0.x of the exporter to 1.x.

For instance, if you want to scrape multiple Redis instances then [see here for an example](https://github.com/oliver006/redis_exporter/blob/master/README.md#prometheus-configuration-to-scrape-several-hosts).



### Build and run locally:

```sh
Expand Down

0 comments on commit dfbd7a1

Please sign in to comment.