Commit Graph

1854 Commits

Author SHA1 Message Date
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
Marcin Grzejszczak
714802ca1d Fixed the kafka sender condition. fixes gh-985 2018-05-23 10:23:19 +02:00
Marcin Grzejszczak
70759b5ddd Kafka sender needs to be explicitly set
default sender is Kafka when it is detected on the classpath, with this change it will be Web. You have to set `spring.zipkin.kafka.enabled` to `true` to use Kafka

fixes gh-985
2018-05-22 19:30:34 +02:00
Marcin Grzejszczak
2190cccb8c Added hystrix to skip pattern of scheduled and messaging channel name
fixes gh-986
2018-05-22 18:58:52 +02:00
Adrian Cole
70ff3afc7b Updates to Brave 5 2018-05-22 17:53:05 +09:00
Marcin Grzejszczak
c801228015 TraceFilter -> TracingFilter 2018-05-17 07:56:45 +02:00
Marcin Grzejszczak
daff0a358c onError & onComplete should reuse span from ThreadLocal
we've played around with the working M7 version, and only after rolling back the changes on wrapping of onError and onComplete with try-with-resources, did we manage to successfully propagate the span context to various places.

    fixes gh-973
2018-05-16 17:26:11 +02:00
Marcin Grzejszczak
4d9a7e311f Polish 2018-05-16 17:25:36 +02:00
Marcin Grzejszczak
03763da653 Removed mentions of SpanInjector and SpanExtractor 2018-05-16 15:07:57 +02:00
Marcin Grzejszczak
4ff445cf02 Stop leaving mutability of headers for non stomp messages
with this change we're returning immutable headers of non stomp messages. That way timestamp and id of the message will be set. For stomp messages the headers still have to be mutable

related to gh-276

fixes gh-978
2018-05-16 13:47:36 +02:00
Yoshikazu Nojima
50cb889f45 Fix minor typos (#980) 2018-05-15 09:24:42 +02:00
Marcin Grzejszczak
3309533fb6 Polish 2018-05-14 14:26:02 +02:00
Marcin Grzejszczak
834c47aad2 Trying to make tests more resilient 2018-05-14 14:26:02 +02:00
Yoshikazu Nojima
f83178d682 Fix typos (Slwuth -> Sleuth) (#979) 2018-05-14 08:43:27 +02:00
Marcin Grzejszczak
09ca0aabbb Bumped build to 2.0.1 2018-05-11 19:14:37 +02:00
Marcin Grzejszczak
ca2e63e3b1 Adding a workaround that should fix gh-973 2018-05-09 20:10:01 +02:00
Marcin Grzejszczak
3ae9283c2f Fixed conditional in TraceFeignObjectWrapper; fixes gh-975 2018-05-08 12:17:09 +02:00
Marcin Grzejszczak
5ca9080dab Verifies if Ribbon is on the classpath; fixes gh-975 2018-05-07 21:09:33 +02:00
Marcin Grzejszczak
caaa3731b4 Merge branch '1.3.x' 2018-05-07 20:58:46 +02:00
Marcin Grzejszczak
3efc26d580 Checks if DirectClass is on the classpath; fixes gh-976 2018-05-07 20:56:55 +02:00
Toshiaki Maki
fbdc4f3eb8 Fix wrong sample code (#974) 2018-05-06 08:30:07 -04:00
Marcin Grzejszczak
6e13e2247e Revert "Added servlet context path in skip patterns"
the implementation makes completely no sense

This reverts commit 7e05f995fe.
2018-05-06 14:11:50 +02:00
Marcin Grzejszczak
7e05f995fe Added servlet context path in skip patterns
fixes gh-971
2018-05-04 21:30:58 -04:00
Tommy Ludwig
434e06c3ce Skip tracing root Actuator endpoint (#964)
Updates the default skip pattern to include the Spring Boot 2 root Actuator endpoint `/actuator`.

See #737
2018-04-30 22:49:00 -04:00
Adrian Cole
af7df61b17 Adds proto3 encoding
Note: Zipkin server 2.8+ is required to be running for this to work.
2018-04-29 09:54:53 +08:00
Adrian Cole
3e48dec901 Removes unnecessary dependencies
We had some out-of-date comments, and some deps that were too heavy.
2018-04-28 20:18:23 +08:00
Marcin Grzejszczak
7936b03687 Merge branch '1.3.x' 2018-04-26 12:29:47 +02:00
Marcin Grzejszczak
ed51793a79 Cached is class present; fixes gh-958 2018-04-26 12:11:41 +02:00
essepuig
b24e2bcfe4 953: do not stop chain processing (#954) 2018-04-23 20:52:27 +02:00
Marcin Grzejszczak
2141cf5b44 Added actuator and cloud foundry endpoints to the list of ignored endpoints; fixes gh-737 2018-04-23 09:05:47 +02:00
buildmaster
11bee6a0ec Going back to snapshots 2018-04-20 21:12:28 +00:00