mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-13 02:01:10 +08:00
Added system.profile to the ingored dbs
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
|||||||
"gopkg.in/mgo.v2/bson"
|
"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.
|
// IndexStat hold an index usage statistics.
|
||||||
type IndexStat struct {
|
type IndexStat struct {
|
||||||
Accesses struct {
|
Accesses struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user