Skip to content

Commit

Permalink
Updated travis targets. Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pkittenis committed Oct 18, 2016
1 parent fbdc7f0 commit eb020c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ python:
- 3.4
- 3.5
- pypy
- pypy3
env:
- INFLUXDB_VERSION=1.0.2
before_install:
Expand Down
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ Full Configuration Example
## Drop prefix, template with tags after measurement
# For a metric path `stats.load.my_host.cpu` the following template will use tags
# `host` and `resource` and remove `stats` prefix from metric paths
- ..measurement.host.resource
- stats.* ..measurement.host.resource
# A catch-all template of `measurement*` _should not_ be used -
# that is the default and would have the same effect as if no template was provided
#
Expand Down

0 comments on commit eb020c2

Please sign in to comment.