aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/metric/SubscriptionsDispatcher.scala
Commit message (Collapse)AuthorAgeFilesLines
* Log warn when Entity with name=null is created / if dispatching entities ↵kamon-0.6.xMartin Grotzke2017-07-061-2/+10
| | | | | | | | | | | fails (#475) An application that creates a metric while passing `null` as metrics name will not receive the expected `TickMetricSnapshot` (if it subscribes for metrics). As log level _warn_ (instead of error) is chosen, because from an application perspective the app's functionality is not affected, i.e. there's no _immediate_ action required, but it's ok if this gets solved eventually.
* wipDiego2016-12-041-1/+1
|
* = core: add commodity trace context manipulation methods to the Tracer.Ivan Topolnjak2015-04-171-2/+2
|
* ! core: drop the Extension postfix on all core components.Ivan Topolnjak2015-02-151-2/+2
|
* ! all: Kamon now works as a single instance in a companion object.Ivan Topolnjak2015-02-131-4/+5
|
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-241-0/+115