PMM-9288 Fix.

This commit is contained in:
Jiří Čtvrtka
2025-02-17 15:30:31 +01:00
parent 260ca8151d
commit beebe501ec

View File

@@ -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"`