Commit Graph

1831 Commits

Author SHA1 Message Date
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
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
3d082a0b3d Merge branch '1.3.x' 2018-04-16 10:39:01 +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
509929152c Removed e2e 2018-04-13 16:48:36 +02:00
Marcin Grzejszczak
b79e44b5d7 Disabled rabbit for ci 2018-04-13 16:31:58 +02:00
Marcin Grzejszczak
62b6f62821 Added docker-compose setup for circle 2018-04-13 14:48:52 +02:00
Marcin Grzejszczak
87f472ff66 running doc apps tests as part of build 2018-04-13 14:34:11 +02:00
Marcin Grzejszczak
06ed49b4b4 Added a stable name for Tracer; fixes gh-939 2018-04-13 09:04:38 +02:00
Marcin Grzejszczak
e9a7c8aa2b Documented how to use dubbo; fixes gh-710 (#934) 2018-04-08 14:15:01 +02:00
Adrian Cole
07fdec7715 bumps brave-opentracing version 2018-04-08 20:14:47 +08: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
Marcin Grzejszczak
9ddbde2fe3 Merge branch '1.3.x' 2018-04-08 11:18:29 +02:00
Adrian Cole
baaade76db Moves to zipkin 2.7.1 which fixes EnableZipkinServer bug 2018-04-08 09:14:26 +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
6c63143e2d Merge branch '1.3.x' 2018-04-07 09:00:46 +02:00