Skip to content

Commit

Permalink
breakers is plural in json repsonse (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmulvey authored and olivere committed May 29, 2017
1 parent fafb2b9 commit 514b84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes_stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ type NodesStatsNode struct {
HTTP *NodesStatsNodeHTTP `json:"http"`

// Breaker contains information about circuit breakers.
Breaker map[string]*NodesStatsBreaker `json:"breaker"`
Breaker map[string]*NodesStatsBreaker `json:"breakers"`

// ScriptStats information.
ScriptStats *NodesStatsScriptStats `json:"script"`
Expand Down

0 comments on commit 514b84d

Please sign in to comment.