mirror of
https://github.com/puppetlabs/vmpooler.git
synced 2026-01-27 02:18:41 -05:00
[QENG-4075] Also track completely invalid requests
When we don't even get a pool name we still want metrics to be recorded.
This commit is contained in:
parent
0ecf2ae345
commit
3101a44f63
1 changed files with 2 additions and 0 deletions
|
|
@ -387,6 +387,7 @@ module Vmpooler
|
|||
status 404
|
||||
end
|
||||
else
|
||||
metrics.increment('checkout.invalid.unknown')
|
||||
status 404
|
||||
end
|
||||
|
||||
|
|
@ -429,6 +430,7 @@ module Vmpooler
|
|||
status 404
|
||||
end
|
||||
else
|
||||
metrics.increment('checkout.invalid.unknown')
|
||||
status 404
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue