aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/util
Commit message (Collapse)AuthorAgeFilesLines
* * Introduce Java 8 Unsafe intrinsics in LogAdder (lock addq and lock xchg)Diego2017-06-081-0/+40
| | | | | * 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-083-0/+45
|\
| * include copyright headersDiego2017-06-083-0/+45
| |
* | fix HexCodec translation from Java to ScalaIvan Topolnjak2017-06-081-9/+7
|/
* get a basic threading model for the span reportersIvan Topolnjak2017-06-081-58/+0
|
* add metric scalerIvan Topolnjak2017-06-071-0/+58
|
* get some basic sampling goingIvan Topolnjak2017-05-231-0/+85
|
* wip, trying to get something that could be testedIvan Topolnjak2017-05-211-5/+0
|
* implement entity filtersIvan Topolnjak2017-05-201-7/+0
|
* some more wipIvan Topolnjak2017-05-181-6/+13
|
* wip: playing with akka-less implementation of subscriptionsIvan Topolnjak2017-05-021-0/+5
|
* simple implementation of measurement unitsIvan Topolnjak2017-04-251-10/+61
|
* bring the new skeleton into placeIvan Topolnjak2017-04-243-0/+31
|
* Prepare for the major cleanupIvan Topolnjak2017-04-2419-905/+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.
* wipDiego2016-12-131-13/+13
|
* wipDiego2016-12-049-17/+17
|
* + core: support for regex path filters (#388)Daniel Bimschas2016-11-052-0/+32
|
* = core, log-reporter: added getQueuedSubmissionCount #390 (#392)Michael Moss2016-09-141-0/+5
|
* = core: NanoTimestamp and NanoInterval as case classes and closes #376Diego2016-07-311-5/+5
|
* Merge branch 'issue#271/fix-balancing-pool-metrics'Ivan Topolnjak2016-03-151-0/+6
|\
| * introduce selective instrumentation for akka actors.Ivan Topolnjak2016-03-141-0/+6
| |
* | = core: minor refactor in ExecutorServiceMetricsDiego2016-03-061-28/+22
| |
* | + core: provide generic way to scale time and memory metricsEugene Platonov2015-12-012-0/+43
|/
* ! core: Decoupling basic apis from reporters in order to improve Kamon ↵Diego2015-11-252-2/+51
| | | | tooling for tests
* ! core: generalize ThreadPoolExecutors metricsDiego2015-08-252-58/+201
|
* ! core: generalize ThreadPoolExecutors metricsDiego2015-08-252-0/+132
|
* + core: simple util to transform java maps to scala maps when creating tags.Ivan Topolnjak2015-03-291-0/+14
|
* = core: introduce SameThreadExecutionContext for small code blocks that ↵Diego2015-03-231-0/+30
| | | | don't need to be run on a separate thread
* = core: include license headersDiego2015-03-122-0/+32
|
* = core: put the ModuleLoader back in place for auto-starting modules.Ivan Topolnjak2015-03-121-1/+1
|
* ! all: introduced support for metric tags.Ivan Topolnjak2015-03-091-0/+9
|
* ! kamon-annotation: defined instruments @Trace @Segment @Gauge @Timed ↵Diego2015-03-011-0/+29
| | | | @Counted @Histogram and full implemetation
* = all: stop using config.getDuration in favor of config.getFiniteDuration.Ivan Topolnjak2015-02-151-1/+1
|
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-131-0/+53
|
* ! core: revised semantics of .register on Metrics module to match our docs.Ivan Topolnjak2015-02-041-1/+13
|
* ! all: include license headersDiego2015-01-295-0/+79
|
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-245-0/+178
|
* = core: modified version of GlobPathFilter and improve GlobPahFilterSpecDiego2014-12-241-44/+0
|
* + core: introduce simplified version of GlobPathFilter and resolve exact ↵Diego2014-12-241-0/+44
| | | | actor metric filter issue
* = core: use Sequencer instead of AtomicLongDiego2014-12-031-1/+1
|
* + core: introduce Sequencer to generate a incrementing sequence of Longs ↵Diego2014-12-032-1/+42
| | | | with a simple Long overflow protection
* + core: allow dispatcher configuration to core componentsIvan Topolnjak2014-05-181-24/+0
|
* = core: code formatDiego2014-05-091-2/+2
|
* + core: added MinMaxCounterSpec and new test in ActorMetricsSpecDiego2014-05-091-0/+24
|
* + core: MinMaxCounter for actor mailbox sizeDiego2014-05-071-0/+24