diff --git a/src/go/mongolib/proto/system.profile.go b/src/go/mongolib/proto/system.profile.go index b258d219..1b802d02 100644 --- a/src/go/mongolib/proto/system.profile.go +++ b/src/go/mongolib/proto/system.profile.go @@ -100,7 +100,7 @@ type SystemProfile struct { QueryHash string `bson:"queryHash"` Storage struct { Data struct { - BytesRead int `bson:"bytesRead"` + BytesRead int64 `bson:"bytesRead"` TimeReadingMicros int64 `bson:"timeReadingMicros"` } `bson:"data"` } `bson:"storage"`