From c912ebed77f7a6d08a34a5c27cdb995dea04801a Mon Sep 17 00:00:00 2001 From: Solly Ross Date: Tue, 7 Aug 2018 13:45:16 -0400 Subject: [PATCH] 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. --- docs/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index 43d5dee2..d5fccdf1 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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