Stackdriver / jmxtrans-config-stackdriver

Contains configuration samples for using jmxtrans to publish JMX metrics to Stackdriver.
Apache License 2.0
15 stars 12 forks source link

Config doesn't work with Kafka 0.8.2+ for Google Cloud Monitoring #10

Open kevinschumacher opened 9 years ago

kevinschumacher commented 9 years ago

The config for kafka currently in master (https://github.com/Stackdriver/jmxtrans-config-stackdriver/blob/master/jmxtrans/google-cloud-monitoring/json-detect-instance/kafka.json as linked from: https://cloud.google.com/monitoring/agent/plugins/kafka ) will not result in metrics being recorded because the jmx beans it is looking for don't exist in 0.8.2 (they have different names).

(This is basically here for those who may come here from the linked page, and find that metrics aren't being reported correctly.)

Related pull requests: #7, #8, #9

rachlenko commented 8 years ago

Is it possible to use it for generic kafka 0.8.2 installation ?