You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each of the MongoDB metricsets (status, dbstats) create a new session for each Fetch by do not close the session that they open. Each metricset should have a defer session.Close() (or similar).
Each of the MongoDB metricsets (status, dbstats) create a new session for each
Fetch
by do not close the session that they open. Each metricset should have adefer session.Close()
(or similar).beats/metricbeat/module/mongodb/status/status.go
Line 62 in 84e2e09
beats/metricbeat/module/mongodb/dbstats/dbstats.go
Line 60 in 84e2e09
For confirmed bugs, please report:
The text was updated successfully, but these errors were encountered: