From beebe501ecdda7be7ca7ffc463fe7a988d7c1fe2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C4=8Ctvrtka?= Date: Mon, 17 Feb 2025 15:30:31 +0100 Subject: [PATCH] PMM-9288 Fix. --- src/go/mongolib/proto/system.profile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"`