summaryrefslogtreecommitdiffstats
path: root/storperf/carbon/emitter.py
diff options
context:
space:
mode:
Diffstat (limited to 'storperf/carbon/emitter.py')
-rw-r--r--storperf/carbon/emitter.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/storperf/carbon/emitter.py b/storperf/carbon/emitter.py
index 6104fd4..c9af8a6 100644
--- a/storperf/carbon/emitter.py
+++ b/storperf/carbon/emitter.py
@@ -35,3 +35,5 @@ class CarbonMetricTransmitter():
carbon_socket.send(message + '\n')
carbon_socket.close()
+ self.logger.info("Sent metrics to carbon with timestamp %s"
+ % timestamp)