aiai-bot commented on issue #3951: URL: https://github.com/apache/hertzbeat/issues/3951#issuecomment-3743485693
<!-- code-pr-reviewer --> Thanks for the suggestion. HertzBeat currently supports Doris as a monitoring target (BE/FE via Prometheus protocol in `app-doris_be.yml`/`app-doris_fe.yml`), but does not support it as a time-series storage backend. The warehouse module already has implementations for 7 time-series databases (TDengine, InfluxDB, GreptimeDB, IoTDB, QuestDB, VictoriaMetrics, DuckDB) under `hertzbeat-warehouse/src/main/java/org/apache/hertzbeat/warehouse/store/history/tsdb/`, which can serve as templates. Before we proceed, could you clarify: 1. Which Doris version do you target (1.x or 2.x)? 2. Should this support both metrics and log data storage, or metrics only? A reference implementation would involve creating `DorisProperties.java` and `DorisDataStorage.java` (extending `AbstractHistoryDataStorage`), plus adding `warehouse.store.doris` configuration to `script/application.yml`. Doris is MySQL-protocol compatible, so the MySQL JDBC driver can be used. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
