mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-03 19:15:54 +00:00
Added system.profile to the ingored dbs
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
"gopkg.in/mgo.v2/bson"
|
||||
)
|
||||
|
||||
var systemDBs = []string{"admin", "config", "local"} //nolint:gochecknoglobals
|
||||
var systemDBs = []string{"admin", "config", "local", "system.profile"} //nolint:gochecknoglobals
|
||||
// IndexStat hold an index usage statistics.
|
||||
type IndexStat struct {
|
||||
Accesses struct {
|
||||
|
Reference in New Issue
Block a user