statsd.v2: new release of the fastest Go StatsD client

agolangf · · 944 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<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&#39;s easier to set tags for a specific metric. The API has also been cleaned thanks to various users&#39; 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&#39;m trying to just increase a simple counter in a loop, but when I try to chart it with graphite, it &#34;retroactively&#34; 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 &amp; 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&#39;s a free trial) to see if you have the same problem there.</p></pre>

入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889

944 次点击  
加入收藏 微博
0 回复
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传