aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #11 from crypticmind/masterivantopo2013-12-265-12/+33
|\ | | | | -MDC +Logback Converter
| * Changed logback dependency to provided.Carlos Ferreyra2013-12-263-9/+26
| | | | | | | | Promoted the logback converter to its own file.
| * Added new respondWithUow directive to add the X-UOW header back in the response.Carlos Ferreyra2013-12-264-13/+17
|/ | | | | Changed ActorLogging to just propagate the trace context (does not add to the MDC anymore). Created UowConverter to let logback know where the extract the UOW from.
* move HdrHistogram to managed dependenciesIvan Topolnjak2013-12-254-1/+2
|
* remove old, unused instrumentationIvan Topolnjak2013-12-251-86/+0
|
* stop using DynamicVariable for storing the TraceContextIvan Topolnjak2013-12-242-8/+20
| | | | | | DynamicVariable uses a InheritableThreadLocal which in some cases leads to capturing a TraceContext upon FJP resize that we don't want in the new Thread, or at least that is my observation up to now :).
* fix kamon repo definitionIvan Topolnak2013-12-233-23/+20
|
* make sure the TraceContext is passed around when processing system messagesIvan Topolnak2013-12-235-5/+246
|
* ensure spray server instrumentation cleans the thread after initiating the traceIvan Topolnak2013-12-203-4/+16
|
* more reformatted codeIvan Topolnjak2013-12-1810-94/+81
|
* Setting version to 0.0.12-SNAPSHOTIvan Topolnjak2013-12-181-1/+1
|
* Setting version to 0.0.11v0.0.11Ivan Topolnjak2013-12-181-1/+1
|
* prepare the build for snapshots and regular releasesIvan Topolnjak2013-12-182-4/+10
|
* code formattingIvan Topolnjak2013-12-183-22/+13
|
* include HdrHistogram and LatencyUtils dependenciesIvan Topolnak2013-12-122-0/+0
|
* Merge branch 'wip/spray-client-tracing'Ivan Topolnak2013-12-129-16/+212
|\
| * first approach to client instrumentation testingIvan Topolnjak2013-12-041-0/+31
| |
| * move server tests to a higher level of abstractionIvan Topolnjak2013-12-042-15/+16
| |
| * instrumentation is back in placeIvan Topolnjak2013-11-295-51/+80
| |
| * initial adjustments to allow recording trace segmentsIvan Topolnjak2013-11-285-1/+136
| |
* | WIP:akka descriptionDiego Parra2013-11-284-14/+26
| |
* | Update README.mddpsoft2013-11-281-2/+2
| |
* | Update README.mddpsoft2013-11-281-2/+5
| | | | | | travis build status.
* | changed js libraries by minified versionsDiego Parra2013-11-289-39909/+235
|/
* site analyticsIvan Topolnjak2013-11-283-2/+11
|
* Merge branch 'master' of github.com:kamon-io/KamonIvan Topolnjak2013-11-276-13/+49
|\
| * WIP: first implementation of newrelic integration page, fix typoDiego Parra2013-11-271-1/+1
| |
| * WIP: first implementation of newrelic integration pageDiego Parra2013-11-276-13/+49
| |
* | minor changes to the site layoutIvan Topolnjak2013-11-275-28/+22
|/
* remove unused cssDiego Parra2013-11-263-7428/+2
|
* WIP: newrelic integration htmlDiego Parra2013-11-267-10/+16
|
* added scalariformDiego Parra2013-11-2630-388/+213
|
* added copyright headersDiego Parra2013-11-2638-0/+570
|
* playing around with the site themeIvan Topolnjak2013-11-265-14/+11
|
* relocate ask pattern tracingIvan Topolnjak2013-11-253-22/+17
|
* better test for actor loggingIvan Topolnjak2013-11-251-3/+5
|
* fix conflict between futures and spray server instrumentationIvan Topolnjak2013-11-253-24/+20
|
* correct repository configurationIvan Topolnjak2013-11-252-2/+3
|
* dependencies updateIvan Topolnjak2013-11-241-3/+4
|
* missing basicSettings for the site projectIvan Topolnjak2013-11-241-0/+1
|
* base scheleton for the siteIvan Topolnjak2013-11-2420-4/+535
|
* simple test for ActorLogging instrumentationIvan Topolnjak2013-11-238-9/+43
|
* Change withValue to withContext, seems more explicitIvan Topolnjak2013-11-235-9/+9
|
* Little clean up to actor message passing tracingIvan Topolnjak2013-11-235-108/+86
|
* Put FutureTracing instrumentation in place, simpler and more explicit testIvan Topolnjak2013-11-236-96/+75
|
* Travis-CI configuration fileIvan Topolnjak2013-11-211-0/+3
|
* bump versionIvan Topolnak2013-11-131-1/+1
|
* Include UOW in NewRelic error reportsIvan Topolnak2013-11-131-2/+9
|
* Include SnakeYaml dependencyIvan Topolnak2013-11-132-2/+2
|
* Initial ask pattern tracingIvan Topolnak2013-11-1210-19/+111
|