aboutsummaryrefslogtreecommitdiff
path: root/kamon-spray/src/test/scala/kamon
Commit message (Collapse)AuthorAgeFilesLines
* = spray: Fix segment finishing on errorsJoão Ferreira2015-05-221-0/+36
|
* = spray: fix server metrics tests.Ivan Topolnjak2015-05-042-4/+4
|
* ! spray: rename SprayNameGenerator to just NameGenerator.Ivan Topolnjak2015-04-271-1/+1
|
* ! all: introduced support for metric tags.Ivan Topolnjak2015-03-091-8/+24
|
* ! core: move the TraceContext manipulation API to the Tracer companion object.Ivan Topolnjak2015-02-151-15/+15
|
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-132-3/+3
|
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-243-165/+100
|
* + play, spray, newrelic: store in TraceLocal useful data to diagnose errors ↵Diego2014-11-301-6/+2
| | | | and closes #6
* + core,play,spray: allow segments to identify the library they belong to.Ivan Topolnjak2014-11-091-4/+7
|
* + spray: external naming for traces and segments, related to #65Ivan Topolnjak2014-10-312-69/+149
|
* = all: upgrade to be compatible with the latest code in coreIvan Topolnjak2014-10-261-10/+10
|
* + core,spray: create and implement http server metrics for spray, related to #56Ivan Topolnjak2014-07-232-31/+93
|
* ! all: refactor the core metric recording instruments and accomodate UserMetricsIvan Topolnjak2014-07-033-20/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* = spray: give some more time to TestServer setup to avoid false test failuresIvan Topolnjak2014-06-101-1/+3
|
* = spray: give more time to bind the ports when using the test serverIvan Topolnak2014-05-201-1/+4
|
* complete automatic trace token propagation for spray-client, closes #14Ivan Topolnjak2014-03-242-90/+267
|
* minor cleanup before relasing 0.0.13Ivan Topolnak2014-02-061-1/+1
|
* partial rewrite of kamon-newrelicIvan Topolnak2014-02-041-14/+4
|
* continuous hdr tracking instrument, special for mailbox size metricsIvan Topolnak2014-02-031-2/+0
|
* fix spray client instrumentation testsIvan Topolnak2014-02-033-43/+124
|
* initial tests for spray-client instrumentationIvan Topolnjak2014-02-033-37/+83
|
* instrument akka testkit to correctly propagate TraceContexts when replying ↵Ivan Topolnjak2014-02-021-4/+3
| | | | from a test probe
* update spray server request instrumentation testsIvan Topolnak2014-01-311-29/+37
|
* remake of trace context and allow different tracing levelsIvan Topolnjak2014-01-312-4/+3
|
* different aproach to testing spray instrumentation, wipIvan Topolnak2014-01-292-39/+37
|
* max, min and merge operations for MetricSnapshotIvan Topolnak2014-01-291-5/+5
|
* rename UOW to TraceToken and generate it by default when a Trace startsIvan Topolnjak2014-01-272-12/+27
|
* integrate trace and metrics into the base projectIvan Topolnak2014-01-131-1/+1
|
* more reformatted codeIvan Topolnjak2013-12-182-16/+14
|
* first approach to client instrumentation testingIvan Topolnjak2013-12-041-0/+31
|
* move server tests to a higher level of abstractionIvan Topolnjak2013-12-041-15/+13
|
* added copyright headersDiego Parra2013-11-261-0/+15
|
* fix conflict between futures and spray server instrumentationIvan Topolnjak2013-11-251-6/+8
|
* halfway to our own NewRelic AgentIvan Topolnak2013-11-071-18/+48
|
* basic separation of concerns between sub-projectsIvan Topolnak2013-11-051-0/+49