aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/metric/MinMaxCounter.scala
Commit message (Collapse)AuthorAgeFilesLines
* rename MinMaxCounter to RangeSamplerIvan Topolnjak2017-12-051-88/+0
|
* ensure that minMaxCounter takes a sample of values when creating a snapshotIvan Topolnjak2017-08-261-1/+3
|
* move ALMaxUpdater and MeasurementUnit to kamon.metricIvan Topolnjak2017-08-151-2/+0
|
* use java.util.DurationIvan Topolnjak2017-06-111-6/+5
|
* 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-4/+4
|
* * Introduce Java 8 Unsafe intrinsics in LogAdder (lock addq and lock xchg)Diego2017-06-081-8/+6
| | | | | * 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/+76