aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources/META-INF/aop.xml
Commit message (Collapse)AuthorAgeFilesLines
* Prepare for the major cleanupIvan Topolnjak2017-04-241-15/+0
| | | | | | Moved all the original files from src/main to src/legacy-main, same with test files. Also removed the autoweave module, examples and bench as I'm planning to have them in separate repositories.
* = core: put the ModuleLoader back in place for auto-starting modules.Ivan Topolnjak2015-03-121-1/+1
|
* + all: use ModuleSupervisor init all auto-start modules.Ivan Topolnjak2015-01-301-2/+2
| | | | | | | | | | | 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-241-7/+1
|
* ! core,akka: separate all akka instrumentation into it's own kamon-akka ↵Ivan Topolnjak2014-12-281-21/+0
| | | | | | | | | | | | | | | module, related to #136. All Akka-related instrumentation and code has been moved to the kamon-akka module, including the filters for actor, dispatcher and router metrics. Also the following changes are included: - Router Metrics are now working properly, related to #139. - Cleanup the log output for this module, related to #142. - Some minor cleanups in various tests. This PR breaks the reporting modules which will need to wait for #141 to be ready to come back to life.
* = core: kamon akka instrumentation name spaceAndrei Pozolotin2014-11-121-10/+10
| | | | suppress javac warnings move javac settings
* + akka-remote: create a new kamon-akka-remote module, closes #99Ivan Topolnjak2014-10-241-3/+0
|
* = core: exclude CallerThreadDispatcher from instrumentation, change ↵Diego2014-10-211-0/+2
| | | | Dispatcher to MessageDispatcher in DispatcherInstrumentation and fixes #95
* ! kamon-core: Remove KamonWeaverMessageHandler to avoid dependencies issues ↵Diego2014-10-201-1/+1
| | | | and closes #97
* + core: initial support for akka remoting/cluster, related to #61Ivan Topolnjak2014-08-311-0/+6
|
* + core: add support for trace context propagation on Scalaz futuresMichael Donaghy2014-08-211-0/+2
|
* + core: log a configurable error message when the application was started ↵Ivan Topolnjak2014-07-091-0/+3
| | | | with the AspectJ Weaver, closes #48
* ! all: refactor the core metric recording instruments and accomodate UserMetricsIvan Topolnjak2014-07-031-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-201-0/+4
|
* + 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
* avoid using perthis association with ActorCell, fixes #22Ivan Topolnak2014-03-211-0/+1
|
* implementation of IMessageHandler interface in order to control Aspectj ↵Diego2014-03-151-1/+1
| | | | weaving messages through kamon
* fix include directives in aop.xml filesIvan Topolnjak2014-01-251-23/+19
|
* integrate trace and metrics into the base projectIvan Topolnak2014-01-131-4/+17
|
* 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-0/+34
|
* basic separation of concerns between sub-projectsIvan Topolnak2013-11-051-37/+0
|
* wipIvan Topolnak2013-11-041-1/+1
|
* complete spray client instrumentation with experimental branchIvan Topolnak2013-10-101-0/+1
|
* Simplify logging instrumentation and integrate it with kamon-core, kamon-ouw ↵Ivan Topolnak2013-10-041-1/+1
| | | | is gone.
* cleanup cleanup cleanupDiego Parra2013-10-031-6/+6
|
* Envelope Instrumentation and some cleanupDiego Parra2013-10-011-2/+1
|
* wipIvan Topolnak2013-09-251-0/+1
|
* wipIvan Topolnak2013-09-211-0/+1
|
* basic newrelic reportingIvan Topolnak2013-09-181-3/+3
|
* Some sort of basic logging with UOWIvan Topolnak2013-08-261-1/+1
|
* wipIvan Topolnak2013-08-131-0/+1
|
* upgrading to akka 2.2Ivan Topolnak2013-08-071-0/+34