Skip to content

Commit

Permalink
Update metrics-rs libs together.
Browse files Browse the repository at this point in the history
  • Loading branch information
evaneaston committed May 30, 2024
1 parent f2d8289 commit a597e84
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ hyper = "1.3.1"
hyper-rustls = "0.27.1"
hyper-util = "0.1.3"
log = "0.4.21"
metrics = "0.22.3"
metrics-exporter-prometheus = "0.14.0"
metrics-util = "0.16.3"
metrics = "0.23.0"
metrics-exporter-prometheus = "0.15.0"
metrics-util = "0.17.0"
serde = "1.0.200"
serde_with = "3.8.0"
serde_yaml = "0.9.33"
Expand Down
1 change: 1 addition & 0 deletions exporter/tests/exporter_integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ async fn exporter_integration_test() -> Result<(), Box<dyn Error>> {
.env("LISTEN_ADDRESS", "127.0.0.1")
.env("LISTEN_PORT", port.to_string())
.env("RUST_BACKTRACE", "1")
.env("RUST_LOG", "info")
.args(Vec::<String>::new())
.spawn()
.expect("unable to start exporter");
Expand Down

0 comments on commit a597e84

Please sign in to comment.