Skip to content

Commit

Permalink
correct api prefix for sample configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
arkady-emelyanov committed May 18, 2018
1 parent 8a53b90 commit ca5801d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/inputs/burrow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ via [Burrow](https://github.com/linkedin/Burrow) HTTP v3 [API](https://github.co
servers = [ "http://127.0.0.1:8000" ]
## Prefix all HTTP API requests.
#api_prefix = "/v2/kafka"
#api_prefix = "/v3/kafka"
## Maximum time to receive response.
#timeout = "5s"
Expand Down
2 changes: 1 addition & 1 deletion plugins/inputs/burrow/burrow.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const configSample = `
servers = [ "http://127.0.0.1:8000" ]
## Prefix all HTTP API requests.
#api_prefix = "/v2/kafka"
#api_prefix = "/v3/kafka"
## Maximum time to receive response.
#timeout = "5s"
Expand Down

0 comments on commit ca5801d

Please sign in to comment.