Marcin Grzejszczak
0f5e28d078
Update SNAPSHOT to 2.0.0.M1
2017-06-29 16:59:54 +02:00
Marcin Grzejszczak
0429818394
Merge branch 'master' into 2.0.x
2017-06-29 16:42:47 +02:00
Marcin Grzejszczak
c97210982a
Merge branch '1.2.x'
2017-06-29 16:42:31 +02:00
Marcin Grzejszczak
a159a87af7
Fixed wrong milestone repo
2017-06-29 16:42:18 +02:00
Marcin Grzejszczak
da629f78d3
Merge branch 'master' into 2.0.x
2017-06-29 08:55:59 +02:00
Marcin Grzejszczak
2f6a8df5fe
Removes deprecations; fixes #621
2017-06-29 08:49:40 +02:00
Marcin Grzejszczak
0f28a43444
Merge branch 'master' into 2.0.x
2017-06-27 15:39:27 +02:00
Marcin Grzejszczak
92d7c3443a
Bumped libraries
...
awaitillity to 3.0.0
wiremock to 2.6.0
junit params to 1.1.0
assertj to 3.8.0
fixes #620
2017-06-27 15:05:39 +02:00
Marcin Grzejszczak
474493a54d
Bumped libs
2017-06-27 14:02:43 +02:00
Marcin Grzejszczak
dabdb41d86
Merge branch 'master' into 2.0.x
2017-06-27 13:52:44 +02:00
Suttichort Sarathum
c902680244
Add missing implementation of shutdown method
2017-06-27 13:50:54 +02:00
Marcin Grzejszczak
b67ab62cb8
Merge branch 'master' into 2.0.x
2017-06-07 10:41:44 +02:00
Marcin Grzejszczak
cc00e3ae80
Making baggage keys case insensitive
...
fixes #605
2017-06-07 10:40:57 +02:00
Marcin Grzejszczak
72a609411f
Polish
2017-06-06 09:37:54 +02:00
Marcin Grzejszczak
da7625cba1
Added missing import
2017-06-06 09:26:10 +02:00
Marcin Grzejszczak
f834e5222b
Added the ErrorParser interface
...
without this change there's no way to alter the exception message that gets attached as a tag to the span
with this change you can register your own ErrorParser bean to alter that behaviour
fixes #576
2017-06-06 08:05:27 +02:00
Marcin Grzejszczak
c7fb883e54
Merge branch 'master' into 2.0.x
2017-06-06 07:56:04 +02:00
Marcin Grzejszczak
6a0a57ef7f
Fixed percentage value in percentage based sampler
...
fixes #608
2017-06-06 07:54:17 +02:00
Marcin Grzejszczak
215577a31c
Updated cli
2017-06-05 17:40:35 +02:00
Marcin Grzejszczak
ff2c83741c
Bumped netflix
2017-06-05 15:11:36 +02:00
Marcin Grzejszczak
c2d9c4b94e
Should be working
2017-06-02 19:57:37 +02:00
Marcin Grzejszczak
83cc5b8064
Fixing tests
2017-06-02 17:10:42 +02:00
Marcin Grzejszczak
ddf4ea131d
WIP
2017-06-02 13:58:09 +02:00
Marcin Grzejszczak
bf27382ca8
Fixes the way span adjusters are injected
...
without this you can't start the context when seuth is disabled
with this change we can autowire an empty list
fixes #600
2017-06-01 14:11:26 +02:00
Marcin Grzejszczak
95e14c0a68
Polish
2017-06-01 13:03:50 +02:00
svenz
e783df88a0
Cleanup test case based on review comments
2017-05-30 19:19:27 -07:00
svenz
6948088085
https://github.com/spring-cloud/spring-cloud-sleuth/issues/597
...
Fix Http headers as tags
2017-05-29 13:49:55 -07:00
Marcin Grzejszczak
419ec7232a
Fixed the Duplicate Trace Header Propagation for Zuul Proxy Applications
...
without this change we're always setting values for headers regardless of the fact whether they have already been set.
with this change we're only setting headers if there was no any previous value of the header
fixes #586
2017-05-27 02:58:58 +02:00
Marcin Grzejszczak
802fbb63a6
Added a NPE check for trace web aspect
...
without this change if there's no tracing an NPE is thrown in TraceWebAspect
fixes #596
2017-05-26 19:31:37 +02:00
Kamil Szymański
63c79033db
Tracer#detach(Span) docs fix ( #580 )
2017-05-26 18:42:55 +02:00
Marcin Grzejszczak
c558ac110f
Bumped versions after release
2017-05-26 14:58:03 +02:00
Marcin Grzejszczak
91a8e51599
Bumping versions to 1.2.2.BUILD-SNAPSHOT after release
2017-05-23 00:13:03 +02:00
Marcin Grzejszczak
23f9c58116
Going back to snapshots
2017-05-23 00:13:02 +02:00
Marcin Grzejszczak
4f2139e6d6
Update SNAPSHOT to 1.2.1.RELEASE
2017-05-23 00:10:34 +02:00
Marcin Grzejszczak
61897b6965
Changed a single adjuster to a list of them
...
with this change we're injecting a list of adjusters instead of a single one. That way you don't have to create a composite version
of adjusters.
fixes #595
2017-05-22 17:38:42 +02:00
Marcin Grzejszczak
a5a898a06b
Trying to fix flickering tests
2017-05-12 18:52:52 +02:00
Marcin Grzejszczak
c4c9ea1d2a
Bumping versions
2017-05-12 14:55:36 +02:00
Marcin Grzejszczak
ccbc2fa111
Merge branch '1.1.x'
2017-05-08 11:26:18 +02:00
Marcin Grzejszczak
9d84812de8
Added javadocs for SpanAccessor, fixes #587
2017-05-08 11:26:10 +02:00
Marcin Grzejszczak
4d6d2ebcc7
Merge branch '1.1.x'
2017-05-08 11:05:09 +02:00
Marcin Grzejszczak
11f8cd7f14
Fixed invalid constructor
2017-05-08 10:57:20 +02:00
Marcin Grzejszczak
5230626c5b
Merge branch '1.1.x'
2017-05-08 10:51:43 +02:00
Marcin Grzejszczak
e7b192575c
Added aspects around exception resolvers
...
without this change any update on a span in custom exception resolver where ignored cause the span got detached in TraceFilter instead of it getting closed
with this change we're adding an error tag if it was missing and we're also marking the span for closure by TraceFilter
fixes #585
2017-05-08 10:48:22 +02:00
Marcin Grzejszczak
4300566b2f
Merge branch '1.1.x'
2017-05-05 12:54:30 +02:00
Marcin Grzejszczak
2336355315
Bumping versions to 1.1.5.BUILD-SNAPSHOT after release
2017-05-05 12:50:01 +02:00
Marcin Grzejszczak
46130c4bb3
Going back to snapshots
2017-05-05 12:50:00 +02:00
Marcin Grzejszczak
be44013620
Update SNAPSHOT to 1.1.4.RELEASE
2017-05-05 12:47:18 +02:00
Adrian Cole
8bb1dc008a
Synchronizes on zipkin which uses latest Spring Boot 1.4 ( #572 )
...
This updates to a Zipkin version synchronized with out spring boot
config.
2017-04-26 21:18:54 +08:00
Adrian Cole
48b4f57dad
Bumps to zipkin version aligned with boot 1.5 ( #573 )
2017-04-26 21:18:36 +08:00
Marcin Grzejszczak
fb068b538e
Merge branch '1.1.x'
2017-04-24 15:18:38 +02:00