Toshiaki Maki
fbdc4f3eb8
Fix wrong sample code ( #974 )
2018-05-06 08:30:07 -04:00
Marcin Grzejszczak
e9a7c8aa2b
Documented how to use dubbo; fixes gh-710 ( #934 )
2018-04-08 14:15:01 +02:00
Marcin Grzejszczak
834f62937b
Merge branch '1.3.x'
2018-04-06 22:35:27 +02:00
Marcin Grzejszczak
7f73677bc8
Spel security fix; fixes gh-917
2018-04-06 17:06:47 +02:00
Marcin Grzejszczak
76739a5b6b
Added SPEL support; fixes gh-917
2018-04-05 16:36:59 +02:00
Marcin Grzejszczak
3108ec23f7
Merge branch '1.3.x'
2018-04-04 17:12:34 +02:00
Marcin Grzejszczak
7e81e74a9c
Polished docs
2018-04-04 17:12:28 +02:00
Marcin Grzejszczak
a2e60699fd
Merge branch '1.3.x'
2018-04-04 17:11:39 +02:00
Marcin Grzejszczak
50c81da505
Added docs related to customization of zipkin rest template; fixes gh-924
2018-04-04 17:09:05 +02:00
Marcin Grzejszczak
80b78bcc32
Merge branch '1.3.x'
2018-03-29 09:43:50 +02:00
Marcin Grzejszczak
eb9b305f7f
Added a property to toggle discovery client support for zipkin client. Fixes gh-919
2018-03-29 09:39:38 +02:00
Marcin Grzejszczak
bf6546c2ab
Updated messaging code
2018-03-12 15:47:08 +01:00
Marcin Grzejszczak
1753d44ab9
updated intro
2018-03-11 10:00:01 +01:00
Marcin Grzejszczak
6d08da8d47
Merge branch '1.3.x'
2018-03-11 09:58:21 +01:00
Marcin Grzejszczak
3e77213a82
Added one more entry about sampling
2018-03-11 09:56:49 +01:00
Marcin Grzejszczak
f18b3369e0
Percentage -> probability
2018-03-11 09:20:01 +01:00
Marcin Grzejszczak
73f9ec61f6
Added spring-kafka support; fixes gh-896
2018-03-09 10:16:26 +01:00
Marcin Grzejszczak
f96330fd20
Removed sc-function since it's not supporting boot 2.0
2018-03-07 08:44:23 -05:00
Marcin Grzejszczak
aa67080bb5
Merge branch '1.3.x'
2018-03-07 08:43:31 -05:00
Marcin Grzejszczak
433e7c301a
Documented how to use spring cloud function; fixes gh-853
2018-03-07 08:43:22 -05:00
Marcin Grzejszczak
375f244279
Added support for customization of HttpTracing
...
with this change you can define beans that will get added / set to the `HttpTracing` bean
fixes gh-886
2018-03-07 06:41:47 -05:00
Marcin Grzejszczak
1e33d6e76e
Added docs about rabbit; fixes gh-883
2018-03-06 14:17:03 -05:00
Marcin Grzejszczak
786fcaf813
Added info about UserInfoRestTemplateCustomizer in the docs
2018-03-03 22:24:58 +01:00
Marcin Grzejszczak
7428609ff7
Added an aspect around Netty's WebClient#request method
...
fixes gh-806
2018-03-02 00:54:36 +01:00
Marcin Grzejszczak
0e50456ab0
Added support for Apache HttpClientBuilder and HttpAsyncClientBuilder
...
fixes gh-845
2018-03-01 13:21:01 +01:00
Jay Bryant
aa4f7d66f6
Full editing pass ( #869 )
...
I made a full editing pass for consistency, voice, grammar, spelling, and understandability.
2018-02-28 19:23:10 +01:00
Marcin Grzejszczak
0c42fcb809
Add an option to provide additional sleuth skip patterns through configuration
...
without this change you always have to set the skip pattern. You can't append anything to the default pattern
with this change via the property you can provide some additional skip patterns
fixes gh-865
2018-02-22 14:42:58 +01:00
Marcin Grzejszczak
448daca83b
Fixed a typo in the docs about baggage properties
2018-02-19 08:39:59 +01:00
Marcin Grzejszczak
7fb18dbe01
Merge branch '1.3.x'
2018-02-15 12:34:25 +01:00
Marcin Grzejszczak
3224cc6b38
Updated docs about forcing means of sending spans to zipkin; fixes gh-862
2018-02-15 12:31:11 +01:00
Marcin Grzejszczak
14a7af970d
Updated docs and deps
2018-02-12 10:12:38 +01:00
Spencer Gibb
c3f72a60f4
fix doc reference
2018-02-09 19:23:44 -05:00
Marcin Grzejszczak
d27d91e557
Updated zuul
2018-01-30 17:55:30 +01:00
Marcin Grzejszczak
22d91bac24
Added OpenTracing support; fixes #599
2018-01-21 09:28:34 +01:00
Marcin Grzejszczak
75c30dcc3f
Fixed unresolved directive
2018-01-20 08:58:44 +01:00
Marcin Grzejszczak
7eb374b5a5
Sleuth now uses Brave ( #829 )
...
with this pull request we have rewritten the whole Sleuth internals to use Brave. That way we can leverage all the functionalities & instrumentations that Brave already has (https://github.com/openzipkin/brave/tree/master/instrumentation ).
Migration guide is available here: https://github.com/spring-cloud/spring-cloud-sleuth/wiki/Spring-Cloud-Sleuth-2.0-Migration-Guide
fixes #711 - Brave instrumentation
fixes #92 - we move to Brave's Sampler
fixes #143 - Brave is capable of passing context
fixes #255 - we've moved away from Zipkin Stream server
fixes #305 - Brave has GRPC instrumentation (https://github.com/openzipkin/brave/tree/master/instrumentation/grpc )
fixes #459 - Brave (openzipkin/brave#510 ) & Zipkin (openzipkin/zipkin#1754 ) will deal with the AWS XRay instrumentation
fixes #577 - Messaging instrumentation has been rewritten
2018-01-19 22:45:47 +01:00
Marcin Grzejszczak
e4920b5a6c
Merge branch '1.3.x'
2017-12-27 09:20:19 +01:00
Marcin Grzejszczak
297d21a7b5
Fixed missing annotations in the image; fixes #812
2017-12-27 09:20:12 +01:00
Marcin Grzejszczak
63ad13a561
Merge branch '1.3.x'
2017-12-18 16:56:30 +01:00
Marcin Grzejszczak
3252578879
Merge branch '1.2.x' into 1.3.x
2017-12-18 16:52:09 +01:00
Marcin Grzejszczak
4e8be65dd5
Updated the docs with default sleuth spans channel name; fixes #803
2017-12-18 16:51:55 +01:00
Spencer Gibb
c2bb1a4a0e
Fix reference
2017-12-01 23:09:51 -05:00
Spencer Gibb
ed6642112f
Merge branch 'master' into 2.0.x
2017-11-27 23:17:41 -05:00
Marcin Grzejszczak
00435634a0
Fixed broken docs
2017-11-22 15:32:25 +01:00
Marcin Grzejszczak
68709c7843
Trying to fix the build
2017-11-21 19:35:17 +01:00
Marcin Grzejszczak
b60ff42fc8
Made ZIpkin 2 default
...
fixes #785
2017-11-20 23:06:13 +01:00
Marcin Grzejszczak
12715b9d23
Merge branch 'master' into 2.0.x
2017-11-15 17:18:48 +01:00
Marcin Grzejszczak
ab2ccf2562
Updated docs
2017-11-15 15:36:30 +01:00
Marcin Grzejszczak
fcba41a0f0
Merge branch 'master' into 2.0.x
2017-11-02 05:57:26 +01:00
Marcin Grzejszczak
b96ca210c3
Fixed invalid starter name; fixes #769
2017-11-01 14:26:03 +01:00