aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala
Commit message (Collapse)AuthorAgeFilesLines
* Log warn when Entity with name=null is created / if dispatching entities ↵kamon-0.6.xMartin Grotzke2017-07-062-3/+18
| | | | | | | | | | | fails (#475) An application that creates a metric while passing `null` as metrics name will not receive the expected `TickMetricSnapshot` (if it subscribes for metrics). As log level _warn_ (instead of error) is chosen, because from an application perspective the app's functionality is not affected, i.e. there's no _immediate_ action required, but it's ok if this gets solved eventually.
* Call correct method for shutting down the ActorSystem (#460)Jan-Pieter van den Heuvel2017-05-231-0/+25
| | | | | | * [#459] call correct method for shutting down the ActorSystem * [#459] fix scala 2.10 / akka 2.3 compatibility
* Rename class vars so they do not shadow the def from their parent. Fixes ↵Ryan Bair2017-04-241-4/+4
| | | | #453. (#454)
* + MetricsModule: Add default metrics loaded from configJason Martens2017-04-131-12/+30
|
* = travis: Add cross-compile to travis build and fix akka compile ↵Jason Martens2017-04-101-30/+0
| | | | dependencies (#450)
* [issue 443] actor system terminatepj.fanning2017-03-142-1/+31
|
* change the default classloader used to resolve the config.Ivan Topolnjak2017-01-131-2/+2
|
* allow restarting Kamon in the same process.Ivan Topolnjak2016-12-244-91/+80
| | | | | taking some ideas from #395, this commit removes ConfigProviders and allows Kamon to be used in "permissive" mode until it gets started.
* preparing release 0.6.4Diego2016-12-211-1/+1
|
* + core: adding back a method to allow passing of a configuration into kamonhunterpayne-ck2016-12-211-26/+61
| | | | | | * more-flexible-kamon-config: adding back a method to allow passing of a configuration into kamon but still allows for kamon's internal config to control the actor system responsible for metrics (cherry picked from commit 1734c2b)
* wipDiego2016-12-131-13/+13
|
* wipDiego2016-12-051-1/+1
|
* wipDiego2016-12-0432-85/+119
|
* + core: update initial config code to not get caught in an error if configs ↵Brian Topping2016-11-051-3/+3
| | | | | are unresolvable. + core: update initial config code to not get caught in an error if configs are unresolvable.
* + core: support for regex path filters (#388)Daniel Bimschas2016-11-053-4/+42
|
* Cas collect compatibility with earlier jvms (#399)Ivan Topolnjak2016-10-041-1/+1
| | | | ! core: introduce CAS for safer counter collection and inline implementation of Unsafe.getAndSetLong for <jdk8 compatibility.
* = core, log-reporter: added getQueuedSubmissionCount #390 (#392)Michael Moss2016-09-141-0/+5
|
* + core: pass orignal throwable to logging (#389)Sjoerd Mulder2016-09-061-2/+2
|
* + core: allow accessing tags on TraceContext and Segment (#386)Bruno Filippone2016-08-192-0/+6
|
* = core: NanoTimestamp and NanoInterval as case classes and closes #376Diego2016-07-311-5/+5
|
* + core: include Tags and Status in TraceInfo and SegmentInfo and closes #377Diego2016-07-274-9/+12
|
* = core: minor refactorDiego2016-07-105-30/+55
|
* + Kamon-core: introduce finishWithError(Throwable) for Traces and SegmentsDiego Parra2016-07-085-51/+79
| | | | * + kamon-core: introduce finishWithError(Throwable) for Traces and Segments
* Merge pull request #363 from dspasojevic/mdcDiego Parra2016-07-031-3/+13
|\ | | | | = kamon-core: add context name and token to MDC
| * = kamon-core: add context name and token to MDCdxspasojevic2016-06-181-3/+13
| |
* | + kamon-autoweave: add support Attach on IBM J9 and closes #354Diego2016-06-221-0/+1
|/
* = kamon-core: remove kamon::start(config) for now, we need investigate a ↵Diego2016-05-201-15/+4
| | | | better option
* = kamon-core: Histogram::tryRecord fix value is not passed to the loggerDiego2016-05-152-3/+3
|
* = kamon-core: add kamon::start(config) option and fixes #351Diego2016-05-051-12/+19
|
* = all: bump up dependenciesDiego2016-04-221-2/+2
|
* Merge branch 'master' of github.com:kamon-io/KamonDiego2016-04-221-2/+17
|\
| * Merge pull request #335 from ivantopo/issue-#232Diego Parra2016-04-221-2/+17
| |\ | | | | | | core: catch any exception being thrown when recording values on histograms
| | * core: catch any exception being thrown when recording values on histogramsIvan Topolnjak2016-04-011-2/+17
| | | | | | | | | | | | fixes #232, fixes #332
* | | + kamon-spray: Add tags in spray spray directives for tracing and closes #345Diego2016-04-222-7/+5
| | |
* | | Add tags for traces and closes #327Diego2016-04-224-30/+76
| | |
* | | Add tags for traces and closes #327Diego2016-04-223-22/+50
|/ /
* / ! kamon-autoweave: catch all exceptions thrown for AgentLoader and closes #344Diego2016-04-221-4/+13
|/
* minor formatting changes.Ivan Topolnjak2016-03-152-3/+3
|
* Merge branch 'issue#271/fix-balancing-pool-metrics'Ivan Topolnjak2016-03-153-3/+15
|\
| * introduce selective instrumentation for akka actors.Ivan Topolnjak2016-03-143-0/+14
| |
* | = core: minor refactor in ExecutorServiceMetricsDiego2016-03-061-28/+22
| |
* | = kamon-autoweave: refactor in order to load the ↵Diego2016-02-071-1/+1
| | | | | | | | com.sun.tools.attach.VirtualMachine from tools.jar
* | = core: apply metric filters to tracesJoao Azevedo2016-01-201-2/+4
| |
* | = core: don't throw MathError when auto-start is disabled for a module #300Thibaut Robert2016-01-081-1/+3
| |
* | Merge pull request #294 from jozic/scaleDiego Parra2015-12-249-12/+175
|\ \ | | | | | | Scale
| * | + core: provide generic way to scale time and memory metricsEugene Platonov2015-12-019-12/+175
| | |
* | | = All: downgrade sbt to 0.13.8 in order to avoid issues with scalariformDiego2015-12-172-3/+3
| | |
* | | Merge pull request #296 from kamon-io/kamon-autoweaveIvan Topolnjak2015-12-091-1/+17
|\ \ \ | |/ / |/| | + kamon-autoweave: this new module allow attach the AspectJ loadtime …
| * | + kamon-autoweave: this new module allow attach the AspectJ loadtime weaving ↵Diego2015-12-091-1/+17
| | | | | | | | | | | | agent to a JVM after it has started (you don't need to use -javaagent). This offers extra flexibility but obviously any classes loaded before attachment will not be woven.
* | | ! core: Avoid updating the totalCount on our histograms and close #293Diego2015-11-302-37/+16
|/ /