aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #572 from ivantopo/tagsHEADmasterIvan Topolnjak2019-04-0146-261/+3164
|\ | | | | Introduce a common abstractions to handle tags
| * Introduce a TagSet builder and use UnifiedMap from Eclipse CollectionsIvan Topolnjak2019-03-275-93/+291
| | | | | | | | as the underlying storage for TagSets.
| * use TagSet as the implementation for Context tagsIvan Topolnjak2019-03-2723-383/+2341
| |
| * implement a generic abstraction for handling TagsIvan Topolnjak2019-03-273-0/+675
| |
| * separate the status-page project from the status APIIvan Topolnjak2019-03-2720-0/+72
|/
* Merge pull request #569 from ivantopo/status-pageIvan Topolnjak2019-03-18117-421/+29885
|\ | | | | Status page
| * separate the status-page project from the status APIIvan Topolnjak2019-03-15107-136/+8941
| |
| * update the status page buildIvan Topolnjak2019-02-126-148/+29
| |
| * self-review changes and use a thread pool for the embedded status pageIvan Topolnjak2019-02-1215-270/+161
| | | | | | | | server
| * group metric series together in the same item, expand to see individual seriesIvan Topolnjak2019-02-0842-163/+8973
| |
| * show instrumentation modules in the status pageIvan Topolnjak2019-02-0713-184/+328
| |
| * shade extra dependencies and publish the shaded jarIvan Topolnjak2019-02-072-4/+37
| |
| * Merge pull request #2 from damdev/status-pageIvan Topolnjak2019-02-062-1/+3
| |\ | | | | | | changes to integrate with kanela info provider on kanela#70
| | * changes to integrate with kanela info provider on kanela#70dfranetovich2019-02-052-1/+3
| | |
| * | better component structure, included a Kamon APM suggestionIvan Topolnjak2019-02-0616-161/+366
| |/
| * include environment data in the status page, plust skeleton for instrumentationIvan Topolnjak2019-02-0415-38/+252
| |
| * update the status page to show modules information and metricsIvan Topolnjak2019-02-0413-276/+352
| |
| * cleanup the exposition of status data and ensure the module registry ↵Ivan Topolnjak2019-02-0414-498/+623
| | | | | | | | provides enough info
| * show number of modules and metrics on the status pageIvan Topolnjak2019-01-3160-207/+800
| |
| * initial work on a embeded status pageIvan Topolnjak2019-01-2340-17/+10702
|/
* clean references to scheduled range sampler collectionsIvan Topolnjak2019-01-061-1/+1
|
* Merge pull request #561 from ivantopo/metric-groupDiego Parra2018-11-302-0/+126
|\ | | | | add a simple metric group utility for instrumentations
| * add a simple metric group utility for instrumentationsIvan Topolnjak2018-11-142-0/+126
| |
* | typoz (#562)Adrian Cole2018-11-191-4/+4
|/
* set version to 1.2.0-SNAPSHOTIvan Topolnjak2018-11-021-1/+1
|
* release version 1.2.0-M1v1.2.0-M1Ivan Topolnjak2018-11-021-1/+1
|
* upgrade the build to the latest SBT/Umbrella versionsIvan Topolnjak2018-11-022-6/+2
|
* Merge pull request #560 from ivantopo/trace-identifiers-in-responseDiego Parra2018-10-314-6/+48
|\ | | | | include trace identifiers in HTTP responses, fixes #558
| * include trace identifiers in HTTP responses, fixes #558Ivan Topolnjak2018-10-304-6/+48
|/
* Implement a module registry that supports loading from configuration (#559)Ivan Topolnjak2018-10-2915-552/+790
|
* Use new config when reconfiguring tickers in ReporterRegistry (#554)Florent Chiron2018-10-191-5/+4
|
* Implement "b3 single" header format (#551)Diego Parra2018-10-153-5/+282
| | | Implement 'b3 single' header format for Span propagation over HTTP
* fix compilation of thread local storage benchmarkIvan Topolnjak2018-10-131-3/+3
|
* Merge pull request #553 from kamon-io/thread-local-improvementsIvan Topolnjak2018-10-135-12/+116
|\ | | | | Improvements in ThreadLocalStorage
| * * Rename ScopeWithKey to ContextWithKey in ThreadLocalStorageBenchmarkDiego2018-09-282-4/+3
| | | | | | | | * Remove unnecessary resolver
| * fix typoDiego2018-09-271-1/+1
| |
| * avoid use an Kamon-defined holder object as that would prevent class unloading.Diego2018-09-271-23/+17
| |
| * Improvements in ThreadLocalStorageDiego2018-09-115-9/+120
| |
* | do not copy any tags by defaultIvan Topolnjak2018-10-122-4/+9
| |
* | bring back the slow testsIvan Topolnjak2018-10-121-1/+1
| |
* | remove unused dependenciesIvan Topolnjak2018-10-121-3/+1
| |
* | reorganize the HttpMessage abstractionsIvan Topolnjak2018-10-123-27/+66
| |
* | rename the preferred trace id configurationIvan Topolnjak2018-10-123-20/+21
| |
* | restor the HasContext mixinIvan Topolnjak2018-09-281-0/+36
| |
* | update version to 1.2.x seriesIvan Topolnjak2018-09-281-1/+1
| |
* | improve error handling on binary propagationIvan Topolnjak2018-09-284-40/+143
| |
* | cleanup the context propagation section on the configuration fileIvan Topolnjak2018-09-283-61/+45
| |
* | remove trailing commaIvan Topolnjak2018-09-281-3/+1
| |
* | update the B3 propagation specIvan Topolnjak2018-09-282-236/+210
| |
* | cleanup HTTP propagation, introduce a new Binary propagationIvan Topolnjak2018-09-2822-723/+817
| |