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
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
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
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
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
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
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
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
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
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
buildmaster
58afdddb42
Update SNAPSHOT to 2.0.0.RC1
2018-04-20 21:11:24 +00:00
Marcin Grzejszczak
b1be83b64a
Adding fast profile to run tests in parallel
2018-04-19 15:59:11 +02:00
Marcin Grzejszczak
51abe7bba7
Using lazy span subscriber only when context wasn't refreshed
...
fixes gh-949 gh-813
2018-04-19 15:59:11 +02:00
Marcin Grzejszczak
a9a61cb89e
Sleuth no longer corrupts Error message in Spring Integration; fixes gh-946 ( #947 )
2018-04-16 16:05:15 +02:00
Marcin Grzejszczak
87ed7b8291
Reuses the span from a message only for non direct channels; fixes gh-943 ( #945 )
2018-04-16 10:37:58 +02:00
Marcin Grzejszczak
8c900acd0f
Added test for Finchley
2018-04-16 10:37:51 +02:00
Marcin Grzejszczak
a08e4aac68
Reuses the span from a message only for non direct channels; fixes gh-943
2018-04-16 10:05:16 +02:00
Marcin Grzejszczak
f4081815af
Making TraceKeys a deprecated, package scope detail of legacy sleuth parsers; fixes gh-940 ( #942 )
2018-04-16 08:05:54 +02:00
Marcin Grzejszczak
06ed49b4b4
Added a stable name for Tracer; fixes gh-939
2018-04-13 09:04:38 +02:00
Vladimir Kulev
b5fc46d0c0
Improve reactive server span name generation
2018-04-08 17:27:01 +08:00
Adrian Cole
c5654003f8
Moves to Brave's ErrorParser and ScopedSpan
2018-04-08 17:25:48 +08:00
l30thelion
74a86f9908
Handle sleuth headers sent from spring-kafka as byte[] in Spring Cloud ( #925 )
...
Similar to https://github.com/openzipkin/brave/blob/master/instrumentation/kafka-clients/src/main/java/brave/kafka/clients/KafkaPropagation.java
2018-04-08 08:51:21 +08:00
Marcin Grzejszczak
98d6572ebc
Fixes proxy issues; fixes gh-932
2018-04-07 23:22:42 +02:00
Marcin Grzejszczak
249643d433
Merge branch '1.3.x'
2018-04-06 22:39:55 +02:00