Report tasks metrics to Prometheus (#5619)

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Pierre Krieger
2020-04-15 11:10:03 +02:00
committed by GitHub
parent b267b1728f
commit cff1390456
6 changed files with 211 additions and 42 deletions
+1 -1
View File
@@ -24,7 +24,6 @@ wasmtime = [
derive_more = "0.99.2"
futures01 = { package = "futures", version = "0.1.29" }
futures = "0.3.4"
futures-diagnose = "1.0"
parking_lot = "0.10.0"
lazy_static = "1.4.0"
log = "0.4.8"
@@ -32,6 +31,7 @@ slog = { version = "2.5.2", features = ["nested-values"] }
futures-timer = "3.0.1"
wasm-timer = "0.2"
exit-future = "0.2.0"
pin-project = "0.4.8"
serde = "1.0.101"
serde_json = "1.0.41"
sysinfo = "0.12.0"