-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update sarama to master + SASL fix #2798
Conversation
urso
commented
Oct 18, 2016
- based on v1.10.1
- master:
- fixes bug in in v0.10 protocol if compression is enabled (default)
- introduces broker metrics
- SASL/plain included
- Add support kafka 0.10.0.1 version string to valid libbeat kafka settings
- Hook up sarama kafka metrics (go-metrics introduces endpoint debug/metrics)
- based on v1.10.1 - master: - fixes bug in in v0.10 protocol if compression is enabled (default) - introduces broker metrics - SASL/plain included
reg := metrics.NewPrefixedRegistry("libbeat.kafka.") | ||
|
||
// Note: registers /debug/metrics handler for displaying all expvar counters | ||
exp.Exp(reg) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will that also include our other expvars under /debug/metrics
? If yes, it's kind of strange to register them here, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, debug/metrics
will display all expvars.
* Update sarama to master + SASL fix - based on v1.10.1 - master: - fixes bug in in v0.10 protocol if compression is enabled (default) - introduces broker metrics - SASL/plain included * Add kafka 0.10.0.1 version string to config * Hook up sarama kafka metrics
* Update sarama to master + SASL fix - based on v1.10.1 - master: - fixes bug in in v0.10 protocol if compression is enabled (default) - introduces broker metrics - SASL/plain included * Add kafka 0.10.0.1 version string to config * Hook up sarama kafka metrics
Fixes #2651 |
Fixes #2717 |
* Update sarama to master + SASL fix - based on v1.10.1 - master: - fixes bug in in v0.10 protocol if compression is enabled (default) - introduces broker metrics - SASL/plain included * Add kafka 0.10.0.1 version string to config * Hook up sarama kafka metrics