mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-05-31 04:10:38 +00:00
feat: write logical region to metric engine (#2759)
* transform write request Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * add tests for put request Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * use table_id instead of metric_name Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * fix typo Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * CR sugg. Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * define random state as const Signed-off-by: Ruihang Xia <waynestxia@gmail.com> --------- Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -5,7 +5,7 @@ edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
[dependencies]
|
||||
ahash = { version = "0.8", features = ["compile-time-rng"] }
|
||||
ahash.workspace = true
|
||||
api.workspace = true
|
||||
arc-swap = "1.0"
|
||||
arrow-schema.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user