mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-17 02:48:30 +00:00
Fix formatting
This commit is contained in:
parent
623bc71008
commit
2fe25425e2
@ -4,7 +4,7 @@ module Metrics
|
|||||||
record MetricLabels, request_method : String, request_route : String, response_code : Int32
|
record MetricLabels, request_method : String, request_route : String, response_code : Int32
|
||||||
|
|
||||||
# Counts how many a given route was used
|
# Counts how many a given route was used
|
||||||
REQUEST_COUNTERS = Hash(MetricLabels, Int64).new
|
REQUEST_COUNTERS = Hash(MetricLabels, Int64).new
|
||||||
|
|
||||||
# Counts how much time was used to handle requests to each route
|
# Counts how much time was used to handle requests to each route
|
||||||
REQUEST_DURATION_SECONDS_SUMS = Hash(MetricLabels, Float32).new
|
REQUEST_DURATION_SECONDS_SUMS = Hash(MetricLabels, Float32).new
|
||||||
|
Loading…
Reference in New Issue
Block a user