Skip to content

Commit 29aaf4a

Browse files
committed
refactor metrics registry and add a system metric
1 parent 333ecb2 commit 29aaf4a

File tree

19 files changed

+1671
-575
lines changed

19 files changed

+1671
-575
lines changed

Cargo.lock

Lines changed: 131 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ cookie = "0.18.1"
125125
malachite = "0.6.1"
126126
byteorder = "1.5.0"
127127
metrics = "0.24.2"
128-
metrics-util = { version = "0.20.0", features = ["registry", "storage"] }
129128
dashmap = "6.1.0"
130129
google-cloud-monitoring-v3 = "1.0.0"
131130
google-cloud-api = "1.0.0"
132131
google-cloud-wkt = "1.0.0"
132+
sysinfo = "0.37.2"
133133

134134
[build-dependencies]
135135
prost-build = "0.12.3"

0 commit comments

Comments
 (0)