Marcin Grzejszczak
db5e16f998
Merge branch 'master' into 2.0.x
2017-08-25 12:04:41 +02:00
Marcin Grzejszczak
b83caf4ac0
Polish
2017-08-25 11:52:14 +02:00
Marcin Grzejszczak
e8eef5ad62
Merge branch 'master' into 2.0.x
2017-07-21 11:39:28 +02:00
Marcin Grzejszczak
e76be78512
Updated Zipkin Properties with Javadocs
2017-07-21 11:39:21 +02:00
Pavol Loffay
cbbb3c2a40
Zipkin settings add thrift encoding ( #650 )
...
* Zipkin settings add thrift encoding
2017-07-21 11:34:30 +02:00
Marcin Grzejszczak
f4567ba465
Merge branch 'master' into 2.0.x
2017-07-15 22:04:06 +02:00
Marcin Grzejszczak
64a9577e4c
Moved zipkin load balancing to runtime
...
without this change we resolved the Zipkin URL only at startup
with this change whenever we are to send a span to Zipkin we will try to resolve the URL via Discovery Client (if applicable)
fixes #642
2017-07-15 22:02:57 +02:00
Marcin Grzejszczak
f2104620df
Merge branch 'master' into 2.0.x
2017-07-15 19:52:43 +02:00
Marcin Grzejszczak
a626632b40
Added support for service discovery based Zipkin URL resolution
2017-07-15 19:50:05 +02:00
Marcin Grzejszczak
8c98386c14
WIP
2017-07-15 19:39:48 +02:00
Marcin Grzejszczak
362f20d0a8
WIP
2017-07-15 15:15:39 +02:00
Marcin Grzejszczak
ac984637fb
Merge branch 'master' into 2.0.x
2017-07-06 14:14:02 +02:00
Marcin Grzejszczak
1e84290bb4
Merge branch '1.2.x'
2017-07-06 14:13:52 +02:00
Marcin Grzejszczak
f08b3057ab
We no longer set SA for peer.service
...
fixes #619
2017-07-06 14:04:51 +02:00
Marcin Grzejszczak
56457ce849
Going back to snapshots
2017-06-29 17:04:01 +02:00
Marcin Grzejszczak
0f5e28d078
Update SNAPSHOT to 2.0.0.M1
2017-06-29 16:59:54 +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
474493a54d
Bumped libs
2017-06-27 14:02:43 +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
c2d9c4b94e
Should be working
2017-06-02 19:57:37 +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
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
Adrian Cole
48b4f57dad
Bumps to zipkin version aligned with boot 1.5 ( #573 )
2017-04-26 21:18:36 +08:00
Marcin Grzejszczak
54ae618815
Merge branch '1.1.x'
2017-04-19 10:46:59 +02:00
Marcin Grzejszczak
64791deabd
Span Adjuster ( #567 )
...
with this change, we're adding a possibility to fully customize the span before it gets reported to e.g. Zipkin
fixes #553
2017-04-19 10:35:48 +02:00
Marcin Grzejszczak
816cfe317a
Moved an executor aspect to a bean post processor
...
without this change when an executor implementation was a final class or had a final method - the application wouldn't start or would produce NPE at startup.
with this change we have a custom bean post processor that wraps an aspect manualy either via a JDK Proxy when a class is final or a method is final or creates a CGLIB proxy if that's possible.
fixes #550
2017-04-12 12:14:45 +02:00
Marcin Grzejszczak
46257ea370
Moved an executor aspect to a bean post processor
...
without this change when an executor implementation was a final class or had a final method - the application wouldn't start or would produce NPE at startup.
with this change we have a custom bean post processor that wraps an aspect manualy either via a JDK Proxy when a class is final or a method is final or creates a CGLIB proxy if that's possible.
fixes #550
2017-04-12 12:02:39 +02:00
Marcin Grzejszczak
c9bbc2e4a5
Bumping versions to 1.2.1.BUILD-SNAPSHOT after release
2017-04-11 10:18:41 +02:00
Marcin Grzejszczak
850534689c
Going back to snapshots
2017-04-11 10:06:35 +02:00
Marcin Grzejszczak
fdace4f93a
Update SNAPSHOT to 1.2.0.RELEASE
2017-04-11 10:03:04 +02:00
Marcin Grzejszczak
e68bc5e634
Going back to snapshots
2017-03-17 09:44:27 +01:00
Marcin Grzejszczak
760c1841b7
Update SNAPSHOT to 1.2.0.RC1
2017-03-17 09:39:16 +01:00
Marcin Grzejszczak
93afed967c
Bumping versions after release
2017-03-10 11:18:18 +01:00
Marcin Grzejszczak
dde7d3b313
Going back to snapshots
2017-03-10 11:16:09 +01:00
Marcin Grzejszczak
1cab456015
Bumping versions before release
2017-03-10 11:10:23 +01:00
Marcin Grzejszczak
a266d8bc6c
Ensured that we guard against negative ports
...
fixes #518
2017-02-15 13:57:25 +01:00
Marcin Grzejszczak
4948498664
Ensured that we guard against negative ports
...
fixes #518
2017-02-15 13:55:06 +01:00
Marcin Grzejszczak
8f11bbe9f0
Going back to snapshots
2017-02-03 13:39:59 +01:00
Marcin Grzejszczak
ac0c209f94
Bumping versions before release
2017-02-03 13:30:35 +01:00
Marcin Grzejszczak
6d445f56f4
Going back to snapshots
2017-01-30 10:37:40 +01:00
Marcin Grzejszczak
adfaa036a2
Bumping versions before release
2017-01-30 10:31:39 +01:00
Marcin Grzejszczak
e027d4cfb5
Making the branch 1.5.0 boot compatible
...
fixes #499
2017-01-23 12:37:55 +01:00
Adrian Cole
32d8ea8fc7
Updates to latest zipkin 1.19 ( #495 )
...
Most changes are not very interesting to sleuth, though the server is
quite a lot better with UI fixes galore. For sleuth mainly, small api
unaffecting glitch fixes around the Span.Builder.
2017-01-19 20:20:27 +08:00