aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main
Commit message (Collapse)AuthorAgeFilesLines
* separate metrics from instruments and add default instrument for metricsIvan Topolnjak2017-06-1116-116/+271
|
* only report sampled spansIvan Topolnjak2017-06-093-12/+12
|
* replace auto settings for environment with actual valuesIvan Topolnjak2017-06-093-19/+62
|
* * Introduce Java 8 Unsafe intrinsics in LogAdder (lock addq and lock xchg)Diego2017-06-088-408/+325
| | | | | * Introduce atomic variant of LongAdder::sumThenReset -> LongAdder::sumAndReset * Remove LongMaxUpdater in favor to AtomicLongMaxUpdater
* Merge remote-tracking branch 'upstream/kamon-1.0-develop' into kamon-1.0-developIvan Topolnjak2017-06-0824-2/+363
|\
| * include copyright headersDiego2017-06-0824-2/+363
| |
* | fix HexCodec translation from Java to ScalaIvan Topolnjak2017-06-081-9/+7
| |
* | fix typo on B3 header names for context propagationIvan Topolnjak2017-06-081-5/+5
|/
* expose all apis through the Kamon companion objectIvan Topolnjak2017-06-082-33/+76
|
* get a basic threading model for the span reportersIvan Topolnjak2017-06-085-50/+147
|
* add metric scalerIvan Topolnjak2017-06-071-0/+58
|
* rename metric types nested objectIvan Topolnjak2017-06-061-9/+9
|
* make it compile for Scala 2.11 and 2.12Ivan Topolnjak2017-06-0614-127/+121
|
* on the crazy path to a better Kamon :DIvan Topolnjak2017-05-2610-313/+294
|
* trying to flatten out the structure and eliminate the notion of entititesIvan Topolnjak2017-05-2520-307/+368
|
* get some basic sampling goingIvan Topolnjak2017-05-236-92/+303
|
* wip, trying to get something that could be testedIvan Topolnjak2017-05-2111-126/+122
|
* implement entity filtersIvan Topolnjak2017-05-209-142/+142
|
* some more wipIvan Topolnjak2017-05-189-88/+372
|
* handle reporters shutdown and reconfiguresIvan Topolnjak2017-05-035-178/+234
|
* wip: playing with akka-less implementation of subscriptionsIvan Topolnjak2017-05-0212-55/+249
|
* implement MinMaxCounter and Gauge, include them in the InstrumentFactoryIvan Topolnjak2017-04-2810-31/+1001
|
* implement HdrHistogram and Distribution snapshotsIvan Topolnjak2017-04-2715-69/+336
|
* simple implementation of measurement unitsIvan Topolnjak2017-04-251-10/+61
|
* bring the new skeleton into placeIvan Topolnjak2017-04-2427-0/+614
|
* Prepare for the major cleanupIvan Topolnjak2017-04-2461-5692/+0
| | | | | | Moved all the original files from src/main to src/legacy-main, same with test files. Also removed the autoweave module, examples and bench as I'm planning to have them in separate repositories.
* Rename class vars so they do not shadow the def from their parent. Fixes ↵Ryan Bair2017-04-241-4/+4
| | | | #453. (#454)
* + disable akka-remote (#452)Renato Cavalcanti2017-04-181-5/+8
|
* + MetricsModule: Add default metrics loaded from configJason Martens2017-04-132-12/+41
|
* = travis: Add cross-compile to travis build and fix akka compile ↵Jason Martens2017-04-103-6/+51
| | | | 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-245-94/+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-054-6/+44
|
* 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-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
| |