Skip to content

Commit

Permalink
feat: enable process metrics (#1180)
Browse files Browse the repository at this point in the history
Co-authored-by: Karel Moravec <[email protected]>
  • Loading branch information
sam701 and karlem authored Nov 5, 2024
1 parent a73bcf7 commit c93fb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ num-traits = "0.2"
num_enum = "0.7.2"
paste = "1"
pin-project = "1.1.2"
prometheus = "0.13"
prometheus = { version = "0.13", features = ["process"] }
prometheus_exporter = "0.8"
prost = { version = "0.11" }
quickcheck = "1"
Expand Down

0 comments on commit c93fb75

Please sign in to comment.