【问题标题】:What is the difference between statsd client and the statsd daemon?statsd 客户端和 statsd 守护进程有什么区别?
【发布时间】:2019-04-15 22:33:57
【问题描述】:

我有一个希望以图形方式监控的应用程序。

我正在使用this StatsD 客户端。我使用Graphite 作为后端。我对基本工作流程有疑问:

我们使用 StatsD 客户端在我们的应用程序中包含指标。然后(通常)以 UDP 数据包的形式发送这些指标。 Graphite(特别是 Graphite 中的 Carbon)捕获这些数据包并将它们作为时间序列数据存储在 Whisper 数据库中。

那么,StatsD 守护进程的作用是什么?我只使用 StatsD 客户端和 Graphite 编写了一个工作应用程序。我在哪里缺少 StatsD 守护程序的用法?​​

【问题讨论】:

    标签: monitoring graphite statsd graphite-carbon whisper


    【解决方案1】:

    有同样的问题,所以即使帖子已经 7 个月了,我也会在这里回答。

    据我所知(explained here),StatsD 守护进程是 StatsD 服务器的同义词。在您的情况下,它是 Carbon/Graphite,或者可能是您的 Graphite Stack 中的 StatsD 特定组件。

    例如,在我的公司中,我们在 ELK-Stack 中使用 StatsD Beats Daemon。

    【讨论】:

      猜你喜欢
      • 2010-10-31
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-11-16
      相关资源
      最近更新 更多