mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-19 06:20:38 +00:00
* test: add physical plan wrapper trait * test: add plugins to datanode initialization * test: add plugins to datanode initialization * chore: add metrics method * chore: update meter-core version * chore: remove unused code * chore: impl metrics method on df execution plan adapter * chore: minor comment fix * chore: add retry in create table * chore: shrink keep lease handler buffer * chore: add etcd batch size warn * chore: try shrink * Revert "chore: try shrink" This reverts commit0361b51670. * chore: add create table backup time * add metrics in some interfaces Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * calc elapsed time and rows Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * chore: remove timer in scan batch * chore: add back stream metrics wrapper * chore: add timer to ready poll * chore: minor update * chore: try using df_plan.metrics() * chore: remove table scan timer * chore: remove scan timer * chore: add debug log * Revert "chore: add debug log" This reverts commit672a0138fd. * chore: use batch size as row count * chore: use batch size as row count * chore: tune code for pr * chore: rename to physical plan wrapper --------- Signed-off-by: Ruihang Xia <waynestxia@gmail.com> Co-authored-by: Ruihang Xia <waynestxia@gmail.com>