From 2b2cccca21104c2a00cb53bd0d785b3d656fe803 Mon Sep 17 00:00:00 2001 From: Nurlan Moldomurov Date: Wed, 11 Dec 2024 13:18:29 +0300 Subject: [PATCH] PMM-13602 revert limitsOk. --- exporter/exporter.go | 1 - 1 file changed, 1 deletion(-) diff --git a/exporter/exporter.go b/exporter/exporter.go index b7c7bce2..673052cd 100644 --- a/exporter/exporter.go +++ b/exporter/exporter.go @@ -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 {