简体   繁体   English

为什么在使用statsd时我们需要telegraf

[英]Why do we need telegraf when using statsd

I see the combination statsd + telegraf + influxdb used all the time. 我看到statsd + telegraf + influxdb组合一直使用。

  • Statsd collects, aggregates and forwards metrics Statsd收集,汇总和转发指标
  • Telegraf aggregates and forwards metrics Telegraf汇总并转发指标

Why not use just the statsd (without telegraf) to aggregate and forward metrics? 为什么不只使用statsd(不使用telegraf)来汇总和转发指标? What is the added benefit of including telegraf? 包含telegraf的附加好处是什么?

The last update to Etsy's statsd project was in 2016. One advantage of using telegraf is that it is an active project. Etsy的statsd项目的最后一次更新是在2016年。使用telegraf的一个优点是它是一个活跃的项目。 Since telegraf has a Statsd plugin , it's possible that you don't need both. 由于telegraf 具有Statsd插件 ,因此您可能不需要两者。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 为什么在使用Vtune进行分析的过程中需要调试信息? - Why do we need debug information during profiling using Vtune? 当我们不需要它们的所有功能时,为什么要下载整个JavaScript框架? 我们能建议什么? (JavaScript的) - Why to download a ENTIRE JavaScript framework when we do not need all features of them? What could we suggest? (JavaScript) 为什么我们需要增加 Google Cloud 中的磁盘大小来提高性能? - Why do we need to increase disk size in Google Cloud to increase perfomance? 为什么当我们使用SMALLINT而不是DECIMAL时SUM更快 - Why SUM is faster when we are using SMALLINT instead DECIMAL 什么是模特? 为什么我们需要使用它 - Whats in a model? Why we need to use it 我们真的需要单独的缩略图吗? - Do we really need separate thumbnail images? 使用SqlCommand.ExecuteScalar()时是否需要放置前1 - Do I need to put top 1 when using SqlCommand.ExecuteScalar() 运行StatsD时,node.js的cpu利用率为100% - node.js 100% cpu utilization when running StatsD 当存在与列表链接的单独链接时,为什么我们在哈希表中使用线性探测? - Why do we use linear probing in hash tables when there is separate chaining linked with lists? 我们真的需要以性能的名义从 devDependencies 中剥离包吗? - Do we really need to strip packages from devDependencies in the name of performance?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM