Skip to content

Commit

Permalink
Use /lag instead of /status. Update tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
arkady-emelyanov committed Nov 23, 2017
1 parent c28689e commit 1a863dc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/inputs/burrow/burrow_consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func fetchConsumer(api apiClient, res apiResponse, uri string) {

for _, group := range groupList {
escaped := url.PathEscape(group)
producerChan <- fmt.Sprintf("%s/%s/status", uri, escaped)
producerChan <- fmt.Sprintf("%s/%s/lag", uri, escaped)
}

for i := len(groupList); i > 0; i-- {
Expand Down

0 comments on commit 1a863dc

Please sign in to comment.