aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/metric/Entity.scala
Commit message (Collapse)AuthorAgeFilesLines
* Log warn when Entity with name=null is created / if dispatching entities ↵kamon-0.6.xMartin Grotzke2017-07-061-1/+8
| | | | | | | | | | | 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.
* ! all: introduced support for metric tags.Ivan Topolnjak2015-03-091-24/+3
|
* + core: add create methods for Entity.Ivan Topolnjak2015-02-041-0/+6
|
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-241-0/+52