Index: trunk/udpprofile/profiler-to-carbon |
— | — | @@ -81,6 +81,7 @@ |
82 | 82 | |
83 | 83 | message = "%s.tp50 %.3f %d\n" % ( key, float(current[key]['samples'][tp50])*1000, now ) |
84 | 84 | logging.debug("sending: %s", message) |
| 85 | + graph.send(message) |
85 | 86 | |
86 | 87 | message = "%s.tp99 %.3f %d\n" % ( key, float(current[key]['samples'][tp99])*1000, now ) |
87 | 88 | logging.debug("sending: %s", message) |