aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala/kamon/ReporterRegistry.scala
Commit message (Expand)AuthorAgeFilesLines
* Implement a module registry that supports loading from configuration (#559)Ivan Topolnjak2018-10-291-405/+0
* Use new config when reconfiguring tickers in ReporterRegistry (#554)Florent Chiron2018-10-191-5/+4
* Merge pull request #504 from briantopping/warningIvan Topolnjak2018-02-011-1/+1
|\
| * Fix for apparent copy-paste error.Brian Topping2018-01-251-1/+1
* | turn all Kamon threads into daemon threads, except for reporters, fixes #502Ivan Topolnjak2018-01-301-1/+1
|/
* allow metric filtering when adding a metrics reporterIvan Topolnjak2018-01-171-4/+28
* use clock utilities to align metric reporting ticksIvan Topolnjak2017-12-181-9/+3
* use a specialized java.time.Clock exposed through the Kamon companion objectIvan Topolnjak2017-12-131-6/+8
* rename TickSnapshot to PeriodSnapshot, use Instant instead of plain LongsIvan Topolnjak2017-12-121-8/+9
* Log exceptions of reporters, instead of silent failureMark van der Tol2017-10-081-8/+55
* optimistic tick alignment for metrics tickerIvan Topolnjak2017-08-211-5/+21
* binary encoding of context and entriesIvan Topolnjak2017-08-211-212/+213
* start writting Span.Real testsIvan Topolnjak2017-07-191-3/+11
* wipIvan Topolnjak2017-07-141-4/+4
* log reporter failuresIvan Topolnjak2017-06-191-2/+11
* add DynamicAccess utilityIvan Topolnjak2017-06-181-24/+17
* schedule execution of the start hooks on reportersIvan Topolnjak2017-06-181-0/+5
* expose the internal schedulerIvan Topolnjak2017-06-151-5/+1
* crossbuilding for all supported Scala versionsIvan Topolnjak2017-06-111-3/+2
* implement loading reporters from configurationIvan Topolnjak2017-06-111-6/+34
* dont start tickers until a reporter is addedIvan Topolnjak2017-06-111-19/+41
* separate metrics from instruments and add default instrument for metricsIvan Topolnjak2017-06-111-7/+8
* include copyright headersDiego2017-06-081-0/+15
* expose all apis through the Kamon companion objectIvan Topolnjak2017-06-081-24/+31
* get a basic threading model for the span reportersIvan Topolnjak2017-06-081-42/+113
* make it compile for Scala 2.11 and 2.12Ivan Topolnjak2017-06-061-20/+18
* on the crazy path to a better Kamon :DIvan Topolnjak2017-05-261-9/+9
* trying to flatten out the structure and eliminate the notion of entititesIvan Topolnjak2017-05-251-3/+3
* wip, trying to get something that could be testedIvan Topolnjak2017-05-211-15/+0
* some more wipIvan Topolnjak2017-05-181-65/+40
* handle reporters shutdown and reconfiguresIvan Topolnjak2017-05-031-0/+209