Commit Graph

1912 Commits

Author SHA1 Message Date
buildmaster
ee527e03fb Bumping versions to 2.0.3.BUILD-SNAPSHOT after release 2018-10-23 19:28:40 +00:00
buildmaster
d928f2783c Going back to snapshots 2018-10-23 19:28:39 +00:00
buildmaster
bd30426b76 Update SNAPSHOT to 2.0.2.RELEASE 2018-10-23 19:25:14 +00:00
Marcin Grzejszczak
a0dd612148 Fixed adding multiple headers for web client; fixes gh-1102 2018-10-22 18:18:48 +02:00
Marcin Grzejszczak
abccdf7b41 Added back support for proxying of ExecutorService; fixes gh-1107 2018-10-19 12:41:17 +02:00
Adrian Cole
1edc98bbc3 Bumps to latest brave
Notably, this fixes a bug in b3 single propagation when 128bit trace
IDs are in use.
2018-10-18 13:37:01 +08:00
Marcin Grzejszczak
808c163136 Added missing @Configuration annotations 2018-10-03 14:19:23 +02:00
Marcin Grzejszczak
35deeb5d71 Added conditional on class for BraveTracer; fixes gh-1075 2018-10-03 13:00:28 +02:00
Adrian Cole
ec70f26bc7 Updates to latest brave patch 2018-10-02 07:29:07 +08:00
Adrian Cole
cd87c36d22 zipkin bumps 2018-09-27 12:18:26 -04:00
Adrian Cole
7b40f0158d Updates to latest brave 2018-09-25 21:30:42 -04:00
Denys Ivano
4da88ee142 Throw the target exception instead of InvocationTargetException (#1093)
Fixes gh-1092
2018-09-20 13:30:25 +02:00
Adrian Cole
6eca124999 Updates to latest Brave, removing deprecated usage
Notably, this avoids `Span.remoteEndpoint` and deprecated test helpers.
2018-09-14 15:22:53 +08:00
Asi Bross
71a8290eaf Make the probability sampler bean conditional on the existance of the RefreshScope bean (#1087) 2018-09-07 18:41:47 +02:00
Marcin Grzejszczak
dbd7eb55f7 Polish 2018-09-07 14:30:30 +02:00
Marcin Grzejszczak
9c067115c7 Fixed missing in the sample; fixes gh-1085 2018-09-07 14:27:07 +02:00
Andreas Berger
e02cea7bc0 Fixes #1081: add instanceOf checks (#1082)
* Fixes #1081: add instance of checks
2018-09-04 11:07:32 +02:00
Marcin Grzejszczak
5a3bb0c0e3 Removed unnecessary imports 2018-08-31 15:12:34 +02:00
Marcin Grzejszczak
0e88e4cf9e Removed unnecessary bean creation for configuration classes 2018-08-31 14:47:33 +02:00
Marcin Grzejszczak
31a9c86ff0 Added missing metadata for reactor 2018-08-31 14:08:37 +02:00
Marcin Grzejszczak
68c8bd94b1 Added missing property classes; fixes gh-1076 2018-08-31 13:35:10 +02:00
Marcin Grzejszczak
1036607d87 Fixed links to docs 2018-08-31 10:09:37 +02:00
Marcin Grzejszczak
9879c425a6 Fixed links to docs 2018-08-31 10:09:06 +02:00
Marcin Grzejszczak
c67a524fe6 Fixed the branch 2018-08-31 09:58:18 +02:00
Marcin Grzejszczak
04679721b7 Fixes potential NPE; fixes gh-1072 2018-08-24 10:18:02 +02:00
Marcin Grzejszczak
f33dff142e Merge branch '1.3.x' into 2.0.x 2018-08-22 11:28:35 +02:00
Marcin Grzejszczak
e2de25f02d Adding order for TraceFilter; fixes gh-1020 2018-08-22 11:02:44 +02:00
Adrian Cole
fe1dbabf44 Bumps to latest Brave
Introduces ScopeDecorator (not yet used here). Also, fixes a bug with
scoped spans.
2018-08-20 12:19:09 +08:00
Marcin Grzejszczak
f5345211f2 Starts spans in TraceAsyncAspect; fixes gh-1061 2018-08-16 17:34:04 +02:00
Marcin Grzejszczak
01688205a8 Fixed wrong link 2018-08-14 16:52:46 +02:00
buildmaster
4b2cb752d3 Bumping versions to 2.0.2.BUILD-SNAPSHOT after release 2018-07-31 19:36:50 +00:00
buildmaster
4164e79607 Going back to snapshots 2018-07-31 19:36:49 +00:00
buildmaster
a7b0c55c4b Update SNAPSHOT to 2.0.1.RELEASE 2018-07-31 19:35:12 +00: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
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