summaryrefslogtreecommitdiff
path: root/kafka/metrics/stats/sensor.py
Commit message (Collapse)AuthorAgeFilesLines
* 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-131-0/+133
There is no straight translation for the JMX reporter into python, so I'll do something else in a separate commit.