mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
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:
parent
1667f1082b
commit
c912ebed77
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue