Skip to content

Commit

Permalink
Fix deliver_get field in rabbitmq input (#3633)
Browse files Browse the repository at this point in the history
(cherry picked from commit acea710)
  • Loading branch information
kerams authored and danielnelson committed Jan 3, 2018
1 parent 384ef6a commit 4aa8d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/rabbitmq/rabbitmq.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ type MessageStats struct {
AckDetails Details `json:"ack_details"`
Deliver int64
DeliverDetails Details `json:"deliver_details"`
DeliverGet int64
DeliverGet int64 `json:"deliver_get"`
DeliverGetDetails Details `json:"deliver_get_details"`
Publish int64
PublishDetails Details `json:"publish_details"`
Expand Down

0 comments on commit 4aa8d72

Please sign in to comment.