aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/instrumentation
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into release-0.2Ivan Topolnjak2014-07-298-24/+505
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: kamon-core/src/main/scala/kamon/metrics/Subscriptions.scala kamon-core/src/test/scala/kamon/instrumentation/akka/ActorCellInstrumentationSpec.scala kamon-datadog/src/main/scala/kamon/datadog/Datadog.scala kamon-play/src/main/scala/kamon/play/instrumentation/WSInstrumentation.scala kamon-play/src/test/scala/kamon/play/RequestInstrumentationSpec.scala kamon-play/src/test/scala/kamon/play/WSInstrumentationSpec.scala kamon-playground/src/main/scala/test/SimpleRequestProcessor.scala kamon-statsd/src/main/scala/kamon/statsd/StatsD.scala project/Projects.scala version.sbt
| * = build: avoid unnecessary compile dependency on kamon-testkit from kamon-sprayIvan Topolnjak2014-07-091-1/+1
| |
| * + core: log a configurable error message when the application was started ↵Ivan Topolnjak2014-07-091-0/+17
| | | | | | | | with the AspectJ Weaver, closes #48
| * Merge branch 'wip/metrics-collection-refactor'Ivan Topolnjak2014-07-037-22/+486
| |\ | | | | | | | | | | | | Conflicts: kamon-datadog/src/test/scala/kamon/datadog/DatadogMetricSenderSpec.scala
| | * ! all: refactor the core metric recording instruments and accomodate UserMetricsIvan Topolnjak2014-07-037-22/+486
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2/+2
|/
* remove legacy unused aspects for mailbox and dispatcher monitoringIvan Topolnjak2014-03-272-239/+0
|
* ensure that kamon.trace.ask-pattern-tracing setting is honored, closes #4Ivan Topolnjak2014-03-241-12/+22
|
* remake of trace context and allow different tracing levelsIvan Topolnjak2014-01-312-4/+4
|
* wipIvan Topolnak2014-01-302-12/+12
|
* integrate trace and metrics into the base projectIvan Topolnak2014-01-134-25/+71
|
* added scalariformDiego Parra2013-11-262-123/+14
|
* added copyright headersDiego Parra2013-11-263-0/+45
|
* basic separation of concerns between sub-projectsIvan Topolnak2013-11-054-127/+3
|
* wipIvan Topolnak2013-11-041-59/+0
|
* move things all over the placeIvan Topolnjak2013-10-305-119/+8
|
* Update to spray 1.2RC1Ivan Topolnak2013-10-231-1/+1
|
* complete spray client instrumentation with experimental branchIvan Topolnak2013-10-101-18/+64
|
* remove perthis aspect instantiationDiego Parra2013-10-082-2/+1
|
* Simplify logging instrumentation and integrate it with kamon-core, kamon-ouw ↵Ivan Topolnak2013-10-042-2/+34
| | | | is gone.
* Explicit return type addedIvan Topolnak2013-10-031-1/+1
|
* cleanup cleanup cleanupDiego Parra2013-10-031-49/+0
|
* Switched to DynamicVariables, solve context passing issue produced by ↵Ivan Topolnak2013-10-023-71/+14
| | | | runnable batching
* wipIvan Topolnak2013-10-022-24/+38
|
* wipIvan Topolnjak2013-10-022-7/+19
|
* Envelope Instrumentation and some cleanupDiego Parra2013-10-012-101/+36
|
* wipIvan Topolnak2013-09-303-10/+24
|
* wipIvan Topolnak2013-09-252-9/+28
|
* wipIvan Topolnak2013-09-212-6/+55
|
* basic newrelic reportingIvan Topolnak2013-09-182-4/+39
|
* Simple instrumentation just for keeping the uow.Ivan Topolnak2013-09-102-42/+58
|
* Some sort of basic logging with UOWIvan Topolnak2013-08-262-6/+8
|
* WIP:first implementation of Kamon DashboardDiego Parra2013-08-231-2/+1
|
* wipIvan Topolnak2013-08-131-12/+12
|
* fixed the instrumentation to work nicely with sprayIvan Topolnak2013-08-121-14/+35
|
* wipIvan Topolnak2013-08-082-8/+16
|
* upgrading to akka 2.2Ivan Topolnak2013-08-076-0/+540