mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-10-14 14:10:47 +00:00
PMM-12548 Response length json tag.
This commit is contained in:
@@ -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"`
|
||||
|
Reference in New Issue
Block a user