aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/metrics
Commit message (Expand)AuthorAgeFilesLines
* ! core: new counter recorder based on LongAdderDiego2014-04-302-7/+46
* + all: fix compilation issuesDiego2014-04-231-1/+1
* ! core: change metric identities to lower case, separated with dashesIvan Topolnak2014-04-093-5/+5
* ! core: add the notion of instrument types to metric snapshotsIvan Topolnjak2014-04-062-4/+14
* multiple fixes to the custom metrics collection facilitiesIvan Topolnak2014-03-119-104/+126
* support for custom metricsIvan Topolnak2014-03-064-4/+62
* minor cleanup before relasing 0.0.13Ivan Topolnak2014-02-062-13/+11
* kamon-newrelic now uses the subscription protocol to report metrics to NewRelicIvan Topolnjak2014-02-051-2/+2
* partial rewrite of kamon-newrelicIvan Topolnak2014-02-043-67/+45
* metrics buffer for easier periodic reportingIvan Topolnak2014-02-042-0/+90
* create the notion of a metric group category for easier filtering when subscr...Ivan Topolnak2014-02-045-45/+55
* continuous hdr tracking instrument, special for mailbox size metricsIvan Topolnak2014-02-032-1/+52
* add tags to individual metricsIvan Topolnjak2014-02-023-7/+6
* remake of trace context and allow different tracing levelsIvan Topolnjak2014-01-311-3/+1
* wipIvan Topolnak2014-01-304-11/+76
* max, min and merge operations for MetricSnapshotIvan Topolnak2014-01-293-58/+120
* store actor metrics in the new metrics extensionIvan Topolnjak2014-01-284-141/+107
* first implementation of a universal metrics repository for any kind of metric...Ivan Topolnak2014-01-275-72/+211
* rename UOW to TraceToken and generate it by default when a Trace startsIvan Topolnjak2014-01-272-16/+5
* hdr histogram extension with concurrent updates and snapshots supportIvan Topolnjak2014-01-241-0/+78
* integrate trace and metrics into the base projectIvan Topolnak2014-01-133-0/+210