Add option to write profiler output to InfluxDB

This commit is contained in:
Fernando Jiménez Moreno 2017-06-20 18:57:58 +02:00
parent 990c4091fe
commit 360f2cc492
5 changed files with 87 additions and 6 deletions

View file

@ -11,6 +11,7 @@ path = "lib.rs"
[dependencies]
profile_traits = {path = "../profile_traits"}
influent = "0.4"
ipc-channel = "0.8"
heartbeats-simple = "0.4"
log = "0.3.5"