<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'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't I have a $10/month option that gives me alerts & 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's the point of a service like this if there'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'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'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
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传