new-relic like service for go

agolangf · · 797 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>What do you use for app monitoring? How do you monitor you application in production? </p> <p>I know there is new relic, but there is no official go client for it. There is this one, <a href="https://github.com/yvasiyarov/gorelic">https://github.com/yvasiyarov/gorelic</a>, but didn&#39;t tried it yet. Does anyone knows something about it?</p> <p>Or does someone know new relic alternative which I can use with Go web app?</p> <hr/>**评论:**<br/><br/>anoland: <pre><p>Deferpanic.com</p> <p>It is kinda new but they are making good progress. </p></pre>TornadoTerran: <pre><p>If i understand correctly its not self hosted solution, right?</p></pre>anoland: <pre><p>Yep.</p></pre>Bromlife: <pre><p>Looks great. But why can&#39;t I have a $10/month option that gives me alerts &amp; some basic retention?</p> <p>For a startapp app that has very limited funding, $50 a month right off the bat is painful. But what&#39;s the point of a service like this if there&#39;s no alerts? I may as well build my own (very basic) system.</p></pre>gbrayut: <pre><p>If you want a more flexible alerting system you should check out <a href="http://bosun.org/" rel="nofollow">http://bosun.org/</a> which is written in go and uses opentsdb as it&#39;s backend. The scollector agent captures data from Windows and Linux hosts, and applications can add custom metrics using a REST API. It has been working well for addressing our monitoring and alerting needs.</p></pre>cypriss9: <pre><p>we use <a href="https://github.com/gocraft/health">https://github.com/gocraft/health</a></p></pre>TornadoTerran: <pre><p>For performance monitoring: <a href="http://prometheus.io">http://prometheus.io</a> For error/exception monitoring <a href="https://github.com/getsentry/sentry">https://github.com/getsentry/sentry</a></p></pre>phonkee: <pre><p>I am currently working on golang implementation of sentry server <a href="http://patrol.name/">http://patrol.name/</a></p></pre>unitedcreatures: <pre><p>Wow, that&#39;s cool one!</p></pre>phonkee: <pre><p>Thank you. Its still not complete but its under heavy development. Stay tuned..</p></pre>Mteigers: <pre><p>We use that gorelic library in production. It offers about the same data points as what deferpanic.com offers except for errors. </p> <p>For errors we use Papertrail with custom alerts. </p></pre>

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

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