mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-19 18:34:59 +00:00
PMM-9288 Fix.
This commit is contained in:
@@ -100,7 +100,7 @@ type SystemProfile struct {
|
|||||||
QueryHash string `bson:"queryHash"`
|
QueryHash string `bson:"queryHash"`
|
||||||
Storage struct {
|
Storage struct {
|
||||||
Data struct {
|
Data struct {
|
||||||
BytesRead int `bson:"bytesRead"`
|
BytesRead int64 `bson:"bytesRead"`
|
||||||
TimeReadingMicros int64 `bson:"timeReadingMicros"`
|
TimeReadingMicros int64 `bson:"timeReadingMicros"`
|
||||||
} `bson:"data"`
|
} `bson:"data"`
|
||||||
} `bson:"storage"`
|
} `bson:"storage"`
|
||||||
|
Reference in New Issue
Block a user