Skip to content

Commit 6e76dfd

Browse files
authored
Merge pull request #254 from stormshield-kg/default-pg-instrumentation
2 parents 1d2e39d + 3017606 commit 6e76dfd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/pg/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,9 @@ impl AsyncPgConnection {
503503
Some(error_rx),
504504
Some(notification_rx),
505505
Some(shutdown_tx),
506-
Arc::new(std::sync::Mutex::new(DynInstrumentation::none())),
506+
Arc::new(std::sync::Mutex::new(
507+
DynInstrumentation::default_instrumentation(),
508+
)),
507509
)
508510
.await
509511
}

0 commit comments

Comments
 (0)