-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* write stats to kafka * vendor dependencies for kafka * update Dockerfile to include library required for kafka * allow passing an array of brokers * allow passing single string to brokers * warn if not all messages got delivered in a timely fashion * fix cli arg parsing * add ability to output to kafka with json * put formatting of samples into function * remove commented code * install librdkafka from alpine edge community repo * convert from confluent-kafka-go to sarama * revert Dockerfile to original now that crazy deps are gone * revendor to add sarama and remove confluent-kafka-go * gofmt * use mapstructure to unwind arg string * remove invalid test * convert string to []string * use null types * add simple test for kafka.formatSamples * updates after rebasing from master * remove unused functions * update test name * do not need []null.String for []string * allow passing influx config to kafka collector * make PushInterval configurable * convert PushInterval to types.NullDuration * use the Duration directly
- Loading branch information
Showing
194 changed files
with
25,285 additions
and
18 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.