9
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

幅広い監視、メトリックツール NewRelic導入手順

Posted at

メトリック(数字で、変化する状態を分析すること)、メトリックツールは、「あとから入れれば良いや」と思っているとずるずる入れずに過ごしてしまいますよね。そこで、早めにメトリックツール New Relicを、AWSに紐づけて導入しました。

##New Relicとは
http://understeer.hatenablog.com/entry/2012/10/10/140709

##EC2インスタンスを使った、AWS CloudWatchとの連携(gem)
http://kkurahar.github.io/blog/2013/11/10/newrelic-aws/

##ハマった所 Daemon化(サーバプロセスの常駐化)
UpstartというLinuxのプロセス化ツールだとプロセスがすぐ死んでしまったので、
下記のパッチで公開されていた、gem上でなんとかする方法でやりました。

9
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
9

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?