Tools / Apache HertzBeat Interview Questions
What are the core modules of HertzBeat?
HertzBeat is a multi-module Maven project, and knowing the module breakdown is a good way to show you understand its architecture, not just its UI.
| Module | Responsibility |
| hertzbeat-manager | Job scheduling, control, and the web API |
| hertzbeat-collector | Distributed metrics collection (basic, kafka, mongodb, nebulagraph sub-modules) |
| hertzbeat-alerter | Alert processing and notification dispatch |
| hertzbeat-warehouse | Time-series and real-time metric storage |
| hertzbeat-remoting | Netty-based manager-collector communication |
| hertzbeat-ai / hertzbeat-otel | AI/MCP features and OpenTelemetry log & trace ingestion |
More Related questions...