aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main
Commit message (Expand)AuthorAgeFilesLines
* = core: protect against negative values on diff gauges recordings.Ivan Topolnjak2015-01-291-2/+5
* = core: remove println left from testing.Ivan Topolnjak2015-01-261-13/+4
* ! core,statsd: set the default tick and flush intervals to 10 seconds.Ivan Topolnjak2015-01-261-1/+1
* ! core: ensure that the subscriptions dispatcher is correctly startedIvan Topolnjak2015-01-262-2/+3
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-2449-1295/+1765
* = core: workaround intellij import name shadowing issue.Ivan Topolnjak2014-12-291-2/+3
* ! core,akka: separate all akka instrumentation into it's own kamon-akka modul...Ivan Topolnjak2014-12-2813-1085/+0
* = core: modified version of GlobPathFilter and improve GlobPahFilterSpecDiego2014-12-243-46/+112
* + core: introduce simplified version of GlobPathFilter and resolve exact acto...Diego2014-12-244-146/+46
* = core: avoid error when TraceContext is emptyDiego2014-12-211-15/+16
* + statsd: report HttpServerMetrics to StatsDDiego2014-12-171-2/+2
* = core: avoid unnecesary allocation when askPatternTimeoutWarning is offDiego2014-12-174-15/+52
* + core: A more lightweight way for tracing the Akka.ask timeouts and closes #113Diego2014-12-173-19/+44
* + core: introduce an alternative way for tracing the Akka.ask timeoutsDiego2014-12-133-22/+36
* = core: Fix ThresholdSampler to use minimum-elapsed-time settingMartin Grotzke2014-12-082-2/+4
* = core: fix Sampler isPowerOfTwoDiego2014-12-051-1/+1
* = core: introduce fastMod operation in SamplerDiego2014-12-052-2/+16
* + newrelic: react correctly to restart and shutdown events from the New Relic...Ivan Topolnjak2014-12-052-5/+25
* + kamon-jdbc: introduce Jdbc segmentsDiego2014-12-041-0/+1
* = core: include license headersDiego2014-12-045-2/+80
* = core: use Sequencer instead of AtomicLongDiego2014-12-032-4/+5
* Merge branch 'wip/simple-tracing-implementation'Ivan Topolnjak2014-12-0412-118/+537
|\
| * + core: cleanup the simple trace implementationIvan Topolnjak2014-12-049-134/+251
| * = core: use MetricsOnly contexts for remote contextsIvan Topolnjak2014-12-032-11/+3
| * = core: first simple approach to providing traces and a subscription mechanism.Ivan Topolnjak2014-12-0311-92/+402
* | + core: introduce Sequencer to generate a incrementing sequence of Longs with...Diego2014-12-032-1/+42
|/
* + core, play: introduce kamon-dispatcherDiego2014-12-021-1/+26
* + play, spray, newrelic: store in TraceLocal useful data to diagnose errors a...Diego2014-11-301-0/+4
* + core: refactor MDC facilities and closes #100Diego2014-11-193-3/+61
* = core: kamon akka instrumentation name spaceAndrei Pozolotin2014-11-126-16/+16
* + core,play,spray: allow segments to identify the library they belong to.Ivan Topolnjak2014-11-091-11/+13
* = core,spray,newrelic: minor formatting changes.Ivan Topolnjak2014-11-092-6/+6
* = core,play: workaround the non thread safe calls to TrieMap.getOrElseUpdateIvan Topolnjak2014-11-095-14/+29
* + spray: external naming for traces and segments, related to #65Ivan Topolnjak2014-10-312-8/+16
* = all: upgrade to be compatible with the latest code in coreIvan Topolnjak2014-10-263-15/+27
* ! core: replace Option[TraceContext] by empty object pattern and implement ba...Ivan Topolnjak2014-10-255-125/+144
* + akka-remote: create a new kamon-akka-remote module, closes #99Ivan Topolnjak2014-10-244-2957/+5
* = core: minor cleanup of the remoting instrumentationIvan Topolnjak2014-10-231-7/+7
* = core,system.metrics: fixed serialization errors when using akka.actor.seria...Boris Giftge2014-10-236-60/+85
* = core: exclude CallerThreadDispatcher from instrumentation, change Dispatche...Diego2014-10-212-1/+3
* ! kamon-core: Remove KamonWeaverMessageHandler to avoid dependencies issues a...Diego2014-10-203-76/+1
* + core: provide sum and percentile functions in Histogram.Snapshot, closes #85Ivan Topolnjak2014-10-201-0/+20
* ! kamon-newrelic: * Avoid reporting data to Newrelic if no metrics have been ...Diego2014-10-181-12/+13
* = core: remove a println left from testingIvan Topolnjak2014-10-141-2/+1
* = core: fix NPE when finishing segments, fixes #88Ivan Topolnjak2014-10-121-4/+8
* = play:Diego2014-09-092-20/+13
* + core: initial support for akka remoting/cluster, related to #61Ivan Topolnjak2014-08-317-10/+3175
* = core: fix errors in last commitDiego2014-08-292-153/+1
* + core: provide metrics for routersDiego2014-08-294-7/+294
* + core: add support for trace context propagation on Scalaz futuresMichael Donaghy2014-08-212-0/+49