<p>I just released <a href="https://github.com/alexcesaro/statsd">statsd.v2</a>.</p>
<p>The API is more flexible: it now accepts any type of integer or float with almost no performance loss and it's easier to set tags for a specific metric.
The API has also been cleaned thanks to various users' inputs.</p>
<p>Check the <a href="https://github.com/alexcesaro/statsd/blob/master/CHANGELOG.md">changelog</a> for more details.</p>
<hr/>**评论:**<br/><br/>haisum: <pre><p>Thanks for hardwork :)</p></pre>jringstad: <pre><p>I'm trying to just increase a simple counter in a loop, but when I try to chart it with graphite, it "retroactively" moves the line upwards, so that with every graph refresh, the line just gets nudged up a bit. I also tried with a gauge (just sending in an increasing integer), as well as flushing after every loop iteration and even tearing down & re-creating the client in every loop iteration.</p>
<p>Got any guesses what the reason could be? Might not be an API issue at all, maybe I just have graphite misconfigured somehow...</p></pre>alexcesaro: <pre><p>You could try a service like <a href="https://www.datadoghq.com/" rel="nofollow">Datadog</a> (there's a free trial) to see if you have the same problem there.</p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传