Fix mongodb total_created field naming (#6643)
This commit is contained in:
parent
8cba5941be
commit
e2fde882c7
|
@ -252,7 +252,7 @@ type FlushStats struct {
|
||||||
type ConnectionStats struct {
|
type ConnectionStats struct {
|
||||||
Current int64 `bson:"current"`
|
Current int64 `bson:"current"`
|
||||||
Available int64 `bson:"available"`
|
Available int64 `bson:"available"`
|
||||||
TotalCreated int64 `bson:"total_created"`
|
TotalCreated int64 `bson:"totalCreated"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// DurTiming stores information related to journaling.
|
// DurTiming stores information related to journaling.
|
||||||
|
|
Loading…
Reference in New Issue