Fix mongodb total_created field naming (#6643)

This commit is contained in:
pertu
2019-11-12 22:45:09 +03:00
committed by Daniel Nelson
parent 8cba5941be
commit e2fde882c7

View File

@@ -252,7 +252,7 @@ type FlushStats struct {
type ConnectionStats struct {
Current int64 `bson:"current"`
Available int64 `bson:"available"`
TotalCreated int64 `bson:"total_created"`
TotalCreated int64 `bson:"totalCreated"`
}
// DurTiming stores information related to journaling.