【发布时间】:2019-04-12 06:55:31
【问题描述】:
我将通过$SPARK_HOME/conf/metrics.propetries 设置监控 Spark 应用程序。
并决定使用 Graphite。
有什么方法可以估计 Graphite 的数据库大小,尤其是用于监控 Spark 应用程序?
【问题讨论】:
标签: apache-spark monitoring graphite
我将通过$SPARK_HOME/conf/metrics.propetries 设置监控 Spark 应用程序。
并决定使用 Graphite。
有什么方法可以估计 Graphite 的数据库大小,尤其是用于监控 Spark 应用程序?
【问题讨论】:
标签: apache-spark monitoring graphite
无论您监控什么,Graphite 都有自己的关于保留和汇总指标的配置。它按指标存储文件(称为耳语),您可以使用计算器估算它可以占用多少磁盘空间https://m30m.github.io/whisper-calculator/
【讨论】: