aboutsummaryrefslogtreecommitdiff
path: root/kamon-play/src/test
Commit message (Collapse)AuthorAgeFilesLines
* = play: ensure that tests use different ports.Ivan Topolnjak2015-02-142-8/+12
|
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-133-16/+14
|
* = play: use our own dispatcher instead of Akka's default dispatcher and ↵Diego2015-01-303-18/+14
| | | | reduce verbosity of log in test
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-242-30/+33
|
* + core, play: introduce kamon-dispatcherDiego2014-12-021-6/+5
|
* + play: change pointcut execution to call and closes #122Diego2014-12-021-0/+1
|
* + play, spray, newrelic: store in TraceLocal useful data to diagnose errors ↵Diego2014-11-301-3/+18
| | | | and closes #6
* ! core: update HdrHistogram to 2.0.3Diego2014-11-191-2/+2
|
* + core: refactor MDC facilities and closes #100Diego2014-11-191-12/+13
|
* = play: fix WSInstrumentationSpecDiego2014-11-161-3/+3
|
* + core,play,spray: allow segments to identify the library they belong to.Ivan Topolnjak2014-11-091-2/+2
|
* = all: upgrade to be compatible with the latest code in coreIvan Topolnjak2014-10-262-4/+4
|
* + play-examples: update exampleDiego2014-09-291-3/+3
| | | | | | update sbt-aspectj plugin update play version to 2.3.4 disable a test in WSInstrumentation because fail in travis
* = play: fixes #84Diego2014-09-151-1/+0
|
* + play: * use the url template from the routes file as default trace ↵Diego2014-09-142-6/+86
| | | | | | name(basic implementation), and closes #82 * minor refactor in RequestInstrumentation
* = play: fix testsDiego2014-09-091-2/+1
|
* = play: fix WSInstrumentation testsDiego2014-09-091-0/+2
|
* = play: * fix testsDiego2014-09-091-10/+14
| | | | * use kamon default dispatcher
* = play:Diego2014-09-092-50/+65
| | | | | | | | * remove from publishErrorMessage method * refactor onError method in RequestInstrumentation * refactor WSInstrumentation in order to propagate the TraceContext when a WS call is executed outside an Action * improve tests * closes #33
* + play: record http server metrics, closes #56Ivan Topolnjak2014-07-271-1/+25
|
* = 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 ↵Diego2014-07-062-11/+135
| | | | properties of TraceLocalStorage to MDC
* ! all: refactor the core metric recording instruments and accomodate UserMetricsIvan Topolnjak2014-07-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | This PR is including several changes to the kamon-core, most notably: - Formalize the interface for Histograms, Counters and MinMaxCounters. Making sure that the interfaces are as clean as possible. - Move away from the all Vector[Measurement] based Histogram snapshot to a new approach in which we use a single long to store both the index in the counts array and the frequency on that bucket. The leftmost 2 bytes of each long are used for storing the counts array index and the remaining 6 bytes are used for the actual count, and everything is put into a simple long array. This way only the buckets that actually have values will be included in the snapshot with the smallest possible memory footprint. - Introduce Gauges. - Reorganize the instrumentation for Akka and Scala and rewrite most of the tests of this components to avoid going through the subscription protocol to test. - Introduce trace tests and fixes on various tests. - Necessary changes on new relic, datadog and statsd modules to compile with the new codebase. Pending: - Finish the upgrade of the new relic to the current model. - Introduce proper limit checks for histograms to ensure that we never pass the 2/6 bytes limits. - More testing, more testing, more testing. - Create the KamonStandalone module.
* + play: refactor in RequestInstrumentation in order to propagate the ↵Diego2014-06-161-10/+44
| | | | TraceContext through the filters and all actions in the incoming request
* = core: fix DispatcherMetricsSpecDiego2014-05-201-0/+1
|
* + play: removed default dispatchers to kamon default dispatcher and refactor ↵Diego2014-05-091-5/+47
| | | | test in WSInstrumentationSpec
* + play: new rename trace testDiego2014-05-091-0/+2
|
* = play: change code formatDiego2014-05-092-10/+10
|
* + play: upgrade version to 2.3.RC1 and change Specs2 for ScalaTestsDiego2014-05-092-56/+32
|
* ! core: first implementetion of kamon counter intrument and actor errors metricsDiego2014-05-011-1/+1
|
* + play: fix WSIntrumentationDiego2014-04-231-2/+2
|
* = play: ensure each test case receives its own FakeApplicationIvan Topolnak2014-04-231-1/+1
|
* + all: fix compilation issuesDiego2014-04-232-14/+1
|
* implementation of IMessageHandler interface in order to control Aspectj ↵Diego2014-03-152-6/+16
| | | | weaving messages through kamon
* Play Integration with: X-Trace-Token, WebExternal Time and Error publishing ↵Diego2014-03-094-17/+50
| | | | in Akka EventStream
* WIP:Play integration WebExternalDiego2014-03-082-1/+65
|
* WIP:Play support and resolve #20Diego2014-03-032-22/+33
|
* WIP:play support simple refactorDiego2014-02-281-1/+1
|
* WIP: added tests to play requests instrumentationDiego2014-02-283-0/+117