aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon
Commit message (Collapse)AuthorAgeFilesLines
* + core: add a Kamon.shutdown() method.Ivan Topolnjak2015-02-151-0/+6
|
* = all: stop using config.getDuration in favor of config.getFiniteDuration.Ivan Topolnjak2015-02-154-15/+13
|
* ! core: special treatment of settings.Ivan Topolnjak2015-02-143-6/+15
|
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-1314-164/+313
|
* ! core: revised semantics of .register on Metrics module to match our docs.Ivan Topolnjak2015-02-043-5/+21
|
* + core: add create methods for Entity.Ivan Topolnjak2015-02-041-0/+6
|
* ! all: include license headersDiego2015-01-313-0/+48
|
* + all: use ModuleSupervisor init all auto-start modules.Ivan Topolnjak2015-01-306-92/+164
| | | | | | | | | | | The new ModuleSupervisor implementation will make use of special configuration keys under the `kamon.modules` section to detect all the available modules in the classpath and do two things with that info: 1. Log the AspectJ Weaver missing error if any of the available modules requires AspectJ. 2. Start all available modules that are marked with the auto-start setting.
* + core: add create and shutdown methods to Kamon.Ivan Topolnjak2015-01-291-0/+19
|
* ! all: include license headersDiego2015-01-2919-0/+303
|
* = core: minor code formatting change.Ivan Topolnjak2015-01-291-1/+1
|
* = 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: ensure that the subscriptions dispatcher is correctly startedIvan Topolnjak2015-01-262-2/+3
|
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-2447-1229/+1703
|
* = core: workaround intellij import name shadowing issue.Ivan Topolnjak2014-12-291-2/+3
| | | | More details can be found at: https://youtrack.jetbrains.com/issue/SCL-8074
* ! core,akka: separate all akka instrumentation into it's own kamon-akka ↵Ivan Topolnjak2014-12-289-857/+0
| | | | | | | | | | | | | | | module, related to #136. All Akka-related instrumentation and code has been moved to the kamon-akka module, including the filters for actor, dispatcher and router metrics. Also the following changes are included: - Router Metrics are now working properly, related to #139. - Cleanup the log output for this module, related to #142. - Some minor cleanups in various tests. This PR breaks the reporting modules which will need to wait for #141 to be ready to come back to life.
* = core: modified version of GlobPathFilter and improve GlobPahFilterSpecDiego2014-12-242-46/+2
|
* + core: introduce simplified version of GlobPathFilter and resolve exact ↵Diego2014-12-242-2/+46
| | | | actor metric filter issue
* = core: avoid error when TraceContext is emptyDiego2014-12-211-15/+16
|
* = core: avoid unnecesary allocation when askPatternTimeoutWarning is offDiego2014-12-173-13/+45
|
* + core: A more lightweight way for tracing the Akka.ask timeouts and closes #113Diego2014-12-172-17/+39
|
* + core: introduce an alternative way for tracing the Akka.ask timeoutsDiego2014-12-132-22/+33
|
* = core: Fix ThresholdSampler to use minimum-elapsed-time settingMartin Grotzke2014-12-081-1/+3
| | | | | 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-051-1/+14
|
* + newrelic: react correctly to restart and shutdown events from the New ↵Ivan Topolnjak2014-12-052-5/+25
| | | | Relic collector.
* + 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-0411-118/+493
|\
| * + core: cleanup the simple trace implementationIvan Topolnjak2014-12-048-134/+236
| |
| * = 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-0310-92/+373
| |
* | + core: introduce Sequencer to generate a incrementing sequence of Longs ↵Diego2014-12-032-1/+42
|/ | | | with a simple Long overflow protection
* + play, spray, newrelic: store in TraceLocal useful data to diagnose errors ↵Diego2014-11-301-0/+4
| | | | and closes #6
* + core: refactor MDC facilities and closes #100Diego2014-11-193-3/+61
|
* = core: kamon akka instrumentation name spaceAndrei Pozolotin2014-11-125-6/+6
| | | | suppress javac warnings move javac settings
* + 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 ↵Ivan Topolnjak2014-10-255-125/+144
| | | | basic segments with renaming.
* + akka-remote: create a new kamon-akka-remote module, closes #99Ivan Topolnjak2014-10-242-107/+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-211-1/+1
| | | | Dispatcher to MessageDispatcher in DispatcherInstrumentation and fixes #95
* ! kamon-core: Remove KamonWeaverMessageHandler to avoid dependencies issues ↵Diego2014-10-201-61/+0
| | | | and closes #97
* + core: provide sum and percentile functions in Histogram.Snapshot, closes #85Ivan Topolnjak2014-10-201-0/+20
|