Skip to content

Commit 6e8d811

Browse files
authored
Merge pull request #12 from haixuanTao/bump-version
Bump version to 0.4.1 and remove trace warning that creates stdout deadlock issue
2 parents cddd785 + 7bff3a4 commit 6e8d811

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "opentelemetry-system-metrics"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "System metric export through Opentelemetry"

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ async fn register_metrics(
251251
}
252252
Err(_) => {
253253
// If we can't get the NVML, we just put 0.
254-
warn!("Could not get NVML, recording 0 for GPU memory usage");
255254
}
256255
}
257256
}

0 commit comments

Comments
 (0)