TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Announcing Telegraf, a metrics collector for InfluxDB

39 点作者 pauldix将近 10 年前

4 条评论

toddpersen将近 10 年前
Also, as soon as this PR is merged, there will be a Homebrew recipe available on OSX: <a href="https:&#x2F;&#x2F;github.com&#x2F;Homebrew&#x2F;homebrew&#x2F;pull&#x2F;40878" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Homebrew&#x2F;homebrew&#x2F;pull&#x2F;40878</a>
kbody将近 10 年前
&gt; TICK stack: for building applications around time series data<p>&gt; [...]<p>&gt; The name TICK is a reference to what people in finance refer to as a single point in a time series. We’ll be announcing more on the TICK stack soon.<p>I&#x27;m intrigued; I&#x27;ve been algotrading on the side and use InfluxDB, so any additions helping on this area is really welcome, like *MAs and related functions.
rubiquity将近 10 年前
So this means you could potentially simplifiy your monitoring infrastructure down to:<p>Telegraf =&gt; InfluxDB =&gt; Grafana<p>If I&#x27;m reading this correctly, the above will be awesome instead of:<p>A whole bunch of shit =&gt; StatsD =&gt; InfluxDB =&gt; Grafana
评论 #9748636 未加载
nwmcsween将近 10 年前
Hmm,I&#x27;m sure collectd could &#x2F; does do this with minimal fuss, why reinvent?