From 824ba7e80ab2f46a26d9942bd648952b65da2ef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20=C4=8Ctvrtka?= Date: Tue, 15 Apr 2025 14:43:58 +0200 Subject: [PATCH] PMM-12548 Response length json tag. --- 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 ba016ac6..0e50394e 100644 --- a/src/go/mongolib/proto/system.profile.go +++ b/src/go/mongolib/proto/system.profile.go @@ -92,7 +92,7 @@ type SystemProfile struct { UpdateObj bson.D `bson:"updateobj" json:"updateobj"` Command bson.D `bson:"command" json:"command"` OriginatingCommand bson.D `bson:"originatingCommand" json:"originatingCommand"` - ResponseLength int `bson:"responseLength" json:"responseLength"` + ResponseLength int `bson:"responseLength" json:"reslen"` Ts time.Time `bson:"ts" json:"ts"` User string `bson:"user" json:"user"` WriteConflicts int `bson:"writeConflicts" json:"writeConflicts"`