Skip to content

Commit

Permalink
Fix mongodb total_created field naming (influxdata#6643)
Browse files Browse the repository at this point in the history
(cherry picked from commit e2fde88)
  • Loading branch information
pertu authored and danielnelson committed Nov 12, 2019
1 parent b157500 commit 35aae8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/mongodb/mongostat.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 35aae8f

Please sign in to comment.