Commit Graph

1259 Commits

Author SHA1 Message Date
Marcin Grzejszczak
1b0cb0a05e Fixed broken pom 2017-08-21 11:27:06 +02:00
Marcin Grzejszczak
6c9e50df40 Merge branch '1.2.x' 2017-08-21 10:16:03 +02:00
Marcin Grzejszczak
17df781524 Bumping versions to 1.2.5.BUILD-SNAPSHOT after release 2017-08-21 10:06:48 +02:00
Marcin Grzejszczak
cbddd5568c Going back to snapshots 2017-08-21 10:06:47 +02:00
Marcin Grzejszczak
5eba47d891 Update SNAPSHOT to 1.2.4.RELEASE 2017-08-21 10:01:14 +02:00
Marcin Grzejszczak
02a0c864e8 Bumping versions to 1.2.4.BUILD-SNAPSHOT after release 2017-08-18 18:46:50 +02:00
Marcin Grzejszczak
73211f673b Going back to snapshots 2017-08-18 18:46:49 +02:00
Marcin Grzejszczak
47612da5cc Update SNAPSHOT to 1.2.3.RELEASE 2017-08-18 18:36:51 +02:00
Marcin Grzejszczak
3931087628 Merge branch '1.2.x' 2017-08-18 16:42:25 +02:00
Marcin Grzejszczak
59f5a99c24 TraceFilter skipPattern and extra span when X-B3-Flags header is present
without this change if there's a debug flag we set traceid & spanid for the first request inside the zipkin http extractor. we don't set the parent span flag so an additional span is created.
with this change we set the trace and span id ONLY when the debug flag is set AND the request is malformed. That means - only when the span id is set and there is no trace id.

fixes #665
2017-08-18 16:24:28 +02:00
Marcin Grzejszczak
ebe74c1d8f Merge branch '1.2.x' 2017-08-18 03:52:31 +02:00
Marcin Grzejszczak
e9211e8bd0 Polish 2017-08-18 03:32:24 +02:00
Marcin Grzejszczak
c268d55656 Added debug logs for TraceChannelInterceptor 2017-08-18 03:31:35 +02:00
Marcin Grzejszczak
4649d7e3cb Merge branch '1.2.x' 2017-08-18 02:50:55 +02:00
Marcin Grzejszczak
acfbb3b8f7 Added missing profile 2017-08-18 02:50:27 +02:00
Marcin Grzejszczak
875dba823e Merge branch '1.2.x' 2017-08-17 18:42:12 +02:00
Marcin Grzejszczak
29065e9a15 Added description of how to use Traverson with Sleuth
fixes #671
2017-08-17 18:42:01 +02:00
Marcin Grzejszczak
4c53d65039 Added http keys for a root span
without this, the root span doesn't have any HTTP trace keys set
with this, the root span has both the request and response trace keys set

fixes #668
2017-08-17 17:51:50 +02:00
Marcin Grzejszczak
6f8f02e944 Fixed the Sonar issue related to non static class 2017-08-17 14:53:06 +02:00
Marcin Grzejszczak
f322d7a06c @Async Spans should use SpanNamer
without this change there's no way to alter the name of the methods annotated with @Async
with this change the value passed to @Async annotated method via @SpanName will be the name of the span

fixes #653
2017-08-17 14:05:31 +02:00
Marcin Grzejszczak
a85bb0f743 Merge branch '1.2.x' 2017-08-17 13:41:12 +02:00
Marcin Grzejszczak
c3d198053f Enable spring-data only on demand for tests 2017-08-17 13:40:27 +02:00
Marcin Grzejszczak
24c1471f92 Merged 1.2.x into master 2017-08-14 10:33:58 -04:00
Marcin Grzejszczak
253b34b1cf Fixed missing interceptor injection in OAuth2RestTemplate
fixes #581
2017-08-14 10:10:38 -04:00
Marcin Grzejszczak
df81c1abbe Polish 2017-08-05 22:52:31 +02:00
Stephane Maldini
e698607184 Sync with reactor-core 3.1.B-S latest hooks updates (#672) 2017-08-05 22:13:09 +02:00
Marcin Grzejszczak
3034497617 Merge branch '1.2.x' 2017-08-05 22:11:13 +02:00
Canaan Stafford
7dffabd91a Expand type check in TraceChannelInterceptor (#673)
The type check in the method 'getMessage' was only for a sub-class of
MessagingException. The check was expanded to the base class.
2017-08-05 22:10:54 +02:00
Marcin Grzejszczak
09862f3516 Updated poms 2017-08-04 11:53:27 +02:00
Marcin Grzejszczak
48227e7793 Returns proper message; fixes #669 2017-08-04 11:52:31 +02:00
Marcin Grzejszczak
44804d9391 Updated pom 2017-08-04 11:38:33 +02:00
Marcin Grzejszczak
883a8d4e24 Merge branch '1.2.x' 2017-08-03 17:56:47 +02:00
Marcin Grzejszczak
aadf0a8334 Added support for failed messages
without this change when messages arrive at a error channel a new traceid is set
with this change we continue the trace

fixes #667
2017-08-03 17:50:47 +02:00
Marcin Grzejszczak
4d5156bca7 Started to publish test core jar 2017-08-03 11:09:31 +02:00
Dave Syer
b60620239c Remove IntroductionAdvisor from SleuthAdvisorConfig
Fxies gh-659
2017-07-26 12:56:09 +01:00
Dave Syer
540c95895a Remove redundant method matcher
Fixes gh-658
2017-07-26 11:51:23 +01:00
Dave Syer
5ad34cf6e6 Add startup benchmarks 2017-07-26 11:51:23 +01:00
Marcin Grzejszczak
e8d30be75e Going back to snapshots 2017-07-21 12:58:54 +02:00
Marcin Grzejszczak
932f8e74d3 Update SNAPSHOT to 1.2.2.RELEASE 2017-07-21 12:30:53 +02:00
Marcin Grzejszczak
e76be78512 Updated Zipkin Properties with Javadocs 2017-07-21 11:39:21 +02:00
Pavol Loffay
cbbb3c2a40 Zipkin settings add thrift encoding (#650)
* Zipkin settings add thrift encoding
2017-07-21 11:34:30 +02:00
Stephane Maldini
1d50aded1c fix #646 : Filter fused flows from tracing (#648) 2017-07-20 10:29:47 +02:00
Marcin Grzejszczak
0efd29de35 Merge branch '1.2.x' 2017-07-18 10:33:40 +02:00
Marcin Grzejszczak
5d773d85d8 Added Circle CI 2.0 support 2017-07-18 10:33:31 +02:00
Marcin Grzejszczak
64a9577e4c Moved zipkin load balancing to runtime
without this change we resolved the Zipkin URL only at startup
with this change whenever we are to send a span to Zipkin we will try to resolve the URL via Discovery Client (if applicable)

fixes #642
2017-07-15 22:02:57 +02:00
Marcin Grzejszczak
a626632b40 Added support for service discovery based Zipkin URL resolution 2017-07-15 19:50:05 +02:00
Marcin Grzejszczak
8c98386c14 WIP 2017-07-15 19:39:48 +02:00
Marcin Grzejszczak
362f20d0a8 WIP 2017-07-15 15:15:39 +02:00
Marcin Grzejszczak
bddad6e2bc Merge branch '1.2.x' 2017-07-15 10:17:16 +02:00
Marcin Grzejszczak
87411d760c Ensured lower case of baggage keys
fixes #641
2017-07-15 10:14:39 +02:00