Skip to content

Commit

Permalink
deprecate lifo, fifo queue limiters
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoferrer committed Dec 28, 2021
1 parent 1bdff02 commit f68c91e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/dep.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ const (
MetricWindowMinRTT = "window.min_rtt"
// MetricWindowQueueSize represents the name of the metric for the Window's Queue Size
MetricWindowQueueSize = "window.queue_size"
// MetricLifoQueueSize represents the name of the metric for the size of a lifo queue
MetricLifoQueueSize = "lifo.queue_size"
// MetricLifoQueueLimit represents the name of the metric for the max size of a lifo queue
MetricLifoQueueLimit = "lifo.queue_limit"

// MetricQueueSize represents the name of the metric for the size of a lifo queue
MetricQueueSize = "queue_size"
// MetricQueueLimit represents the name of the metric for the max size of a lifo queue
Expand Down

0 comments on commit f68c91e

Please sign in to comment.