aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
Commit message (Collapse)AuthorAgeFilesLines
* include environment data in the status page, plust skeleton for instrumentationIvan Topolnjak2019-02-046-4/+3
|
* cleanup the exposition of status data and ensure the module registry ↵Ivan Topolnjak2019-02-041-0/+2
| | | | provides enough info
* show number of modules and metrics on the status pageIvan Topolnjak2019-01-3123-37/+213
|
* initial work on a embeded status pageIvan Topolnjak2019-01-2311-0/+77
|
* typoz (#562)Adrian Cole2018-11-191-4/+4
|
* include trace identifiers in HTTP responses, fixes #558Ivan Topolnjak2018-10-301-0/+15
|
* Implement a module registry that supports loading from configuration (#559)Ivan Topolnjak2018-10-291-4/+15
|
* Implement "b3 single" header format (#551)Diego Parra2018-10-151-1/+2
| | | Implement 'b3 single' header format for Span propagation over HTTP
* do not copy any tags by defaultIvan Topolnjak2018-10-121-4/+8
|
* rename the preferred trace id configurationIvan Topolnjak2018-10-121-15/+19
|
* improve error handling on binary propagationIvan Topolnjak2018-09-281-0/+4
|
* cleanup the context propagation section on the configuration fileIvan Topolnjak2018-09-281-56/+21
|
* cleanup HTTP propagation, introduce a new Binary propagationIvan Topolnjak2018-09-281-2/+19
|
* basic testing for the HTTP server instrumentationIvan Topolnjak2018-09-041-1/+1
|
* wip on the HttpServer instrumentationIvan Topolnjak2018-09-031-49/+70
|
* mockup definition on the HTTP Server instrumentation configurationIvan Topolnjak2018-08-301-3/+99
|
* working on context tags and http propagation improvementsIvan Topolnjak2018-08-301-0/+54
|
* 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
| | | | | * Introduce atomic variant of LongAdder::sumThenReset -> LongAdder::sumAndReset * Remove LongMaxUpdater in favor to AtomicLongMaxUpdater
* 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
| | | | | | Moved all the original files from src/main to src/legacy-main, same with test files. Also removed the autoweave module, examples and bench as I'm planning to have them in separate repositories.
* + disable akka-remote (#452)Renato Cavalcanti2017-04-181-5/+8
|