aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/metric/TickSnapshot.scala
Commit message (Expand)AuthorAgeFilesLines
* rename TickSnapshot to PeriodSnapshot, use Instant instead of plain LongsIvan Topolnjak2017-12-121-73/+0
* rename MinMaxCounter to RangeSamplerIvan Topolnjak2017-12-051-1/+1
* move ALMaxUpdater and MeasurementUnit to kamon.metricIvan Topolnjak2017-08-151-2/+0
* use unit instead of measurementUnit (shorter and nicer)Ivan Topolnjak2017-06-181-19/+4
* add internal snapshot API that allows keeping state intactIvan Topolnjak2017-06-111-13/+13
* separate metrics from instruments and add default instrument for metricsIvan Topolnjak2017-06-111-1/+1
* include copyright headersDiego2017-06-081-0/+15
* get a basic threading model for the span reportersIvan Topolnjak2017-06-081-5/+8
* make it compile for Scala 2.11 and 2.12Ivan Topolnjak2017-06-061-7/+61
* on the crazy path to a better Kamon :DIvan Topolnjak2017-05-261-6/+7
* trying to flatten out the structure and eliminate the notion of entititesIvan Topolnjak2017-05-251-1/+9
* wip: playing with akka-less implementation of subscriptionsIvan Topolnjak2017-05-021-10/+2
* implement MinMaxCounter and Gauge, include them in the InstrumentFactoryIvan Topolnjak2017-04-281-0/+17