aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/scala
Commit message (Expand)AuthorAgeFilesLines
* Introduce a TagSet builder and use UnifiedMap from Eclipse CollectionsIvan Topolnjak2019-03-272-88/+187
* use TagSet as the implementation for Context tagsIvan Topolnjak2019-03-2712-196/+384
* implement a generic abstraction for handling TagsIvan Topolnjak2019-03-272-0/+495
* separate the status-page project from the status APIIvan Topolnjak2019-03-156-331/+45
* self-review changes and use a thread pool for the embedded status pageIvan Topolnjak2019-02-126-111/+121
* group metric series together in the same item, expand to see individual seriesIvan Topolnjak2019-02-083-3/+6
* show instrumentation modules in the status pageIvan Topolnjak2019-02-073-13/+14
* Merge pull request #2 from damdev/status-pageIvan Topolnjak2019-02-061-1/+1
|\
| * changes to integrate with kanela info provider on kanela#70dfranetovich2019-02-051-1/+1
* | better component structure, included a Kamon APM suggestionIvan Topolnjak2019-02-063-3/+8
|/
* include environment data in the status page, plust skeleton for instrumentationIvan Topolnjak2019-02-044-6/+129
* cleanup the exposition of status data and ensure the module registry provides...Ivan Topolnjak2019-02-0410-482/+605
* show number of modules and metrics on the status pageIvan Topolnjak2019-01-3110-10/+83
* initial work on a embeded status pageIvan Topolnjak2019-01-237-12/+302
* clean references to scheduled range sampler collectionsIvan Topolnjak2019-01-061-1/+1
* add a simple metric group utility for instrumentationsIvan Topolnjak2018-11-141-0/+64
* include trace identifiers in HTTP responses, fixes #558Ivan Topolnjak2018-10-301-4/+13
* Implement a module registry that supports loading from configuration (#559)Ivan Topolnjak2018-10-2911-529/+757
* Use new config when reconfiguring tickers in ReporterRegistry (#554)Florent Chiron2018-10-191-5/+4
* Implement "b3 single" header format (#551)Diego Parra2018-10-151-4/+97
* Merge pull request #553 from kamon-io/thread-local-improvementsIvan Topolnjak2018-10-131-10/+23
|\
| * avoid use an Kamon-defined holder object as that would prevent class unloading.Diego2018-09-271-23/+17
| * Improvements in ThreadLocalStorageDiego2018-09-111-7/+26
* | reorganize the HttpMessage abstractionsIvan Topolnjak2018-10-122-22/+61
* | rename the preferred trace id configurationIvan Topolnjak2018-10-121-4/+1
* | restor the HasContext mixinIvan Topolnjak2018-09-281-0/+36
* | improve error handling on binary propagationIvan Topolnjak2018-09-282-39/+62
* | cleanup the context propagation section on the configuration fileIvan Topolnjak2018-09-281-2/+21
* | cleanup HTTP propagation, introduce a new Binary propagationIvan Topolnjak2018-09-2810-509/+515
* | use NonFatal instead of plain Throwable when catching exceptionsIvan Topolnjak2018-09-182-5/+8
* | create HTTP server metrics testsIvan Topolnjak2018-09-171-0/+1
* | implement HTTP server metrics trackingIvan Topolnjak2018-09-161-12/+164
* | basic testing for the HTTP server instrumentationIvan Topolnjak2018-09-042-23/+149
* | wip on the HttpServer instrumentationIvan Topolnjak2018-09-035-26/+245
* | mockup definition on the HTTP Server instrumentation configurationIvan Topolnjak2018-08-301-11/+6
* | working on context tags and http propagation improvementsIvan Topolnjak2018-08-3014-254/+631
|/
* Merge pull request #538 from ivantopo/ensure-snapshot-immutabilityIvan Topolnjak2018-06-171-2/+6
|\
| * ensure that histograms snapshots are immutableIvan Topolnjak2018-06-111-2/+6
* | Merge pull request #539 from Falmarri/masterIvan Topolnjak2018-06-171-6/+11
|\ \
| * | Allow access to local span operation namefalmarri2018-06-131-6/+11
* | | Use spanIdGenerator for decoding spans in SpanCodec.ColferLukasz Stefaniak2018-06-011-3/+3
| |/ |/|
* | add the EnvironmentTagBuilder utility classIvan Topolnjak2018-04-061-0/+43
* | do not encode ParentID on B3 headers if not present, fixes kamon-io/kamon-akk...Ivan Topolnjak2018-04-051-1/+3
|/
* Merge pull request #515 from ivantopo/issue#510/add-support-for-environment-tagsIvan Topolnjak2018-02-131-3/+4
|\
| * add support for environment tags, fixes #510Ivan Topolnjak2018-02-101-3/+4
* | apply metric tags on spans, even if the span is not sampled, fixes #513Ivan Topolnjak2018-02-101-13/+20
|/
* allow arbitrary header names for automatic broadcast string keysIvan Topolnjak2018-02-021-11/+11
* 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-303-4/+6
|/