summaryrefslogtreecommitdiff
path: root/kafka/metrics
Commit message (Collapse)AuthorAgeFilesLines
* Fix quota violation exception message (#809)Dana Powers2016-08-201-4/+4
|
* Always absolute_importabsolute_importDana Powers2016-08-0224-0/+50
|
* Update Sensor time_ms docs; only calculate if neededDana Powers2016-07-161-3/+3
|
* small bug fix in SensorZack Dever2016-05-031-1/+1
| | | pulling in this small bug fix from https://github.com/apache/kafka/pull/1265/files#diff-8736b7fd8ad077ea55ea2a8ad61285faR99
* trying to use locks a little less. still not ideal.Zack Dever2016-04-134-19/+18
|
* Basic dictionary reporter in place of the java JMX reporter.Zack Dever2016-04-132-1/+84
|
* Kafka metrics java port. No reporters or instrumentation.Zack Dever2016-04-1323-0/+1246
There is no straight translation for the JMX reporter into python, so I'll do something else in a separate commit.