Fix naming typo in the config docs

The config docs had a find/replace error in the naming section, leading
to an erroneus `as` clause.  This fixes that.
This commit is contained in:
Solly Ross 2018-08-07 13:45:16 -04:00
parent 1667f1082b
commit c912ebed77

View file

@ -150,7 +150,7 @@ For example:
# e.g. http_requests_total becomes http_requests_per_second
name:
matches: "^(.*)_total$"
as: "<<1}_per_second"
as: "${1}_per_second"
```
Querying