Skip to content

Commit

Permalink
Merge pull request #4565 from bwhaley/clarify_filters
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
otoolep committed Oct 27, 2015
2 parents 68c2b6e + 8aa79c5 commit 1f74b46
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/graphite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,12 @@ For example,
servers.localhost.cpu.loadavg.10
servers.host123.elasticsearch.cache_hits 100
servers.host456.mysql.tx_count 10
servers.host789.prod.mysql.tx_count 10
```
* `servers.*` would match all values
* `servers.*.mysql` would match `servers.host456.mysql.tx_count 10`
* `servers.localhost.*` would match `servers.localhost.cpu.loadavg`
* `servers.*.*.mysql` would match `servers.host789.prod.mysql.tx_count 10`

## Default Templates

Expand Down

0 comments on commit 1f74b46

Please sign in to comment.