aboutsummaryrefslogtreecommitdiff
path: root/kamon-newrelic/src/main/scala/kamon/newrelic/NewRelicErrorLogger.scala
Commit message (Collapse)AuthorAgeFilesLines
* = newrelic: prevent NPE when errors are logged without New Relic AgentColin Smith2015-11-041-15/+32
| | | | This fixes #278 and adds a few unit tests
* = newrelic: Associate logged errors with correct transactionColin Smith2015-10-141-16/+31
| | | | | | | | | Previously, errors were associated with transactions named "OtherTransaction/<trace-name>", with this change they are associated with "WebTransaction/Uri/<trace-name" which is the name expected by NewRelic. The additional complexity of wrapping messages in LoggedError instances ensures that the logged message is not repeated in the New Relic UI.
* ! play: remove diagnostic context dataDiego2015-08-161-10/+1
|
* ! core: move the TraceContext manipulation API to the Tracer companion object.Ivan Topolnjak2015-02-151-2/+2
|
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-241-3/+3
|
* + core: introduce an alternative way for tracing the Akka.ask timeoutsDiego2014-12-131-1/+1
|
* = newrelic: protect (again) against missing mixin of TraceContextAware in ↵Ivan Topolnjak2014-12-091-7/+10
| | | | error events, related to #29
* + play, spray, newrelic: store in TraceLocal useful data to diagnose errors ↵Diego2014-11-301-1/+10
| | | | and closes #6
* + newrelic: Report NewRelic error with correct URI and closes #103Diego2014-11-071-13/+25
|
* = all: upgrade to be compatible with the latest code in coreIvan Topolnjak2014-10-261-4/+1
|
* ! kamon-newrelic: * Avoid reporting data to Newrelic if no metrics have been ↵Diego2014-10-181-24/+18
| | | | | | collected * Implement error handling with NewRelic Agent * Minor refactor * close issue #7 and issue #17
* = newrelic: fix ClassCastException in NewRelicErrorLoggeradelio2014-05-011-5/+14
| | | | when not using aspectJ weaver, fixes #29
* minor cleanup before relasing 0.0.13Ivan Topolnak2014-02-061-1/+1
|
* partial rewrite of kamon-newrelicIvan Topolnak2014-02-041-3/+3
|
* remake of trace context and allow different tracing levelsIvan Topolnjak2014-01-311-2/+2
|
* rename UOW to TraceToken and generate it by default when a Trace startsIvan Topolnjak2014-01-271-2/+2
|
* Check if the Error cause is NoCauseFacundo Viale2014-01-131-1/+6
|
* added scalariformDiego Parra2013-11-261-5/+5
|
* added copyright headersDiego Parra2013-11-261-0/+15
|
* Include UOW in NewRelic error reportsIvan Topolnak2013-11-131-2/+9
|
* Make sure NewRelicErrorLogger manages all casesIvan Topolnak2013-11-111-0/+1
|
* basic separation of concerns between sub-projectsIvan Topolnak2013-11-051-0/+18