aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon
Commit message (Expand)AuthorAgeFilesLines
* = kamon-system-metrics: introduce actor system collectorDiego2014-07-231-1/+5
* + core,spray: create and implement http server metrics for spray, related to #56Ivan Topolnjak2014-07-232-1/+93
* ! kamon-system-metrics: introducing System and JVM metrics moduleDiego2014-07-211-2/+6
* = build: avoid unnecessary compile dependency on kamon-testkit from kamon-sprayIvan Topolnjak2014-07-092-2/+2
* + core: log a configurable error message when the application was started wit...Ivan Topolnjak2014-07-092-1/+45
* + core: create the new KamonStandalone helper, closes #47Ivan Topolnjak2014-07-082-2/+76
* + core: introduce the new kamon.metrics.default-collection-context-buffer-siz...Ivan Topolnjak2014-07-044-12/+13
* Merge branch 'wip/metrics-collection-refactor'Ivan Topolnjak2014-07-0331-632/+1468
|\
| * ! all: refactor the core metric recording instruments and accomodate UserMetricsIvan Topolnjak2014-07-0331-632/+1468
* | = core: Inline variant of withTraceContext using macros.Carlos Ferreyra2014-07-032-2/+7
|/
* = core: minor refactor in MinMaxCounterDiego2014-06-081-1/+4
* = core: remove ContinuousHdrRecorder from ActorMetricsDiego2014-06-072-3/+3
* = core: fixes typo in DispatcherMetricsDiego2014-05-281-2/+2
* = core: avoid using tuples in favor of case classesIvan Topolnak2014-05-213-64/+9
* = 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-202-0/+130
* + 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-183-6/+23
* ! 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-091-1/+2
* = core: code formatDiego2014-05-091-2/+2
* + core: added MinMaxCounterSpec and new test in ActorMetricsSpecDiego2014-05-092-1/+25
* = core: fixed ActorMetricsSpecDiego2014-05-071-8/+2
* + core: MinMaxCounter for actor mailbox sizeDiego2014-05-072-0/+81
* = 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-011-1/+3
* ! core: new counter recorder based on LongAdderDiego2014-04-302-7/+46
* + all: fix compilation issuesDiego2014-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: 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-242-12/+58
* implementation of IMessageHandler interface in order to control Aspectj weav...Diego2014-03-151-0/+58
* multiple fixes to the custom metrics collection facilitiesIvan Topolnak2014-03-1110-112/+134
* Play Integration with: X-Trace-Token, WebExternal Time and Error publishing i...Diego2014-03-091-1/+4
* 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 subscr...Ivan Topolnak2014-02-046-47/+57
* continuous hdr tracking instrument, special for mailbox size metricsIvan Topolnak2014-02-032-1/+52
* add tags to individual metricsIvan Topolnjak2014-02-023-7/+6
* remake of trace context and allow different tracing levelsIvan Topolnjak2014-01-318-316/+189