GitHub user rhauch opened a pull request:
https://github.com/apache/kafka/pull/3959
KAFKA-5901 Added Connect metrics specific to source tasks
Added Connect metrics specific to source tasks. This PR is built on top of
#3911, and when that is merged this can be rebased and merged.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rhauch/kafka kafka-5901
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/3959.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3959
----
commit 2b96e8ba1f0cd1fd77898281c9d7dd3cb60c4834
Author: Randall Hauch <[email protected]>
Date: 2017-09-19T22:09:07Z
KAFKA-5900 Corrected Percentiles and Histogram metric components
Expanded upon the unit tests, and corrected several issues found during the
expanded testing of these classes that donât appear to have been used yet.
commit 7563c1414adc3343161c9382114baded06989d47
Author: Randall Hauch <[email protected]>
Date: 2017-09-14T23:17:31Z
KAFKA-5900 Added worker task metrics common to both sink and source tasks
commit 418ec59d941e38b947b44bee27439b51b06ccd24
Author: Randall Hauch <[email protected]>
Date: 2017-09-25T18:04:34Z
KAFKA-5900 Added JavaDoc and improved indentation
commit b55bfafbc8e840371fad42508608e3aa14e546d4
Author: Randall Hauch <[email protected]>
Date: 2017-09-20T15:15:14Z
KAFKA-5901 Added source task metrics
----
---