mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-25 01:10:37 +00:00
feat: flow's http server (#5372)
* feat: flow's http server * feat: add cli options for http addr * test: sqlness runner http addr * feat: metrics * chore: also shutdown http server
This commit is contained in:
@@ -490,6 +490,7 @@ impl Env {
|
||||
sqlness_home.display()
|
||||
));
|
||||
args.push("--metasrv-addrs=127.0.0.1:29302".to_string());
|
||||
args.push(format!("--http-addr=127.0.0.1:2951{id}"));
|
||||
(args, format!("127.0.0.1:2968{id}"))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user