本文档介绍使用 AutoMQ 过程中,如何对 AutoMQ 进行指标观测、监控报警和指标可视化Dashboard 查看。Documentation Index
Fetch the complete documentation index at: https://docs.automq.com/llms.txt
Use this file to discover all available pages before exploring further.
指标采集
AutoMQ 完全兼容 Apache Kafka,除了支持原生的 Kafka 指标之外,还透出了例如 S3Stream 等新增的系统指标。AutoMQ 的系统指标通过如下方式对外暴露:- 原生 JMX 指标查询: AutoMQ 开源版兼容 Apache Kafka 原生的 JMX 指标查询,所有指标均可以通过 JMX API 查询。
- 将 Metrics 集成到 Prometheus▸: AutoMQ 开源版使用 OpenTelemetry SDK 实现 Metrics 采集和导出,用户可部署OTLP Collector 或者使用 Prometheus OTLP Receiver 等组件实现指标上报和转储到 Prometheus。