aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src
Commit message (Collapse)AuthorAgeFilesLines
...
* = core: Fix ThresholdSampler to use minimum-elapsed-time settingMartin Grotzke2014-12-082-2/+4
| | | | | Also fixes usage of ThresholdSampler if "threshold" is configured as sampling strategy.
* = core: fix Sampler isPowerOfTwoDiego2014-12-051-1/+1
|
* = core: introduce fastMod operation in SamplerDiego2014-12-052-2/+16
|
* = core: force the tick buffer spec to use the .millis value of MilliTimestamp.Ivan Topolnjak2014-12-051-4/+4
|
* = core,datadog,statsd: migrate from plain Long to MilliTimestamp.Ivan Topolnjak2014-12-051-6/+6
|
* + newrelic: react correctly to restart and shutdown events from the New ↵Ivan Topolnjak2014-12-052-5/+25
| | | | Relic collector.
* + system-metrics: two-phase sigar loadingAndrei Pozolotin2014-12-041-0/+5
| | | | | | * update slf4jVersion * redirect JUL and LOG4J logging to SLF4J * use two-phase sigar loading
* + 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-0413-118/+640
|\
| * + core: cleanup the simple trace implementationIvan Topolnjak2014-12-0410-140/+259
| |
| * = 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-0312-92/+503
| |
* | + core: introduce Sequencer to generate a incrementing sequence of Longs ↵Diego2014-12-032-1/+42
|/ | | | with a simple Long overflow protection
* + core, play: introduce kamon-dispatcherDiego2014-12-021-1/+26
|
* + play, spray, newrelic: store in TraceLocal useful data to diagnose errors ↵Diego2014-11-301-0/+4
| | | | and closes #6
* ! core: update HdrHistogram to 2.0.3Diego2014-11-192-2/+2
|
* + core: refactor MDC facilities and closes #100Diego2014-11-195-8/+118
|
* = core: kamon akka instrumentation name spaceAndrei Pozolotin2014-11-127-17/+17
| | | | suppress javac warnings move javac settings
* + core,play,spray: allow segments to identify the library they belong to.Ivan Topolnjak2014-11-093-17/+19
|
* = core: ensure that ActorMetricsSpec uses the correct configuration.Ivan Topolnjak2014-11-091-3/+8
|
* = 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 ↵Ivan Topolnjak2014-10-259-151/+170
| | | | basic segments with renaming.
* + akka-remote: create a new kamon-akka-remote module, closes #99Ivan Topolnjak2014-10-245-3125/+5
|
* = core: minor cleanup of the remoting instrumentationIvan Topolnjak2014-10-231-7/+7
|
* = core,system.metrics: fixed serialization errors when using ↵Boris Giftge2014-10-236-60/+85
| | | | akka.actor.serialize-messages = on
* = core: exclude CallerThreadDispatcher from instrumentation, change ↵Diego2014-10-212-1/+3
| | | | Dispatcher to MessageDispatcher in DispatcherInstrumentation and fixes #95
* ! kamon-core: Remove KamonWeaverMessageHandler to avoid dependencies issues ↵Diego2014-10-203-76/+1
| | | | and closes #97
* + core: provide sum and percentile functions in Histogram.Snapshot, closes #85Ivan Topolnjak2014-10-202-1/+26
|
* = core: use explicitly thrown exceptions for failure tests.Ivan Topolnjak2014-10-194-4/+4
|
* ! kamon-newrelic: * Avoid reporting data to Newrelic if no metrics have been ↵Diego2014-10-181-12/+13
| | | | | | collected * Implement error handling with NewRelic Agent * Minor refactor * close issue #7 and issue #17
* = 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-093-22/+13
| | | | | | | | * remove from publishErrorMessage method * refactor onError method in RequestInstrumentation * refactor WSInstrumentation in order to propagate the TraceContext when a WS call is executed outside an Action * improve tests * closes #33
* + core: initial support for akka remoting/cluster, related to #61Ivan Topolnjak2014-08-318-10/+3343
|
* = core: fix errors in last commitDiego2014-08-292-153/+1
|
* + core: provide metrics for routersDiego2014-08-295-7/+457
| | | | | | | * processing-time * errors * time-in-mailbox closes #62
* + core: add support for trace context propagation on Scalaz futuresMichael Donaghy2014-08-213-0/+112
|
* = core: ensure that MinMaxCounters never record values bellow zero, fixes #71Ivan Topolnjak2014-08-133-13/+50
|
* + system-metrics: minor load banner refactorDiego2014-08-092-5/+10
|
* + core: inline jsr166 to remove dependencyDiego2014-08-095-2/+746
|
* ! core: use the inline variant of TraceRecorder.withTraceContext via macrosDiego2014-08-063-4/+4
|
* + play-example: included UserMetrics, LogReporter and SystemMetrics extensionsDiego2014-08-051-4/+1
|
* = core: remove the user- prefix on all user metricsIvan Topolnjak2014-08-041-26/+11
|
* = core: allow subscribing to user metrics and give decent namesIvan Topolnjak2014-08-043-198/+245
|
* = core: minor fix in actor metrics specIvan Topolnjak2014-08-041-4/+4
|