Skip to content

Commit

Permalink
PMM-13602 revert limitsOk.
Browse files Browse the repository at this point in the history
  • Loading branch information
BupycHuk committed Dec 11, 2024
1 parent 310ee6e commit 2b2cccc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion exporter/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ func (e *Exporter) makeRegistry(ctx context.Context, client *mongo.Client, topol
e.getTotalCollectionsCount() <= e.opts.CollStatsLimit {
limitsOk = true
}
limitsOk = true

if e.opts.CollectAll {
if len(e.opts.CollStatsNamespaces) == 0 {
Expand Down

0 comments on commit 2b2cccc

Please sign in to comment.