Commit Graph

37 Commits

Author SHA1 Message Date
Spencer Gibb
fa5996e38e change span.description to span.name 2015-06-26 13:21:04 -06:00
Spencer Gibb
6e7e090a1c Add zuul instrumentation 2015-06-26 12:58:27 -06:00
Spencer Gibb
9829ff9903 Move to event driven interceptors.
use Span{Started|Stopped}Event rather than SpanStartListener/SpanReceiver
2015-06-26 12:37:05 -06:00
Spencer Gibb
2fdae44262 rename property 2015-06-25 15:03:29 -06:00
Spencer Gibb
0425bf333a removed unneeded aop annotation 2015-06-25 15:02:49 -06:00
Spencer Gibb
7ee4c99fa9 move trace intercepting from aop to spring mvc interceptors 2015-06-25 15:02:23 -06:00
Spencer Gibb
4cc3e1c9de fixed build 2015-06-25 14:37:24 -06:00
Spencer Gibb
553645f7cf moved instrumenting classes to instrument package.
removed unneeded RestTemplate infrastructure.
2015-06-25 14:36:16 -06:00
Spencer Gibb
07844b769f rename SpanHolder to TraceContextHolder 2015-06-25 14:13:13 -06:00
Spencer Gibb
05a5709136 Updates to get tracing working on sample app. 2015-06-25 13:58:28 -06:00
Spencer Gibb
e141280720 just set headers rather than creating a new HttpEntity. 2015-06-24 10:24:15 -06:00
Spencer Gibb
cd74691d6a find and update headers using arg type rather than index 2015-06-24 10:22:04 -06:00
Spencer Gibb
956843fd01 update TraceFilter to get TraceId from request 2015-06-24 09:59:39 -06:00
Spencer Gibb
53feadd842 remove s-c-s-correlation, functionality moved to s-c-s-core 2015-06-23 21:28:23 -06:00
Spencer Gibb
a5f3234bac collapse trace and trace.intercept packages 2015-06-23 20:32:33 -06:00
Spencer Gibb
36da106c1b start to move instrumenting code to s-c-s-core 2015-06-23 20:25:41 -06:00
Spencer Gibb
7bb89e893f start to move instrumenting code to s-c-s-core 2015-06-23 20:25:23 -06:00
Spencer Gibb
5afbc75ecb Added SpanStartListener and slf4j SpanStartListener and SpanReceiver 2015-06-23 16:11:42 -06:00
Spencer Gibb
51273f042f refactor DefaultTrace 2015-06-23 14:08:22 -06:00
Spencer Gibb
8680512edb refactor DefaultTrace 2015-06-23 14:06:34 -06:00
Spencer Gibb
d09f065559 DefaultTrace impl with basic test 2015-06-23 13:50:16 -06:00
Spencer Gibb
a7b910ed40 updates to supporting classes 2015-06-22 13:43:18 -06:00
Spencer Gibb
3a28d4abd7 updates to interfaces and supporting classes 2015-06-22 13:32:10 -06:00
Spencer Gibb
4d6f0cfcfd updates to interfaces and supporting classes 2015-06-22 13:26:15 -06:00
Spencer Gibb
35bda8cc5b Initial interfaces and supporting classes.
Move s-c-s-correlation to s-c-s-logging
2015-06-22 12:41:44 -06:00
Spencer Gibb
5b5003577f update spring-cloud-netflix version 2015-06-04 16:29:38 -06:00
Spencer Gibb
487d7c0acb Merge pull request #1 from marcingrzejszczak/adding-correlation-id
Adding correlationId from 4financeIT micro-infra-spring
2015-06-04 18:18:20 -04:00
Marcin Grzejszczak
dad0505d5a CorrelationID setting by 4financeIT
Below you can find people who helped to create this solution

Tomasz Nurkiewicz <tomasz.nurkiewicz@4finance.com>
Marcin Zajaczkowski <marcin.zajaczkowski@4finance.com>
Kamil Szymanski <kamil.szymanski@4finance.com>
Michal Chmielarz <michal.chmielarz@4finance.com>
Marcin Grzejszczak <marcin.grzejszczak@4finance.com>
Jakub Nabdralik <jakub.nabrdalik@4finance.com>
Urszula Choromanska <urszula.choromanska@4finance.com>
Tomasz Dziurko <tomasz.dziurko@4finance.com>
Tomasz Szymanski <tomasz.szymanski@4finance.com>
Adam Chudzik <adam.chudzik@4finance.com>
2015-06-02 20:37:44 +02:00
Spencer Gibb
b5b3a21a88 updated readme and .travis 2015-06-01 11:40:17 -06:00
Spencer Gibb
2f6dd8e060 update to s-c-build 1.0.2.BUILD-SNAPSHOT and add .google to s-c-s-zipkin 2015-06-01 11:33:56 -06:00
Spencer Gibb
bf760f4a3a added a zipkin servlet filter 2015-03-18 13:28:36 -06:00
Spencer Gibb
05518731e3 support for tracing starting with zuul filters.
refactored to an abstract ZipkinInterceptor that implents getting trace data from a context.  HttpServletRequestInterceptor impl.
2015-03-17 14:30:27 -06:00
Spencer Gibb
1eb6e47b2f update README 2015-03-06 21:33:18 -07:00
Spencer Gibb
aa1efa2f0a auto-config for zipkin support for spring mvc and restTemplate 2015-03-06 21:22:23 -07:00
Spencer Gibb
4ecf22b67c formatting 2015-03-06 14:26:20 -07:00
Spencer Gibb
80741cd147 initial commit 2015-03-06 14:25:31 -07:00
Spencer Gibb
f0c8a4e458 Initial commit 2015-03-06 15:51:47 -05:00