aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
Commit message (Expand)AuthorAgeFilesLines
* remove unused section from the reference.confIvan Topolnjak2018-04-101-9/+0
* add support for environment tags, fixes #510Ivan Topolnjak2018-02-101-0/+12
* allow arbitrary header names for automatic broadcast string keysIvan Topolnjak2018-02-021-1/+18
* fix typos on the kamon.reporters config key commentsIvan Topolnjak2018-01-251-3/+3
* increase the default span reporter queue sizeIvan Topolnjak2018-01-171-1/+1
* allow metric filtering when adding a metrics reporterIvan Topolnjak2018-01-171-2/+3
* rename MinMaxCounter to RangeSamplerIvan Topolnjak2017-12-051-3/+3
* add support for simple broadcast String keysIvan Topolnjak2017-11-231-0/+2
* optimistic tick alignment for metrics tickerIvan Topolnjak2017-08-211-1/+15
* binary encoding of context and entriesIvan Topolnjak2017-08-211-26/+14
* add optional span scoping to the span metricsIvan Topolnjak2017-08-151-0/+7
* expose the identity provider through the TracerIvan Topolnjak2017-08-141-1/+1
* implement Span propagation on top of Kamon.ContextIvan Topolnjak2017-08-141-0/+13
* tests for Span building and the ExtendedB3 codec, related bugfixesIvan Topolnjak2017-07-191-1/+1
* provide the proper FQCN for default identity providers and codecsIvan Topolnjak2017-07-181-5/+5
* make the SpanContextCodecs configurableIvan Topolnjak2017-07-181-0/+31
* make the remote parent join mode configurableIvan Topolnjak2017-07-181-0/+7
* use "probability" instead of "chance" terms for the random samplerIvan Topolnjak2017-07-181-4/+4
* Remove logback.xml (#472)Tomo Ferega2017-06-291-12/+0
* expose the internal schedulerIvan Topolnjak2017-06-151-0/+4
* move filters to util package, expose them from KamonIvan Topolnjak2017-06-141-13/+15
* implement loading reporters from configurationIvan Topolnjak2017-06-111-2/+7
* replace auto settings for environment with actual valuesIvan Topolnjak2017-06-091-1/+8
* * Introduce Java 8 Unsafe intrinsics in LogAdder (lock addq and lock xchg)Diego2017-06-081-1/+1
* get a basic threading model for the span reportersIvan Topolnjak2017-06-081-0/+6
* on the crazy path to a better Kamon :DIvan Topolnjak2017-05-261-7/+25
* trying to flatten out the structure and eliminate the notion of entititesIvan Topolnjak2017-05-252-13/+27
* wip, trying to get something that could be testedIvan Topolnjak2017-05-211-2/+19
* implement entity filtersIvan Topolnjak2017-05-201-0/+4
* handle reporters shutdown and reconfiguresIvan Topolnjak2017-05-031-1/+1
* bring the new skeleton into placeIvan Topolnjak2017-04-241-0/+54
* Prepare for the major cleanupIvan Topolnjak2017-04-242-199/+0
* + disable akka-remote (#452)Renato Cavalcanti2017-04-181-5/+8
* + MetricsModule: Add default metrics loaded from configJason Martens2017-04-131-0/+11
* allow restarting Kamon in the same process.Ivan Topolnjak2016-12-241-3/+0
* wip, core/akka/spray are kind of migrated.Ivan Topolnjak2015-08-281-0/+2
* + core: add a clock-sampler, fix ordered-sampler, add unit tests for samplersTristan Sallé2015-07-151-4/+9
* + core: kamon.trace.token-generator confJoão Ferreira2015-06-261-0/+3
* = core: put the ModuleLoader back in place for auto-starting modules.Ivan Topolnjak2015-03-121-1/+1
* ! core: special treatment of settings.Ivan Topolnjak2015-02-141-29/+15
* + all: use ModuleSupervisor init all auto-start modules.Ivan Topolnjak2015-01-302-2/+10
* ! core,akka: use our own dispatcher instead of Akka's default dispatcher.Ivan Topolnjak2015-01-291-11/+6
* ! core,statsd: set the default tick and flush intervals to 10 seconds.Ivan Topolnjak2015-01-261-1/+1
* ! all: improve the metric recorders infrastructureIvan Topolnjak2015-01-242-66/+62
* ! core,akka: separate all akka instrumentation into it's own kamon-akka modul...Ivan Topolnjak2014-12-282-65/+0
* + statsd: report HttpServerMetrics to StatsDDiego2014-12-171-2/+2
* = core: avoid unnecesary allocation when askPatternTimeoutWarning is offDiego2014-12-171-2/+7
* + core: A more lightweight way for tracing the Akka.ask timeouts and closes #113Diego2014-12-171-2/+5
* + core: introduce an alternative way for tracing the Akka.ask timeoutsDiego2014-12-131-0/+3
* = core: Fix ThresholdSampler to use minimum-elapsed-time settingMartin Grotzke2014-12-081-1/+1