mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 05:42:57 +00:00
feat: support 2+2 and /status/buildinfo (#3604)
* feat: implement buildinfo endpoint Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * refactor prom result struct Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * add more integration test Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * format toml file Signed-off-by: Ruihang Xia <waynestxia@gmail.com> * Update src/servers/src/http/prometheus_resp.rs --------- Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
This commit is contained in:
@@ -134,6 +134,7 @@ reqwest = { version = "0.11", default-features = false, features = [
|
||||
] }
|
||||
rskafka = "0.5"
|
||||
rust_decimal = "1.33"
|
||||
schemars = "0.8"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = { version = "1.0", features = ["float_roundtrip"] }
|
||||
serde_with = "3"
|
||||
|
||||
Reference in New Issue
Block a user