aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/metric/InstrumentFactory.scala
Commit message (Collapse)AuthorAgeFilesLines
* rename MinMaxCounter to RangeSamplerIvan Topolnjak2017-12-051-14/+14
|
* move ALMaxUpdater and MeasurementUnit to kamon.metricIvan Topolnjak2017-08-151-2/+0
|
* refactor topLevelKeys extension on ConfigIvan Topolnjak2017-06-151-1/+1
|
* use java.util.DurationIvan Topolnjak2017-06-111-4/+4
|
* add internal snapshot API that allows keeping state intactIvan Topolnjak2017-06-111-4/+4
|
* separate metrics from instruments and add default instrument for metricsIvan Topolnjak2017-06-111-2/+11
|
* * Introduce Java 8 Unsafe intrinsics in LogAdder (lock addq and lock xchg)Diego2017-06-081-3/+2
| | | | | * Introduce atomic variant of LongAdder::sumThenReset -> LongAdder::sumAndReset * Remove LongMaxUpdater in favor to AtomicLongMaxUpdater
* include copyright headersDiego2017-06-081-0/+15
|
* make it compile for Scala 2.11 and 2.12Ivan Topolnjak2017-06-061-0/+98