summaryrefslogtreecommitdiff
path: root/kafka/metrics/stats
Commit message (Collapse)AuthorAgeFilesLines
* Be explicit with tuples for %s formattingJeff Widman2018-11-183-3/+3
| | | | Fix #1633
* use absolute imports everywhere (#1362)Kevin Tindall2018-02-061-10/+10
|
* Fix quota violation exception message (#809)Dana Powers2016-08-201-4/+4
|
* Always absolute_importabsolute_importDana Powers2016-08-0212-0/+25
|
* 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-131-4/+3
|
* Kafka metrics java port. No reporters or instrumentation.Zack Dever2016-04-1312-0/+621
There is no straight translation for the JMX reporter into python, so I'll do something else in a separate commit.