質問

I am using error_collector to collect a specific error from web application

NewRelic::Agent.agent.error_collector.notice_error("error message")

I can see my traced error on "Newrelic error dashboard", as mentioned here

I want to trigger an email to developer-group when this error traced on Newrelic, Is there any way to configure this?

I am having "key-transaction" for this request, but "key transaction" is sending notification email based on "Apdex scores" and "error rates".

役に立ちましたか?

解決

Currently New Relic alerts for an applications error rate, and Apdex score, or a servers CPU, IO, memory usage, and full disk.

Downtime alerts are available for both applications and servers. New Relic does not provide alerts when a specific error is traced.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top