Skip to content

Commit

Permalink
fix: fixing json syntax in json exporter output
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetit committed Apr 23, 2024
1 parent a484215 commit c96c12e
Show file tree
Hide file tree
Showing 3 changed files with 208 additions and 23 deletions.
134 changes: 121 additions & 13 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ hyper = { version = "0.14", features = ["full"], optional = true }
tokio = { version = "1.26.0", features = ["full"], optional = true}
sysinfo = { version = "0.28.3"}
isahc = { version = "1.7.2", optional = true }
ctrlc = { version = "3.4", features = [ "termination" ] }

[target.'cfg(target_os="linux")'.dependencies]
procfs = { version = "0.15.0" }
Expand Down
Loading

0 comments on commit c96c12e

Please sign in to comment.