aboutsummaryrefslogtreecommitdiff
path: root/kamon-play
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into release-legacy-akka-2.2Ivan Topolnjak2015-05-098-50/+58
|\
| * ! play: change PlayNameGenerator to plain NameGenerator.Ivan Topolnjak2015-05-042-4/+4
| * ! play: use SameThreadExecutionContext in Request and WS instrumentation in o...Diego2015-04-283-6/+6
| * = core: add commodity trace context manipulation methods to the Tracer.Ivan Topolnjak2015-04-171-1/+1
| * Merge pull request #159 from magro/masterDiego Parra2015-04-111-1/+3
| |\
| | * Compile pattern for path normalization only onceMartin Grotzke2015-02-251-1/+3
| * | ! all: introduced support for metric tags.Ivan Topolnjak2015-03-092-21/+25
| |/
| * ! core: move the TraceContext manipulation API to the Tracer companion object.Ivan Topolnjak2015-02-155-16/+15
* | Merge branch 'single-kamon-instance-per-jvm' into release-legacy-akka-2.2Ivan Topolnjak2015-02-1412-145/+152
|\|
| * ! core: special treatment of settings.Ivan Topolnjak2015-02-142-2/+1
| * = play: ensure that tests use different ports.Ivan Topolnjak2015-02-143-13/+12
| * ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-136-29/+27
| * Merge pull request #152 from kamon-io/automatic-loading-of-extensions#137Ivan Topolnjak2015-01-311-0/+8
| |\
| | * + all: use ModuleSupervisor init all auto-start modules.Ivan Topolnjak2015-01-301-0/+8
| * | = play: use our own dispatcher instead of Akka's default dispatcher and reduc...Diego2015-01-304-19/+15
| |/
| * ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-247-51/+60
| * + core, play: introduce kamon-dispatcherDiego2014-12-024-10/+9
| * + play: change pointcut execution to call and closes #122Diego2014-12-022-6/+10
| * + play, spray, newrelic: store in TraceLocal useful data to diagnose errors a...Diego2014-11-302-13/+39
| * ! core: update HdrHistogram to 2.0.3Diego2014-11-191-2/+2
| * + core: refactor MDC facilities and closes #100Diego2014-11-192-50/+18
| * = play: fix WSInstrumentationSpecDiego2014-11-161-3/+3
* | include missing files from previous commit.Ivan Topolnjak2014-11-101-1/+1
* | Merge branch 'master' into release-0.2Ivan Topolnjak2014-11-104-6/+8
|\|
| * + core,play,spray: allow segments to identify the library they belong to.Ivan Topolnjak2014-11-093-4/+6
| * = core,play: workaround the non thread safe calls to TrieMap.getOrElseUpdateIvan Topolnjak2014-11-091-2/+2
* | = play: fix ClassCastException in testsDiego2014-11-092-14/+8
* | = play: fix compilation issue in testsDiego2014-11-091-6/+6
* | Include missing files after the mergeIvan Topolnjak2014-11-032-14/+10
* | Merge branch 'master' into release-0.2, kamon-play still need fixes.Ivan Topolnjak2014-11-037-117/+273
|\|
| * + play: external naming for traces and segments, related to #65Ivan Topolnjak2014-10-314-9/+38
| * = all: upgrade to be compatible with the latest code in coreIvan Topolnjak2014-10-265-44/+37
| * + play-examples: update exampleDiego2014-09-291-3/+3
| * = play: fixes #84Diego2014-09-154-23/+19
| * + play: * use the url template from the routes file as default trace name(bas...Diego2014-09-143-19/+129
| * = play: fix testsDiego2014-09-091-2/+1
| * = play: fix WSInstrumentation testsDiego2014-09-091-0/+2
| * = play: * fix testsDiego2014-09-092-26/+27
| * = play:Diego2014-09-094-82/+102
* | Merge branch 'master' into release-0.2Ivan Topolnjak2014-08-132-19/+14
|\|
| * + play-example: included UserMetrics, LogReporter and SystemMetrics extensionsDiego2014-08-051-2/+4
| * = play: minor refactor in RequestInstrumentationDiego2014-08-051-16/+9
* | Merge branch 'master' into release-0.2Ivan Topolnjak2014-07-299-88/+373
|\|
| * + play: record http server metrics, closes #56Ivan Topolnjak2014-07-274-3/+43
| * = play: fixes LoggerLikeInstrumentationSpecDiego2014-07-061-25/+21
| * = play: comment test because not run in travisDiego2014-07-061-2/+3
| * + play: introducing LoggerLikeInstrumentation in order to copy the properties...Diego2014-07-065-23/+217
| * ! all: refactor the core metric recording instruments and accomodate UserMetricsIvan Topolnjak2014-07-032-6/+5
* | Merge branch 'master' into release-0.2Ivan Topolnjak2014-06-194-54/+42
|\|
| * + play: refactor in RequestInstrumentation in order to propagate the TraceCon...Diego2014-06-162-63/+82