mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-06 13:22:57 +00:00
* feat: distributed execute GRPC and Prometheus query in Frontend * feat: distributed execute GRPC and Prometheus query in Frontend * Apply suggestions from code review Co-authored-by: Lei, Huang <6406592+v0y4g3r@users.noreply.github.com> * feat: distributed execute GRPC and Prometheus query in Frontend * fix: do not convert timestamp to string when converting logical plan to SQL * fix: tests * refactor: no mock * refactor: 0.0.0.0 -> 127.0.0.1 * refactor: 0.0.0.0 -> 127.0.0.1 * refactor: 0.0.0.0 -> 127.0.0.1 Co-authored-by: luofucong <luofucong@greptime.com> Co-authored-by: Lei, Huang <6406592+v0y4g3r@users.noreply.github.com>
5 lines
115 B
TOML
5 lines
115 B
TOML
bind_addr = '127.0.0.1:3002'
|
|
server_addr = '127.0.0.1:3002'
|
|
store_addr = '127.0.0.1:2379'
|
|
datanode_lease_secs = 15
|