aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/metric
Commit message (Expand)AuthorAgeFilesLines
* get a basic threading model for the span reportersIvan Topolnjak2017-06-083-5/+83
* rename metric types nested objectIvan Topolnjak2017-06-061-9/+9
* make it compile for Scala 2.11 and 2.12Ivan Topolnjak2017-06-0611-100/+94
* on the crazy path to a better Kamon :DIvan Topolnjak2017-05-264-228/+152
* trying to flatten out the structure and eliminate the notion of entititesIvan Topolnjak2017-05-2513-257/+303
* wip, trying to get something that could be testedIvan Topolnjak2017-05-213-13/+43
* implement entity filtersIvan Topolnjak2017-05-203-18/+128
* some more wipIvan Topolnjak2017-05-182-4/+4
* handle reporters shutdown and reconfiguresIvan Topolnjak2017-05-031-3/+11
* wip: playing with akka-less implementation of subscriptionsIvan Topolnjak2017-05-027-38/+73
* implement MinMaxCounter and Gauge, include them in the InstrumentFactoryIvan Topolnjak2017-04-286-31/+105
* implement HdrHistogram and Distribution snapshotsIvan Topolnjak2017-04-2713-67/+329
* bring the new skeleton into placeIvan Topolnjak2017-04-2415-0/+352
* Prepare for the major cleanupIvan Topolnjak2017-04-2420-2241/+0
* + MetricsModule: Add default metrics loaded from configJason Martens2017-04-131-12/+30
* allow restarting Kamon in the same process.Ivan Topolnjak2016-12-241-2/+3
* wipDiego2016-12-051-1/+1
* wipDiego2016-12-0413-37/+58
* + core: support for regex path filters (#388)Daniel Bimschas2016-11-051-4/+10
* Cas collect compatibility with earlier jvms (#399)Ivan Topolnjak2016-10-041-1/+1
* + core: pass orignal throwable to logging (#389)Sjoerd Mulder2016-09-061-2/+2
* + Kamon-core: introduce finishWithError(Throwable) for Traces and SegmentsDiego Parra2016-07-081-1/+3
* = kamon-core: Histogram::tryRecord fix value is not passed to the loggerDiego2016-05-151-1/+1
* = all: bump up dependenciesDiego2016-04-221-2/+2
* core: catch any exception being thrown when recording values on histogramsIvan Topolnjak2016-04-011-2/+17
* minor formatting changes.Ivan Topolnjak2016-03-151-1/+1
* 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: provide generic way to scale time and memory metricsEugene Platonov2015-12-017-12/+132
* | ! core: Avoid updating the totalCount on our histograms and close #293Diego2015-11-302-37/+16
|/
* + core: Allow creation of counters with unitsDaniel Solano Gómez2015-07-241-0/+3
* ! core: cleanup entity on removalNils-Helge Garli Hegvik2015-07-101-2/+5
* = core: Fix usage of GaugeKey for gauges in MetricsModuleLukas Stefaniak2015-05-121-1/+1
* = core: add commodity trace context manipulation methods to the Tracer.Ivan Topolnjak2015-04-172-6/+6
* ! core: subscribe permanently to metrics data by default.Ivan Topolnjak2015-04-061-2/+2
* = core: minor cleanup of metric keys and units of measurements.Ivan Topolnjak2015-04-054-42/+40
* + core: introduce .factory members on trace and segment recorders.Ivan Topolnjak2015-03-311-0/+6
* ! akka: prefix actors, routers and dispatchers with the actor system name.Ivan Topolnjak2015-03-131-0/+3
* + log-reporter: include dispatcher metrics and close #163Diego2015-03-131-5/+4
* = core: include license headersDiego2015-03-121-0/+16
* ! all: introduced support for metric tags.Ivan Topolnjak2015-03-097-406/+348
* ! kamon-annotation: defined instruments @Trace @Segment @Gauge @Timed @Counte...Diego2015-03-011-4/+4
* ! core: drop the Extension postfix on all core components.Ivan Topolnjak2015-02-154-18/+17
* = core: rename UserMetrics to SimpleMetrics.Ivan Topolnjak2015-02-151-8/+8
* = all: stop using config.getDuration in favor of config.getFiniteDuration.Ivan Topolnjak2015-02-151-5/+5
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-137-88/+170
* ! core: revised semantics of .register on Metrics module to match our docs.Ivan Topolnjak2015-02-042-4/+8
* + core: add create methods for Entity.Ivan Topolnjak2015-02-041-0/+6
* + all: use ModuleSupervisor init all auto-start modules.Ivan Topolnjak2015-01-301-26/+2
* ! all: include license headersDiego2015-01-2910-0/+160