使用 Prometheus 监控

    Ozone 原生支持 Prometheus,各个组件会启动一个兼容 Prometheus 的指标端点,将所有可用的 hadoop 指标以 Prometheus 的格式导出发布。

    1. 下载 Prometheus 二进制包。
    • 你需要在 文件中添加配置才可以启用 Prometheus 指标端点。

    注意: 对于基于 docker-compose 方式的伪集群,在 文件中添加 。

    • 重启 OM 和 SCM,检查端点:

    • 根据这两个端点,创建 prometheus.yaml 配置文件:

    • 在 prometheus.yaml 文件所在目录启动 Prometheus:

    http://localhost:9090/targets

    • 在 Prometheus web ui 中查看任意的指标,例如: For example:

    Ozone 发行包中包含了一个即开即用的容器化环境来试用 Ozone 和 Prometheus,在 目录下。