kafka/connect
Randall Hauch 11afff0990 KAFKA-5990: Enable generation of metrics docs for Connect (KIP-196)
A new mechanism was added recently to the Metrics framework to make it easier to generate the documentation. It uses a registry with a MetricsNameTemplate for each metric, and then those templates are used when creating the actual metrics. The metrics framework provides utilities that can generate the HTML documentation from the registry of templates.

This change moves the recently-added Connect metrics over to use these templates and to then generate the metric documentation for Connect.

This PR is based upon #3975 and can be rebased once that has been merged.

Author: Randall Hauch <rhauch@gmail.com>

Reviewers: Ewen Cheslack-Postava <ewen@confluent.io>

Closes #3987 from rhauch/kafka-5990
2017-10-04 11:05:50 -07:00
..
api KAFKA-5579: check for null 2017-07-17 10:45:31 -07:00
file/src KAFKA-4501; Fix EasyMock and disable PowerMock tests under Java 9 2017-09-13 18:18:54 +01:00
json KAFKA-4924: Fix Kafka Connect API findbugs warnings 2017-03-21 16:48:44 -07:00
runtime/src KAFKA-5990: Enable generation of metrics docs for Connect (KIP-196) 2017-10-04 11:05:50 -07:00
transforms/src KAFKA-5535: Handle null values in ExtractField 2017-08-04 10:25:21 -07:00