aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala
Commit message (Collapse)AuthorAgeFilesLines
* = core: minor refactor in MinMaxCounterDiego2014-06-081-1/+4
|
* + core: upgraded HDRHistogram to 1.2.1Diego2014-06-071-1/+0
|
* = core: remove ContinuousHdrRecorder from ActorMetricsDiego2014-06-072-3/+3
| | | | * in the case that we get a negative number, change the number to positive in MinMaxCounter in order to avoid IndexOutOfBoundsException.
* = core : fixes #38Diego2014-06-071-18/+35
| | | | * I've changed the way to get the Actorsystem inside of DispatcerTracing, passing the actorSystem across the Dispatchers and then to each Dispatcher in the same ActorSystem.
* = core: fixes #37Diego2014-06-051-8/+14
|
* = core: fixes typo in DispatcherMetricsDiego2014-05-281-2/+2
|
* = core: avoid using tuples in favor of case classesIvan Topolnak2014-05-215-70/+58
|
* = core: added license in TraceLocal and TraceLocalSpecDiego2014-05-201-0/+16
|
* + core: added tests to dispatcher metricsDiego2014-05-201-7/+7
|
* + core: added dispatchers metrics instrumentationDiego2014-05-203-0/+227
|
* + core: initial support for TraceLocal storageIvan Topolnak2014-05-202-0/+27
|
* + core: allow dispatcher configuration to core componentsIvan Topolnjak2014-05-182-27/+1
|
* = core: move the scheduling of gauge recordings to MetricsExtension and load ↵Ivan Topolnjak2014-05-184-13/+34
| | | | interval for recordings from config
* ! datadog: first functional implementation of DatadogMetricsSenderDiego2014-05-141-1/+1
|
* ! core: added java.logging.Logger instead of slf4j in ↵Diego2014-05-121-3/+3
| | | | KamonWeaverMessageHandler and fixes #32
* + play: removed default dispatchers to kamon default dispatcher and refactor ↵Diego2014-05-092-4/+3
| | | | test in WSInstrumentationSpec
* = core: code formatDiego2014-05-091-2/+2
|
* + core: added MinMaxCounterSpec and new test in ActorMetricsSpecDiego2014-05-093-6/+32
|
* = core: fixed ActorMetricsSpecDiego2014-05-072-10/+4
|
* + core: MinMaxCounter for actor mailbox sizeDiego2014-05-073-12/+101
|
* = 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-012-6/+9
|
* ! core: new counter recorder based on LongAdderDiego2014-04-303-8/+58
|
* + all: fix compilation issuesDiego2014-04-231-1/+1
|
* = core: fix ask pattern pointcut for akka 2.3Ivan Topolnjak2014-04-231-1/+1
|
* = core: minor cleanup before releaseDiego2014-04-091-0/+3
|
* ! 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-091-4/+4
| | | | collection model
* = core: workaround border cases where mailbox size counting might fall ↵Ivan Topolnak2014-04-091-2/+7
| | | | bellow zero
* + core: move logic in UnboundedMailboxInstrumentation to ↵Diego2014-04-082-71/+19
| | | | ActoMessagePassingTracing in order to do at most two calls
* = kamon-core: fixes a clash name in UnboundedMailboxIntrumentationDiego2014-04-071-4/+4
|
* Merge branch 'master' of github.com:kamon-io/KamonIvan Topolnjak2014-04-061-0/+58
|\
| * + kamon-core: added UnboundedMailboxInstrumentation to avoid O(n) time in ↵Diego2014-04-051-0/+58
| | | | | | | | .numberOfMessages
* | ! core: add the notion of instrument types to metric snapshotsIvan Topolnjak2014-04-062-4/+14
|/
* 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-243-34/+85
|
* record mailbox size when sending a message to an actorIvan Topolnjak2014-03-241-0/+11
|
* avoid using perthis association with ActorCell, fixes #22Ivan Topolnak2014-03-211-13/+27
|
* implementation of IMessageHandler interface in order to control Aspectj ↵Diego2014-03-152-2/+59
| | | | weaving messages through kamon
* multiple fixes to the custom metrics collection facilitiesIvan Topolnak2014-03-1111-113/+135
|
* Play Integration with: X-Trace-Token, WebExternal Time and Error publishing ↵Diego2014-03-091-1/+4
| | | | in Akka EventStream
* support for custom metricsIvan Topolnak2014-03-065-6/+65
|
* WIP: added tests to play requests instrumentationDiego2014-02-281-1/+6
|
* minor cleanup before relasing 0.0.13Ivan Topolnak2014-02-062-13/+11
|
* kamon-newrelic now uses the subscription protocol to report metrics to NewRelicIvan Topolnjak2014-02-052-2/+4
|
* partial rewrite of kamon-newrelicIvan Topolnak2014-02-044-149/+45
|
* metrics buffer for easier periodic reportingIvan Topolnak2014-02-042-0/+90
|
* create the notion of a metric group category for easier filtering when ↵Ivan Topolnak2014-02-047-51/+61
| | | | subscribing
* continuous hdr tracking instrument, special for mailbox size metricsIvan Topolnak2014-02-032-1/+52
|