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 7043e09 commit 9b03a5cCopy full SHA for 9b03a5c
tests-integration/src/cluster.rs
@@ -441,7 +441,6 @@ impl GreptimeDbClusterBuilder {
441
instance,
442
servers,
443
heartbeat_task: Some(heartbeat_task),
444
- export_metrics_task: None,
445
}
446
447
tests-integration/src/standalone.rs
@@ -288,7 +288,6 @@ impl GreptimeDbStandaloneBuilder {
288
289
servers: ServerHandlers::default(),
290
heartbeat_task: None,
291
292
};
293
294
frontend.start().await.unwrap();
0 commit comments