Marcin Grzejszczak
33fda4e700
Added an example with custom rest template builder
2018-02-12 13:30:50 +01:00
Marcin Grzejszczak
d62756e3b1
Updated tests
2018-02-12 11:19:41 +01:00
Marcin Grzejszczak
e1088f5700
Lazy rest template interceptor injection
...
without this change there was a ciruclar dependency between rest template, rest template builder creation and instrumentation
with this change, in the post construct phase we're setting values for rest template lazilly
fixes gh-852
2018-02-12 11:07:22 +01:00
Marcin Grzejszczak
14a7af970d
Updated docs and deps
2018-02-12 10:12:38 +01:00
buildmaster
de2a4f2de0
Bumping versions to 1.3.3.BUILD-SNAPSHOT after release
2018-02-08 18:50:14 +00:00
buildmaster
d27c492e6e
Going back to snapshots
2018-02-08 18:50:13 +00:00
buildmaster
7115086fc1
Update SNAPSHOT to 1.3.2.RELEASE
2018-02-08 18:44:48 +00:00
Ryan Baxter
c8e8c978a3
using latest spring-cloud-dependencies-parent
2018-02-07 16:31:32 -05:00
Ryan Baxter
c811f68e13
using latest spring cloud build
2018-02-07 16:30:57 -05:00
Marcin Grzejszczak
89e579201b
Zipkin sender type is case insensitive; fixes gh-843
2018-01-31 15:34:40 +01:00
Marcin Grzejszczak
68f107c2b6
Ensures that the span operator is applied only once; #770
2018-01-29 11:09:17 +01:00
Marcin Grzejszczak
71fe82aad5
Fixed wrong switch placing
2018-01-25 21:45:45 +01:00
Marcin Grzejszczak
d4b9f8b119
Added branch checking
2018-01-25 13:49:47 +01:00
kamnowisz
0bdb39c9cd
Optimize default endpoint ip address resolution ( #831 )
2018-01-22 19:31:48 +01:00
Marcin Grzejszczak
b2afd0b4a9
Update LICENSE.txt
2018-01-22 17:59:11 +01:00
Marcin Grzejszczak
b110d564a0
Test
2018-01-22 17:58:28 +01:00
Marcin Grzejszczak
33dd940fd7
RestTemplate: register Trace interceptor *first* in the chain; fixes #822
2018-01-20 17:48:32 +01:00
Marcin Grzejszczak
2bd669cb2c
Should detach span from trace filter for async; fixes #728
2018-01-20 16:58:03 +01:00
buildmaster
9056db494b
Bumping versions to 1.3.2.BUILD-SNAPSHOT after release
2018-01-16 14:52:36 +00:00
buildmaster
8dfe0a348d
Going back to snapshots
2018-01-16 14:52:36 +00:00
buildmaster
339b42538a
Update SNAPSHOT to 1.3.1.RELEASE
2018-01-16 14:49:56 +00:00
Ryan Baxter
b75d357376
Bumping the version of commons, netflix, and build
2018-01-15 19:30:45 -05:00
Marcin Grzejszczak
89176772bc
Added a test for a pollable channel
2018-01-11 11:17:49 +01:00
Marcin Grzejszczak
2ac0b6187a
SpanAdjuster is not adjusting an andjusted span
...
For ZipkinSpanReporter we're not applying the adjusting of a span to an adjusted span. In other words each subsequent adjuster is ignoring the results of the previous adjusting
fixes gh-816
2017-12-28 11:33:35 +01:00
Marcin Grzejszczak
297d21a7b5
Fixed missing annotations in the image; fixes #812
2017-12-27 09:20:12 +01:00
Marcin Grzejszczak
2fb50462af
Merge branch '1.2.x' into 1.3.x
2017-12-21 11:35:28 +01:00
Marcin Grzejszczak
b5c38aa20a
Added GitHub templates
...
Signed-off-by: Marcin Grzejszczak <mgrzejszczak@pivotal.io >
2017-12-21 11:35:13 +01:00
Marcin Grzejszczak
594c284e69
Added missing configuration property for zipkin sender type
...
fixes #810
2017-12-19 16:27:12 +01:00
Marcin Grzejszczak
c1f0951b7d
Merge branch '1.2.x' into 1.3.x
2017-12-18 18:56:01 +01:00
Marcin Grzejszczak
09ab94b59d
Fixed invalid reading from 'key' attribute of SpanTag; fixes #800
2017-12-18 18:54:47 +01:00
Marcin Grzejszczak
22616f6f17
Updated docs
2017-12-18 17:01:01 +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
Adrian Cole
a1b97002c6
Moves to significantly more performant zipkin-reporter ( #808 )
...
Under load, the previous version of zipkin-reporter's AsyncReporter
caused a lot of overhead. This version fixes that by ensuring encoding
is deferred and not done inside a lock.
2017-12-14 10:09:04 +08:00
Marcin Grzejszczak
8a190ddabc
Fixed flickering test (due to starting 0 in the traceid)
2017-12-03 09:34:01 -05:00
Marcin Grzejszczak
d010229ca3
Added whitelisted branch
2017-11-28 19:00:58 +01:00
buildmaster
fc767e972e
Bumping versions to 1.3.1.BUILD-SNAPSHOT after release
2017-11-22 14:42:35 +00:00
buildmaster
eb5abec075
Going back to snapshots
2017-11-22 14:42:34 +00:00
buildmaster
69f40d8606
Update SNAPSHOT to 1.3.0.RELEASE
2017-11-22 14:36:16 +00:00
Marcin Grzejszczak
00435634a0
Fixed broken docs
2017-11-22 15:32:25 +01:00
Adrian Cole
54fa7faba4
Bumps to zipkin 2.3.1
2017-11-22 21:17:50 +08:00
Marcin Grzejszczak
4520268303
Made tests less brittle
2017-11-22 10:30:01 +01:00
Marcin Grzejszczak
82cff6e9e9
Merge branch '1.2.x'
2017-11-22 10:17:39 +01:00
Marcin Grzejszczak
2d53a38c14
Wrapping the feign object in a different way
2017-11-22 10:07:40 +01:00
Marcin Grzejszczak
183ea3b8cf
Revert "Updates to zipkin version fixing encoding bug"
...
This reverts commit dfc5ae5
2017-11-21 19:37:07 +01:00
Marcin Grzejszczak
31ebbf5ccb
Fixed wrong versions
2017-11-21 19:26:58 +01:00
Marcin Grzejszczak
b4ecb6f957
Ensure we're not tracing the traced feign clients
...
fixes #791
2017-11-21 19:22:44 +01:00
Adrian Cole
dfc5ae57bb
Updates to zipkin version fixing encoding bug
2017-11-21 19:22:43 +01:00
Marcin Grzejszczak
8e9fa7125c
Ensure we're not tracing the traced feign clients
...
fixes #791
2017-11-21 19:07:06 +01:00
Marcin Grzejszczak
b60ff42fc8
Made ZIpkin 2 default
...
fixes #785
2017-11-20 23:06:13 +01:00