jmxtrans / jmxtrans-agent

Java Agent based JMX metrics exporter.
MIT License
179 stars 110 forks source link

WARP-3686: Realizing Jmxtrans writed into influxDB #83

Closed smileusd closed 8 years ago

smileusd commented 8 years ago

I write a code file of "LineProtocolOutputWriter.java" to realize writing data from other system to influxDB.

kerlandsson commented 8 years ago

Thank you @shentaosky.

I have not looked through your PR, but from the latest version of jmxtrans-agent there is an InfluxDB output writer implemented. See here for details. Are you missing anything in that implementation? If you miss anything I suggest making a PR that amends that existing implementation.

smileusd commented 8 years ago

Sorry, I finished this code in 10 months ago in company, but I forgot to pull request my code, and went back to school and finish my degree. I have look through the existed implementation, and it is consistent with my realization. My code aimed at getting information from Hbase and storing into influxDB and then show in Grafana.