nvgoldin / jenkins-graphite

Send Jenkins metrics to Graphite
GNU General Public License v3.0
9 stars 2 forks source link

aggregate the results and send at once #4

Open nvgoldin opened 8 years ago

nvgoldin commented 8 years ago

aggregate all results from all collecting functions into one data structure and send it together, with a buffer. on the way get rid of the dict structure and use lists instead(to send to graphite)