Skip to content

Commit

Permalink
Fixing typo in serialized JSON property name (#18420) (#18421)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator authored May 11, 2020
1 parent e071839 commit c21ee6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metricbeat/module/elasticsearch/index/data_xpack.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ type bulkStats struct {
TotalOperations int `json:"total_operations"`
TotalTimeInMillis int `json:"total_time_in_millis"`
TotalSizeInBytes int `json:"total_size_in_bytes"`
AvgTimeInMillis int `json:"throttle_time_in_millis"`
AvgTimeInMillis int `json:"avg_time_in_millis"`
AvgSizeInBytes int `json:"avg_size_in_bytes"`
}

Expand Down

0 comments on commit c21ee6d

Please sign in to comment.