We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b612b3d commit e10e747Copy full SHA for e10e747
exporter/shards_collector.go
@@ -91,7 +91,6 @@ func (d *shardsCollector) collect(ch chan<- prometheus.Metric) {
91
_, c := splitNamespace(id)
92
collections = append(collections, c)
93
}
94
-
95
96
97
reservedNames, err := GetAllIndexesForCollections(d.ctx, client, collections)
0 commit comments