.net - Newrelic - Console Application and throughput -
i'm trying configure long running application (console application) newrelic. purpose of application read xml feed (lots , lots of data) , update database accordingly.
i want monitor performance (which works great now) emails if there issues (errors).
- i have customized log4net adapter use newrelic api
notifyerror
this works fine , can see errors logged in newrelic, error % shows 0 means never error alerts (even though there many , threshold @ 0.1%). assume due fact throughput quite hight (23k rpm).
is there way of adjusting how newrelic sees throughput make errors bit more meaningful?
there 1 way influence throughput measurement. if operations influencing throughput considered transactions new relic, use api call ignoretransaction() ignore significant transactions, including might throw error you're flagging noticeerror().
Comments
Post a Comment