aboutsummaryrefslogtreecommitdiff
path: root/kamon-play/src/main/scala/kamon/play/instrumentation/RequestInstrumentation.scala
Commit message (Expand)AuthorAgeFilesLines
* + play: play-2.4.x supportDiego2015-08-091-101/+0
* + play: create and configure a default trace name generator for Play apps and...Diego2015-05-171-32/+5
* ! play: use SameThreadExecutionContext in Request and WS instrumentation in o...Diego2015-04-281-2/+4
* = core: add commodity trace context manipulation methods to the Tracer.Ivan Topolnjak2015-04-171-1/+1
* Compile pattern for path normalization only onceMartin Grotzke2015-02-251-1/+3
* ! core: move the TraceContext manipulation API to the Tracer companion object.Ivan Topolnjak2015-02-151-6/+5
* = play: ensure that tests use different ports.Ivan Topolnjak2015-02-141-5/+0
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-131-9/+8
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-241-12/+13
* + core, play: introduce kamon-dispatcherDiego2014-12-021-1/+1
* + play: change pointcut execution to call and closes #122Diego2014-12-021-6/+9
* + play, spray, newrelic: store in TraceLocal useful data to diagnose errors a...Diego2014-11-301-10/+21
* = core,play: workaround the non thread safe calls to TrieMap.getOrElseUpdateIvan Topolnjak2014-11-091-2/+2
* + play: external naming for traces and segments, related to #65Ivan Topolnjak2014-10-311-1/+1
* = all: upgrade to be compatible with the latest code in coreIvan Topolnjak2014-10-261-8/+15
* = play: fixes #84Diego2014-09-151-4/+4
* + play: * use the url template from the routes file as default trace name(bas...Diego2014-09-141-13/+43
* = play:Diego2014-09-091-14/+9
* = play: minor refactor in RequestInstrumentationDiego2014-08-051-16/+9
* + play: record http server metrics, closes #56Ivan Topolnjak2014-07-271-2/+11
* + play: introducing LoggerLikeInstrumentation in order to copy the properties...Diego2014-07-061-12/+11
* + play: refactor in RequestInstrumentation in order to propagate the TraceCon...Diego2014-06-161-53/+38
* + core: allow dispatcher configuration to core componentsIvan Topolnjak2014-05-181-1/+0
* + play: removed default dispatchers to kamon default dispatcher and refactor ...Diego2014-05-091-2/+4
* WSInstrumentation refactorDiego2014-03-121-3/+0
* fix Mixing in play instrumentationDiego2014-03-101-1/+1
* some cleanupDiego2014-03-091-9/+6
* Play Integration with: X-Trace-Token, WebExternal Time and Error publishing i...Diego2014-03-091-3/+19
* WIP:Play integration WebExternalDiego2014-03-081-1/+1
* WIP:play support simple refactorDiego2014-02-281-27/+23
* WIP: added tests to play requests instrumentationDiego2014-02-281-0/+91