Skip to content

Commit

Permalink
Replace comment with a TODOs
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
  • Loading branch information
douglascamata committed Aug 10, 2022
1 parent dc6d25d commit e5c171d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/receive/limiter.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import (
type limiter struct {
requestLimiter requestLimiter
writeGate gate.Gate
// activeSeriesLimiter *activeSeriesLimiter `yaml:"active_series"`
// TODO: extract active series limiting logic into a self-contained type and
// move it here.
}

type requestLimiter interface {
Expand Down

0 comments on commit e5c171d

Please sign in to comment.