aboutsummaryrefslogtreecommitdiff
path: root/kamon-spray
Commit message (Collapse)AuthorAgeFilesLines
* + kamon-spray: Add tags in spray spray directives for tracing and closes #345Diego2016-04-221-1/+2
|
* + spray: check for trace-token header in case-insensitive manner.Ben Spencer2016-01-082-1/+15
| | | | To comply with http://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2
* ! core: Decoupling basic apis from reporters in order to improve Kamon ↵Diego2015-11-251-2/+2
| | | | tooling for tests
* wip: merge from master and fix some testDiego2015-11-151-4/+1
|\
* | wip: only the modules that actually require an actor system are getting one.Ivan Topolnjak2015-08-302-7/+2
| |
* | wip, core/akka/spray are kind of migrated.Ivan Topolnjak2015-08-288-86/+49
|/
* ! core: generalize ThreadPoolExecutors metricsDiego2015-08-251-1/+1
|
* ! play: remove diagnostic context dataDiego2015-08-161-22/+0
|
* = spray: Fix segment finishing on errorsJoão Ferreira2015-05-222-4/+40
|
* = spray: fix server metrics tests.Ivan Topolnjak2015-05-042-4/+4
|
* ! spray: use SameThreadExecutionContext in ClientRequestInstrumentation and ↵Diego2015-05-031-5/+3
| | | | closes #143
* ! spray: rename SprayNameGenerator to just NameGenerator.Ivan Topolnjak2015-04-274-6/+6
|
* + spray: add companion object for KamonTraceDirectives.Ivan Topolnjak2015-04-261-0/+2
|
* ! spray: change the default trace name to UnnamedTrace.Ivan Topolnjak2015-04-261-1/+1
|
* = core: add commodity trace context manipulation methods to the Tracer.Ivan Topolnjak2015-04-171-1/+1
|
* ! all: introduced support for metric tags.Ivan Topolnjak2015-03-092-12/+25
|
* ! core: move the TraceContext manipulation API to the Tracer companion object.Ivan Topolnjak2015-02-154-27/+26
|
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-135-14/+14
|
* + all: use ModuleSupervisor init all auto-start modules.Ivan Topolnjak2015-01-301-0/+8
| | | | | | | | | | | The new ModuleSupervisor implementation will make use of special configuration keys under the `kamon.modules` section to detect all the available modules in the classpath and do two things with that info: 1. Log the AspectJ Weaver missing error if any of the available modules requires AspectJ. 2. Start all available modules that are marked with the auto-start setting.
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-2411-258/+212
|
* + core: cleanup the simple trace implementationIvan Topolnjak2014-12-041-1/+1
|
* = core: first simple approach to providing traces and a subscription mechanism.Ivan Topolnjak2014-12-031-1/+1
|
* + play, spray, newrelic: store in TraceLocal useful data to diagnose errors ↵Diego2014-11-302-6/+25
| | | | and closes #6
* + core,play,spray: allow segments to identify the library they belong to.Ivan Topolnjak2014-11-093-6/+10
|
* = core,spray,newrelic: minor formatting changes.Ivan Topolnjak2014-11-091-3/+2
|
* ! spray: correcly provide http-client segment names based on the request host.Ivan Topolnjak2014-11-091-2/+10
|
* = spray: fix a incorrect trace token mismatch warning introduced by a recent ↵Ivan Topolnjak2014-11-091-3/+5
| | | | refactor
* ! spray: rename the default implementation of SprayNameGeneratorIvan Topolnjak2014-10-312-2/+2
|
* + spray: external naming for traces and segments, related to #65Ivan Topolnjak2014-10-316-125/+239
|
* = all: upgrade to be compatible with the latest code in coreIvan Topolnjak2014-10-263-89/+82
|
* ! core: replace Option[TraceContext] by empty object pattern and implement ↵Ivan Topolnjak2014-10-251-9/+9
| | | | basic segments with renaming.
* ! core: use the inline variant of TraceRecorder.withTraceContext via macrosDiego2014-08-061-2/+2
|
* + core,spray: create and implement http server metrics for spray, related to #56Ivan Topolnjak2014-07-234-37/+110
|
* ! all: refactor the core metric recording instruments and accomodate UserMetricsIvan Topolnjak2014-07-034-29/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
|
* make reference.conf files more sbt-assembly merge friendlyIvan Topolnjak2014-03-251-0/+4
|
* complete automatic trace token propagation for spray-client, closes #14Ivan Topolnjak2014-03-245-119/+360
|
* implementation of IMessageHandler interface in order to control Aspectj ↵Diego2014-03-151-1/+1
| | | | weaving messages through kamon
* WIP:Play support and resolve #20Diego2014-03-031-5/+0
|
* This Fixes #19 Lost headers in spray request intrumentationDiego2014-02-201-1/+1
|
* minor cleanup before relasing 0.0.13Ivan Topolnak2014-02-062-2/+2
|
* kamon-newrelic now uses the subscription protocol to report metrics to NewRelicIvan Topolnjak2014-02-051-15/+6
|
* 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-035-43/+147
|
* add tags to individual metricsIvan Topolnjak2014-02-022-3/+8
|
* 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-313-46/+78
|