Telemetry - change NetworkState from string to json (#2338)

* change NetworkState from string to json in telemetry
This commit is contained in:
mattrutherford
2019-04-22 18:30:01 +01:00
committed by GitHub
parent 07268022cc
commit 778bf0256f
6 changed files with 42 additions and 10 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ parking_lot = "0.7.1"
error-chain = "0.12"
lazy_static = "1.0"
log = "0.4"
slog = "^2"
slog = {version = "^2", features = ["nested-values"]}
tokio = "0.1.7"
exit-future = "0.1"
serde = "1.0"