aboutsummaryrefslogtreecommitdiff
path: root/kamon-spray
Commit message (Collapse)AuthorAgeFilesLines
* + 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
|
* remake of trace context and allow different tracing levelsIvan Topolnjak2014-01-316-51/+85
|
* different aproach to testing spray instrumentation, wipIvan Topolnak2014-01-292-39/+37
|
* max, min and merge operations for MetricSnapshotIvan Topolnak2014-01-291-5/+5
|
* first implementation of a universal metrics repository for any kind of ↵Ivan Topolnak2014-01-271-1/+1
| | | | metrics we might be interested in
* rename UOW to TraceToken and generate it by default when a Trace startsIvan Topolnjak2014-01-275-15/+43
|
* fix include directives in aop.xml filesIvan Topolnjak2014-01-251-3/+7
|
* integrate trace and metrics into the base projectIvan Topolnak2014-01-131-1/+1
|
* Added new respondWithUow directive to add the X-UOW header back in the response.Carlos Ferreyra2013-12-261-1/+3
| | | | | Changed ActorLogging to just propagate the trace context (does not add to the MDC anymore). Created UowConverter to let logback know where the extract the UOW from.
* remove old, unused instrumentationIvan Topolnjak2013-12-251-86/+0
|
* ensure spray server instrumentation cleans the thread after initiating the traceIvan Topolnak2013-12-201-1/+13
|
* more reformatted codeIvan Topolnjak2013-12-182-16/+14
|
* code formattingIvan Topolnjak2013-12-181-13/+8
|
* first approach to client instrumentation testingIvan Topolnjak2013-12-041-0/+31
|
* move server tests to a higher level of abstractionIvan Topolnjak2013-12-042-15/+16
|
* instrumentation is back in placeIvan Topolnjak2013-11-292-51/+41
|
* initial adjustments to allow recording trace segmentsIvan Topolnjak2013-11-281-0/+96
|
* added scalariformDiego Parra2013-11-263-16/+8
|
* added copyright headersDiego Parra2013-11-264-0/+60
|
* fix conflict between futures and spray server instrumentationIvan Topolnjak2013-11-252-7/+9
|
* Fix UowDirectivesIvan Topolnak2013-11-111-2/+1
|
* Missing UOW setting in UowDirectivesIvan Topolnak2013-11-111-2/+1
|
* halfway to our own NewRelic AgentIvan Topolnak2013-11-072-19/+50
|
* basic separation of concerns between sub-projectsIvan Topolnak2013-11-055-46/+155
|
* move things all over the placeIvan Topolnjak2013-10-301-0/+110