PMM-12548 Response length json tag.

This commit is contained in:
Jiří Čtvrtka
2025-04-15 14:43:58 +02:00
parent c9bb7a260d
commit 824ba7e80a

View File

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