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 3ad57b5 commit f1dfc15Copy full SHA for f1dfc15
examples/self-diagnostics/src/main.rs
@@ -35,7 +35,6 @@ impl ErrorState {
35
36
static GLOBAL_ERROR_STATE: Lazy<Arc<ErrorState>> = Lazy::new(|| Arc::new(ErrorState::new()));
37
38
-
39
fn init_logger_provider() -> opentelemetry_sdk::logs::LoggerProvider {
40
let exporter = LogExporter::builder()
41
.with_http()
0 commit comments