Commit Graph

1884 Commits

Author SHA1 Message Date
Marcin Grzejszczak
c0f3663aa5 Merge branch '2.0.x' 2018-07-31 15:57:22 +02:00
Marcin Grzejszczak
8025a8f52d Merge branch '1.3.x' into 2.0.x 2018-07-31 15:55:04 +02:00
Adrian Cole
ddb9234538 Zipkin bumps 2018-07-31 13:17:20 +08:00
Alvin
707f3714d6 Close span when Exception is ClientAbortException (#1040)
* close span when Exception is ClientAbortException
* Support custom to ignore exception in trace.
* explicit import statements
* Add test to verify that the span got reported. Fix typo.

Fixes gh-1038
2018-07-30 15:30:39 +02:00
Adrian Cole
d03d066de1 Zipkin bumps 2018-07-28 15:38:43 +08:00
Marcin Grzejszczak
32cacb629e Polished docs, fixed the build 2018-07-25 11:04:23 +02:00
jalogar
ed1f3afc8e ability to disable instrumentation in ThreadPoolTaskExecutor (#1035)
* ability to disable instrumentation in ThreadPoolTaskExecutor
* Fixing documentation and adding unit tests
2018-07-25 10:56:47 +02:00
Marcin Grzejszczak
3eef9e1a54 Bumped to Greenwich 2018-07-25 10:55:48 +02:00
Adrian Cole
7ca2e8f94f Adjusts expectations of data reporting of loopback spans (#1034)
* Adjusts expectations of data reporting of loopback spans

The latest version of Brave corrects a data merge problem where shared
spans (created via Tracer.joinSpan) would lose some data. Along the way,
this fixes some misuse of `Tracer.joinSpan` which should only be used
for RPC server spans.

See https://github.com/openzipkin/brave/pull/734 applied in Brave 5.1.3

* Makes the test more better
2018-07-24 11:45:25 +02:00
Adrian Cole
12205a220f Bumps to latest brave 2018-07-24 15:50:21 +08:00
Marcin Grzejszczak
551429aba0 Fixing benchmarks? 2018-07-13 11:45:15 -04:00
Marcin Grzejszczak
b3710e5c2d Fixing benchmarks? 2018-07-13 11:39:07 -04:00
Marcin Grzejszczak
8a9a8c039b Fixed broken compilation 2018-07-13 11:08:01 -04:00
buildmaster
3511b1621b Bumping versions to 1.3.5.BUILD-SNAPSHOT after release 2018-06-29 19:50:53 +00:00
buildmaster
870498a01f Going back to snapshots 2018-06-29 19:50:52 +00:00
buildmaster
9795a98c68 Update SNAPSHOT to 1.3.4.RELEASE 2018-06-29 19:48:36 +00:00
Marcin Grzejszczak
bfa36fc71d Removed hystrix from feign tests 2018-06-29 21:35:21 +02:00
Marcin Grzejszczak
6488d2206b Fixed not starting of span for @scheduled. fixes gh-1019 2018-06-28 11:34:09 +02:00
Adrian Cole
da1df97327 Clarifies that Kafka span transport also requires a property to be set. (#1013) 2018-06-19 08:31:10 +02:00
buildmaster
9e43c3588b Bumping versions to 2.0.1.BUILD-SNAPSHOT after release 2018-06-19 01:05:25 +00:00
buildmaster
1900a91635 Going back to snapshots 2018-06-19 01:05:24 +00:00
buildmaster
08d3642427 Update SNAPSHOT to 2.0.0.RELEASE 2018-06-19 01:01:39 +00:00
Marcin Grzejszczak
97a410fce3 Polished the documentation 2018-06-15 12:54:19 +02:00
Marcin Grzejszczak
37cda61b23 Abandoning the fallback span 2018-06-15 12:54:07 +02:00
Adrian Cole
37225d51f6 Bumps zipkin deps to GA ready 2018-06-15 14:23:17 +08:00
Marcin Grzejszczak
2df78bc7f1 Wrapping the Feign client only when using the LoadBalancerFeignClient
without this change we wrapped in the handleSend and handleReceive both the method wrapping the execution of the TraceLoadBalancerFeignClient and its delegate too. That way we had 2 pairs of CS & CR.
with this change we disable that functionality by wrapping only the delegate. The problem with such an approach was such that there were exceptions thrown before the delegate was executed. That's why we added a fallback mechanism in that case.

fixes gh-1007
2018-06-14 15:32:12 +02:00
Simon Baslé
79c49c5482 follow-up to #995 All SpanSubscription now fake QueueSubscription (#1008)
* follow-up to #995 All SpanSubscription now fake QueueSubscription

* Abide by checkstyle's rules
2018-06-13 20:08:23 +02:00
Marcin Grzejszczak
9a46a0a06f Fixed typos in the docs 2018-06-12 15:29:22 +02:00
Ryan Baxter
c0a0f3802f Merge remote-tracking branch 'origin/1.3.x' 2018-06-11 10:39:48 -04:00
Ryan Baxter
ebdefafc5d adding spring boot autonconfigure processor 2018-06-11 10:37:46 -04:00
Marcin Grzejszczak
909ff1c17a Removed accidental whitespace 2018-06-11 15:41:18 +02:00
Marcin Grzejszczak
cd01424e64 Removed the Trace Stream ENv post processor since it's not needed 2018-06-11 15:29:36 +02:00
Marcin Grzejszczak
3701de2af7 Merge branch '1.3.x' 2018-06-11 15:20:16 +02:00
Marcin Grzejszczak
6d5a8a60f1 ADded mechanism to fallback from the deprecated sleuth-stream module
without this change the kafka binder wasn't able to propagate tracing headers without explicitly adding on classpath the deprecated sleuth-stream module
with this change we're adding the stream support in core of Sleuth

fixes gh-1005
2018-06-11 15:18:43 +02:00
Fabrizio Cucci
3e578d6d64 Fix typo in '15.5.1 HTTP Filter' section (#1002) 2018-06-07 12:17:28 +02:00
Spencer Gibb
466ba9f552 Updates s-c-build to 2.0.2.BUILD-SNAPSHOT 2018-06-05 16:02:24 -04:00
Georgios Andrianakis
ba3f5383bf Fix spelling mistake (#1000) 2018-06-05 19:14:39 +02:00
Marcin Grzejszczak
586e3710ec Removed RibbonCommand wrapping
without this change the instrumentation of RibbonCommand lead to creation of an additional client span
with removal of the instrumentation of the RibbonCommand no longer do we create that span

fixes gh-997
2018-06-05 16:31:49 +02:00
Marcin Grzejszczak
fa054850ff Added docs related to traceid string; fixes gh-998 2018-06-04 08:47:17 +02:00
Simon Baslé
0f06e1e425 fix #994 Make SpanSubscriber fake fuseability (#995)
This is done by implementing NO-OP QueueSubscription on the subscriber
and removing the guard against `Fuseable` publisher sources.

As `Fuseable` is a marker interface there should be no reason for code
to perform casts so for now the fact that the `lift` call in
ReactorSleuth doesn't actually produces a `Fuseable` publisher should
not be a problem.

fixes gh-994
2018-05-30 17:23:28 +02:00
Marcin Grzejszczak
31b3b1e9d6 Added missing version for hamcrest. Fixes gh-993 2018-05-29 10:14:24 +02:00
Marcin Grzejszczak
503e7fe917 Added missing version for hamcrest. Fixes gh-993 2018-05-29 10:12:59 +02:00
buildmaster
ab03bd421b Going back to snapshots 2018-05-25 09:14:13 +00:00
buildmaster
15612b7638 Update SNAPSHOT to 2.0.0.RC2 2018-05-25 09:13:06 +00:00
Marcin Grzejszczak
efab7cd78e Please work 2018-05-25 11:04:44 +02:00
Marcin Grzejszczak
fb3cb79ea3 Please work 2018-05-25 10:18:34 +02:00
Marcin Grzejszczak
e8c734423d Trying to make tests less flakey 2018-05-25 10:00:28 +02:00
Marcin Grzejszczak
e0120df86d Adding moar logging 2018-05-25 09:40:38 +02:00
Marcin Grzejszczak
00c8b07091 Fixed a typo in semaphore isolation 2018-05-25 09:03:49 +02:00
Marcin Grzejszczak
b4a03603fd Adding missing AlisFor on SpanTag; fixes gh-990 2018-05-25 07:47:17 +02:00