Skip to content

Commit

Permalink
Switch to metrics-rs for metrics collection
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Dec 20, 2023
1 parent ff02576 commit 774e4e2
Show file tree
Hide file tree
Showing 11 changed files with 289 additions and 387 deletions.
212 changes: 139 additions & 73 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ hpke = { version = "0.11.0", features = ["std", "serde_impls"] }
indoc = "2.0.4"
lazy_static = "1.4.0"
m3u8-rs = "5.0.5"
metrics = "0.21.1"
metrics-exporter-prometheus = "0.12.2"
nix = { version = "0.27.0", features = ["process", "signal"] }
kagiyama = "0.3.0"
pem-rfc7468 = { version = "0.7.0", features = ["alloc"] }
rand = "0.8.5"
ratatui = { version = "0.23.0", features = ["all-widgets"]}
Expand Down
3 changes: 2 additions & 1 deletion agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ edition.workspace = true
axum.workspace = true
byte-unit.workspace = true
clap.workspace = true
kagiyama.workspace = true
metrics.workspace = true
metrics-exporter-prometheus.workspace = true
nix.workspace = true
regex.workspace = true
satori-common.workspace = true
Expand Down
Loading

0 comments on commit 774e4e2

Please sign in to comment.