We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cddd785 + 7bff3a4 commit 6e8d811Copy full SHA for 6e8d811
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "opentelemetry-system-metrics"
3
-version = "0.4.0"
+version = "0.4.1"
4
edition = "2021"
5
license = "Apache-2.0"
6
description = "System metric export through Opentelemetry"
src/lib.rs
@@ -251,7 +251,6 @@ async fn register_metrics(
251
}
252
Err(_) => {
253
// If we can't get the NVML, we just put 0.
254
- warn!("Could not get NVML, recording 0 for GPU memory usage");
255
256
257
0 commit comments