aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src
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-2719-334/+2290
* implement a generic abstraction for handling TagsIvan Topolnjak2019-03-272-0/+495
* separate the status-page project from the status APIIvan Topolnjak2019-03-1537-9087/+51
* update the status page buildIvan Topolnjak2019-02-125-147/+28
* self-review changes and use a thread pool for the embedded status pageIvan Topolnjak2019-02-127-115/+125
* group metric series together in the same item, expand to see individual seriesIvan Topolnjak2019-02-0826-46/+8672
* show instrumentation modules in the status pageIvan Topolnjak2019-02-073-13/+14
* Merge pull request #2 from damdev/status-pageIvan Topolnjak2019-02-062-1/+3
|\
| * changes to integrate with kanela info provider on kanela#70dfranetovich2019-02-052-1/+3
* | 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-0410-10/+132
* cleanup the exposition of status data and ensure the module registry provides...Ivan Topolnjak2019-02-0411-482/+607
* show number of modules and metrics on the status pageIvan Topolnjak2019-01-3133-47/+296
* initial work on a embeded status pageIvan Topolnjak2019-01-2318-12/+379
* clean references to scheduled range sampler collectionsIvan Topolnjak2019-01-061-1/+1
* Merge pull request #561 from ivantopo/metric-groupDiego Parra2018-11-301-0/+64
|\
| * add a simple metric group utility for instrumentationsIvan Topolnjak2018-11-141-0/+64
* | typoz (#562)Adrian Cole2018-11-191-4/+4
|/
* include trace identifiers in HTTP responses, fixes #558Ivan Topolnjak2018-10-302-4/+28
* Implement a module registry that supports loading from configuration (#559)Ivan Topolnjak2018-10-2912-533/+772
* Use new config when reconfiguring tickers in ReporterRegistry (#554)Florent Chiron2018-10-191-5/+4
* Implement "b3 single" header format (#551)Diego Parra2018-10-152-5/+99
* 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
* | do not copy any tags by defaultIvan Topolnjak2018-10-121-4/+8
* | reorganize the HttpMessage abstractionsIvan Topolnjak2018-10-122-22/+61
* | rename the preferred trace id configurationIvan Topolnjak2018-10-122-19/+20
* | restor the HasContext mixinIvan Topolnjak2018-09-281-0/+36
* | improve error handling on binary propagationIvan Topolnjak2018-09-283-39/+66
* | cleanup the context propagation section on the configuration fileIvan Topolnjak2018-09-282-58/+42
* | cleanup HTTP propagation, introduce a new Binary propagationIvan Topolnjak2018-09-2814-514/+666
* | 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-043-24/+150
* | wip on the HttpServer instrumentationIvan Topolnjak2018-09-036-75/+315
* | mockup definition on the HTTP Server instrumentation configurationIvan Topolnjak2018-08-302-14/+105
* | working on context tags and http propagation improvementsIvan Topolnjak2018-08-3015-254/+685
|/
* 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
| |/ |/|
* | remove unused section from the reference.confIvan Topolnjak2018-04-101-9/+0
* | 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-132-3/+16
|\
| * add support for environment tags, fixes #510Ivan Topolnjak2018-02-102-3/+16