aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src
Commit message (Expand)AuthorAgeFilesLines
* + core: added tests to dispatcher metricsDiego2014-05-202-7/+112
* removed old MailboxSizeMetricsSpecDiego2014-05-201-31/+0
* + core: added dispatchers metrics instrumentationDiego2014-05-205-0/+250
* + core: initial support for TraceLocal storageIvan Topolnak2014-05-203-0/+77
* + core: allow dispatcher configuration to core componentsIvan Topolnjak2014-05-183-34/+12
* = core: move the scheduling of gauge recordings to MetricsExtension and load ...Ivan Topolnjak2014-05-185-40/+52
* ! datadog: first functional implementation of DatadogMetricsSenderDiego2014-05-141-1/+1
* ! core: added java.logging.Logger instead of slf4j in KamonWeaverMessageHandl...Diego2014-05-121-3/+3
* + play: removed default dispatchers to kamon default dispatcher and refactor ...Diego2014-05-092-4/+3
* = core: code formatDiego2014-05-092-5/+4
* + core: added MinMaxCounterSpec and new test in ActorMetricsSpecDiego2014-05-095-15/+148
* = core: fixed ActorMetricsSpecDiego2014-05-073-25/+25
* + core: MinMaxCounter for actor mailbox sizeDiego2014-05-074-12/+128
* = statsd: minor changeDiego2014-05-021-1/+1
* + statsd: added kamon counter instrumentDiego2014-05-021-1/+1
* ! core: first implementetion of kamon counter intrument and actor errors metricsDiego2014-05-014-8/+47
* ! core: new counter recorder based on LongAdderDiego2014-04-303-8/+58
* + all: fix compilation issuesDiego2014-04-232-3/+3
* = core: fix ask pattern pointcut for akka 2.3Ivan Topolnjak2014-04-231-1/+1
* = core: minor cleanup before releaseDiego2014-04-092-0/+9
* ! core: change metric identities to lower case, separated with dashesIvan Topolnak2014-04-093-5/+5
* = core: adjust the assertions on ActorMetricsSpec accordingly to our current ...Ivan Topolnak2014-04-092-10/+7
* = core: workaround border cases where mailbox size counting might fall bellow...Ivan Topolnak2014-04-091-2/+7
* Merge branch 'master' of github.com:kamon-io/KamonDiego2014-04-081-1/+1
|\
| * = core: fix assertion on max mailbox-sizeIvan Topolnjak2014-04-081-1/+1
* | + core: move logic in UnboundedMailboxInstrumentation to ActoMessagePassingTr...Diego2014-04-083-74/+19
|/
* = kamon-core: fixes a clash name in UnboundedMailboxIntrumentationDiego2014-04-071-4/+4
* Merge branch 'master' of github.com:kamon-io/KamonIvan Topolnjak2014-04-062-0/+61
|\
| * + kamon-core: added UnboundedMailboxInstrumentation to avoid O(n) time in .nu...Diego2014-04-052-0/+61
* | ! core: add the notion of instrument types to metric snapshotsIvan Topolnjak2014-04-064-9/+19
|/
* remove legacy unused aspects for mailbox and dispatcher monitoringIvan Topolnjak2014-03-272-239/+0
* 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-245-48/+111
* add assertions for time-in-mailbox and processing-timeIvan Topolnjak2014-03-241-4/+14
* record mailbox size when sending a message to an actorIvan Topolnjak2014-03-242-12/+97
* avoid using perthis association with ActorCell, fixes #22Ivan Topolnak2014-03-212-13/+28
* implementation of IMessageHandler interface in order to control Aspectj weav...Diego2014-03-154-8/+67
* multiple fixes to the custom metrics collection facilitiesIvan Topolnak2014-03-1114-125/+244
* Play Integration with: X-Trace-Token, WebExternal Time and Error publishing i...Diego2014-03-091-1/+4
* support for custom metricsIvan Topolnak2014-03-066-6/+126
* WIP: added tests to play requests instrumentationDiego2014-02-281-1/+6
* minor cleanup before relasing 0.0.13Ivan Topolnak2014-02-063-15/+12
* kamon-newrelic now uses the subscription protocol to report metrics to NewRelicIvan Topolnjak2014-02-052-2/+4
* partial rewrite of kamon-newrelicIvan Topolnak2014-02-045-200/+45
* metrics buffer for easier periodic reportingIvan Topolnak2014-02-042-0/+90
* create the notion of a metric group category for easier filtering when subscr...Ivan Topolnak2014-02-047-51/+61
* continuous hdr tracking instrument, special for mailbox size metricsIvan Topolnak2014-02-032-1/+52
* add tags to individual metricsIvan Topolnjak2014-02-023-7/+6
* instrument akka testkit to correctly propagate TraceContexts when replying fr...Ivan Topolnjak2014-02-022-67/+0
* update spray server request instrumentation testsIvan Topolnak2014-01-314-5/+5