diff --git a/pkg/receive/limiter.go b/pkg/receive/limiter.go index b0c2a41dc5..c90a79ab0f 100644 --- a/pkg/receive/limiter.go +++ b/pkg/receive/limiter.go @@ -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 {