【发布时间】:2021-04-23 02:36:30
【问题描述】:
我想使用收集 greenplum 监控指标并用 grafana 显示它。如何在没有 gpcc 和 gpperfmon 的情况下收集 greenplum 监控指标,例如 cpu、内存、等待查询、慢查询等。
【问题讨论】:
我想使用收集 greenplum 监控指标并用 grafana 显示它。如何在没有 gpcc 和 gpperfmon 的情况下收集 greenplum 监控指标,例如 cpu、内存、等待查询、慢查询等。
【问题讨论】:
看起来 Greenplum 支持 SNMP,您可以使用 snmp_exporter 收集指标 然后用 Prometheus 抓取它们并在 Grafana 中可视化它们
【讨论】: