aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
Commit message (Collapse)AuthorAgeFilesLines
...
* ! all: refactor the core metric recording instruments and accomodate UserMetricsIvan Topolnjak2014-07-032-31/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | 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: added dispatchers metrics instrumentationDiego2014-05-202-0/+23
|
* + core: allow dispatcher configuration to core componentsIvan Topolnjak2014-05-181-7/+11
|
* = core: move the scheduling of gauge recordings to MetricsExtension and load ↵Ivan Topolnjak2014-05-181-27/+18
| | | | interval for recordings from config
* + core: MinMaxCounter for actor mailbox sizeDiego2014-05-071-0/+27
|
* = core: minor cleanup before releaseDiego2014-04-091-0/+6
|
* + core: move logic in UnboundedMailboxInstrumentation to ↵Diego2014-04-081-3/+0
| | | | ActoMessagePassingTracing in order to do at most two calls
* + kamon-core: added UnboundedMailboxInstrumentation to avoid O(n) time in ↵Diego2014-04-051-0/+3
| | | | .numberOfMessages
* make reference.conf files more sbt-assembly merge friendlyIvan Topolnjak2014-03-251-0/+4
|
* ensure that kamon.trace.ask-pattern-tracing setting is honored, closes #4Ivan Topolnjak2014-03-241-0/+3
|
* avoid using perthis association with ActorCell, fixes #22Ivan Topolnak2014-03-211-0/+1
|
* implementation of IMessageHandler interface in order to control Aspectj ↵Diego2014-03-152-6/+8
| | | | weaving messages through kamon
* remake of trace context and allow different tracing levelsIvan Topolnjak2014-01-311-2/+2
|
* wipIvan Topolnak2014-01-301-2/+22
|
* first implementation of a universal metrics repository for any kind of ↵Ivan Topolnak2014-01-271-3/+16
| | | | metrics we might be interested in
* fix include directives in aop.xml filesIvan Topolnjak2014-01-251-23/+19
|
* integrate trace and metrics into the base projectIvan Topolnak2014-01-132-4/+47
|
* relocate ask pattern tracingIvan Topolnjak2013-11-251-9/+0
|
* simple test for ActorLogging instrumentationIvan Topolnjak2013-11-231-1/+1
|
* Little clean up to actor message passing tracingIvan Topolnjak2013-11-231-3/+0
|
* Put FutureTracing instrumentation in place, simpler and more explicit testIvan Topolnjak2013-11-231-1/+0
|
* Initial ask pattern tracingIvan Topolnak2013-11-121-10/+7
|
* halfway to our own NewRelic AgentIvan Topolnak2013-11-071-3/+0
|
* basic separation of concerns between sub-projectsIvan Topolnak2013-11-053-26/+3
|
* wipIvan Topolnak2013-11-041-1/+1
|
* complete spray client instrumentation with experimental branchIvan Topolnak2013-10-102-0/+13
|
* release 0.0.5Ivan Topolnak2013-10-044-292/+11
|
* Simplify logging instrumentation and integrate it with kamon-core, kamon-ouw ↵Ivan Topolnak2013-10-043-2/+14
| | | | is gone.
* cleanup cleanup cleanupDiego Parra2013-10-031-6/+6
|
* Envelope Instrumentation and some cleanupDiego Parra2013-10-012-4/+4
|
* wipIvan Topolnak2013-09-301-3/+3
|
* wipIvan Topolnak2013-09-252-0/+2
|
* wipIvan Topolnak2013-09-211-0/+1
|
* basic newrelic reportingIvan Topolnak2013-09-181-3/+3
|
* Simple instrumentation just for keeping the uow.Ivan Topolnak2013-09-101-1/+1
|
* Some sort of basic logging with UOWIvan Topolnak2013-08-261-1/+1
|
* WIP:first implementation of Kamon DashboardDiego Parra2013-08-231-0/+3
|
* wipIvan Topolnak2013-08-132-1/+1
|
* fixed the instrumentation to work nicely with sprayIvan Topolnak2013-08-121-0/+3
|
* wipIvan Topolnak2013-08-081-19/+3
|
* upgrading to akka 2.2Ivan Topolnak2013-08-073-0/+323