aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/trace
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'wip/metrics-collection-refactor'Ivan Topolnjak2014-07-032-6/+6
|\ | | | | | | | | Conflicts: kamon-datadog/src/test/scala/kamon/datadog/DatadogMetricSenderSpec.scala
| * ! all: refactor the core metric recording instruments and accomodate UserMetricsIvan Topolnjak2014-07-032-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | = core: Inline variant of withTraceContext using macros.Carlos Ferreyra2014-07-031-0/+5
|/
* = core: added license in TraceLocal and TraceLocalSpecDiego2014-05-201-0/+16
|
* + core: initial support for TraceLocal storageIvan Topolnak2014-05-202-0/+27
|
* ensure that kamon.trace.ask-pattern-tracing setting is honored, closes #4Ivan Topolnjak2014-03-241-0/+36
|
* multiple fixes to the custom metrics collection facilitiesIvan Topolnak2014-03-111-8/+8
|
* support for custom metricsIvan Topolnak2014-03-061-2/+3
|
* kamon-newrelic now uses the subscription protocol to report metrics to NewRelicIvan Topolnjak2014-02-051-0/+2
|
* partial rewrite of kamon-newrelicIvan Topolnak2014-02-041-82/+0
|
* create the notion of a metric group category for easier filtering when ↵Ivan Topolnak2014-02-041-2/+2
| | | | subscribing
* remake of trace context and allow different tracing levelsIvan Topolnjak2014-01-315-309/+184
|
* wipIvan Topolnak2014-01-305-31/+142
|
* rename UOW to TraceToken and generate it by default when a Trace startsIvan Topolnjak2014-01-273-8/+17
|
* integrate trace and metrics into the base projectIvan Topolnak2014-01-135-0/+309
|
* basic separation of concerns between sub-projectsIvan Topolnak2013-11-052-36/+0
|
* wipIvan Topolnak2013-11-041-57/+0
|
* move things all over the placeIvan Topolnjak2013-10-301-1/+1
|
* Update to spray 1.2RC1Ivan Topolnak2013-10-231-7/+1
|
* complete spray client instrumentation with experimental branchIvan Topolnak2013-10-101-1/+14
|
* Simplify logging instrumentation and integrate it with kamon-core, kamon-ouw ↵Ivan Topolnak2013-10-041-0/+28
| | | | is gone.
* Envelope Instrumentation and some cleanupDiego Parra2013-10-012-4/+8
|
* wipIvan Topolnak2013-09-251-2/+10
|
* wipIvan Topolnak2013-09-211-0/+1
|
* basic newrelic reportingIvan Topolnak2013-09-181-0/+45