Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[warehouse] add support using greptimedb store history metrics data(#834
) * [script] update warehouse jpa store metrics expire-time to 1h * [script] update warehouse jpa store metrics expire-time to 1h * [script] update warehouse jpa store metrics expire-time to 1h * [script] update warehouse jpa store metrics expire-time to 1h * [warehouse] support greptime db store metrics data * [manager] update version * [manager] update greptime * [manager] update greptime * constraint common dependencies version * fix unsupported error * remove success result * [code]feature: add GrepTimeDb `getHistoryMetricData` * [warehouse]feature: 1.add GrepTimeDb `createDatabase` 2.Check if the database exists; if it does not exist, create the database. * [warehouse]feature: 1.add GrepTimeDb `getHistory` * [warehouse] bugfix can not catch exception when table not exist * [warehouse] support time period string query, 1h 3D 3W * [warehouse] support time period string query, 1h 3D 3W * [warehouse]feature: 1.add GrepTimeDb `getHistoryIntervalMetricData` * merge master * update * [warehouse]Add support for greptimedb. * [warehouse]Add support for greptimedb. * Update warehouse/src/main/java/org/dromara/hertzbeat/warehouse/store/HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: zqr10159 <zqr10159@126.com> * Update warehouse/src/main/java/org/dromara/hertzbeat/warehouse/store/HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: zqr10159 <zqr10159@126.com> * Update warehouse/src/main/java/org/dromara/hertzbeat/warehouse/store/HistoryGrepTimeDbDataStorage.java Co-authored-by: JeremyHi <jiachun_feng@proton.me> Signed-off-by: tomsun28 <tomsun28@outlook.com> * [warehouse] 1.Update greptimedb `0.1.2` to `0.1.3`, 2.Use async method `future.get()` to write rows, 3.Update `GrepTime` to `Greptime` * [warehouse] 1.Update greptimedb `0.1.2` to `0.1.3`, 2.Use sync method `future.get()` to write rows, 3.Update `GrepTime` to `Greptime` * Update warehouse/pom.xml --------- Signed-off-by: zqr10159 <zqr10159@126.com> Signed-off-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: tomsun28 <tomsun28@outlook.com> Co-authored-by: JeremyHi <jiachun_feng@proton.me>
- Loading branch information