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.
1 parent 7a646dd commit 314afdcCopy full SHA for 314afdc
README.md
@@ -46,8 +46,6 @@ Then, you can use the SDK to instrument the code. Here's a simple example which
46
use std::fs;
47
use std::sync::LazyLock;
48
49
-use opentelemetry::{KeyValue, metrics::Counter};
50
-
51
type Result<T> = std::result::Result<T, Box<dyn std::error::Error>>;
52
53
fn main() -> Result<()> {
0 commit comments