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 b4306bf commit fe88754Copy full SHA for fe88754
src/query/service/src/sessions/session_mgr_metrics.rs
@@ -68,6 +68,12 @@ impl SessionManagerMetricsCollector {
68
}
69
70
71
+impl Default for SessionManagerMetricsCollector {
72
+ fn default() -> Self {
73
+ Self::new()
74
+ }
75
+}
76
+
77
impl std::fmt::Debug for SessionManagerMetricsCollector {
78
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
79
write!(f, "SessionMetricsCollector")
0 commit comments