aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release version 0.6.6v0.6.6Ivan Topolnjak2017-01-191-1/+1
|
* bump kamon-sbt-umbrella versionIvan Topolnjak2017-01-191-1/+1
|
* use kamon-sbt-umbrella on the build.Ivan Topolnjak2017-01-177-297/+4
|
* Merge pull request #422 from ivantopo/wip/421-ensure-that-start-stop-worksIvan Topolnjak2017-01-137-96/+175
|\ | | | | allow restarting Kamon in the same process.
| * 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-247-96/+175
| | | | | | | | | | taking some ideas from #395, this commit removes ConfigProviders and allows Kamon to be used in "permissive" mode until it gets started.
* | Update README.mdDiego Parra2017-01-121-0/+1
| |
* | Update README.mdDiego Parra2016-12-291-1/+1
| |
* | released 0.6.5Diego2016-12-232-15/+13
|/
* Update README.mdDiego Parra2016-12-221-2/+2
|
* core: released 0.6.4Diego2016-12-211-1/+1
|
* preparing release 0.6.4Diego2016-12-213-4/+20
|
* + core: adding back a method to allow passing of a configuration into kamonhunterpayne-ck2016-12-212-33/+69
| | | | | | * 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-133-18/+6
|
* wipDiego2016-12-131-1/+0
|
* wipDiego2016-12-131-0/+1
|
* wipDiego2016-12-1378-23/+14008
|
* Update README.mdDiego Parra2016-12-101-1/+1
|
* kamon-core-0.6.x seriesDiego2016-12-081-1/+1
|
* kamon-core-0.6.x seriesDiego2016-12-083-12/+7
|
* Update README.mdDiego Parra2016-12-081-1/+1
|
* wipDiego2016-12-082-5/+56
|
* wipDiego2016-12-051-1/+1
|
* wipDiego2016-12-051-1/+1
|
* wipDiego2016-12-057-7/+88
|
* wipDiego2016-12-041-0/+11
|
* wipDiego2016-12-041-20/+20
|
* wipDiego2016-12-041-45/+25
|
* wipDiego2016-12-042-1/+33
|
* wipDiego2016-12-0467-152/+775
|
* + 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-055-6/+103
|
* Cas collect compatibility with earlier jvms (#399)Ivan Topolnjak2016-10-043-1/+35
| | | | ! 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-193-0/+33
|
* = 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-275-9/+81
|
* = core: minor refactorDiego2016-07-105-30/+55
|
* + Kamon-core: introduce finishWithError(Throwable) for Traces and SegmentsDiego Parra2016-07-087-57/+116
| | | | * + kamon-core: introduce finishWithError(Throwable) for Traces and Segments
* Merge pull request #363 from dspasojevic/mdcDiego Parra2016-07-032-3/+57
|\ | | | | = kamon-core: add context name and token to MDC
| * = kamon-core: add context name and token to MDCdxspasojevic2016-06-182-3/+57
| |
* | + kamon-autoweave: add support Attach on IBM J9 and closes #354Diego2016-06-223-13/+34
|/
* = 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
|
* Merge pull request #346 from michalfaber/kamon-riemannDiego Parra2016-04-290-0/+0
|\ | | | | + kamon-riemann: module for riemann
* | = all: bump up dependenciesDiego2016-04-221-2/+2
| |
* | Merge branch 'master' of github.com:kamon-io/KamonDiego2016-04-222-6/+19
|\ \
| * \ Merge pull request #335 from ivantopo/issue-#232Diego Parra2016-04-222-6/+19
| |\ \ | | | | | | | | core: catch any exception being thrown when recording values on histograms