Spencer Gibb
1c8e940816
Going back to snapshots
2018-03-02 12:50:50 -05:00
Spencer Gibb
1cdf2fef73
Update SNAPSHOT to 2.0.0.M8
2018-03-02 12:48:44 -05:00
Ryan Baxter
5d6b7744c2
Going back to snapshots
2018-02-27 07:42:20 -05:00
Ryan Baxter
117043191e
Update SNAPSHOT to 2.0.0.M7
2018-02-27 07:40:14 -05:00
Spencer Gibb
98227cd452
Going back to snapshots
2018-02-09 19:29:49 -05:00
Spencer Gibb
7a126e9590
Update SNAPSHOT to 2.0.0.M6
2018-02-09 19:29:00 -05:00
Marcin Grzejszczak
6b3593660f
Updated copyrights, fixed zuul
2018-01-31 10:56:48 +01:00
Marcin Grzejszczak
b747a58347
Fixing invalid zipkin2 version
2018-01-29 11:53:15 +01:00
Adrian Cole
5995bbc5fd
Moves to significantly more performant zipkin-reporter ( #807 )
...
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:16 +08:00
buildmaster
a8703d71de
Going back to snapshots
2017-12-02 04:22:29 +00:00
buildmaster
be281e20a5
Update SNAPSHOT to 2.0.0.M5
2017-12-02 04:21:26 +00:00
Spencer Gibb
ed6642112f
Merge branch 'master' into 2.0.x
2017-11-27 23:17:41 -05: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
Adrian Cole
54fa7faba4
Bumps to zipkin 2.3.1
2017-11-22 21:17:50 +08:00
Marcin Grzejszczak
63118c79cb
Merge branch 'master' into 2.0.x
2017-11-21 19:56:59 +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
68709c7843
Trying to fix the build
2017-11-21 19:35:17 +01:00
Marcin Grzejszczak
31ebbf5ccb
Fixed wrong versions
2017-11-21 19:26:58 +01:00
Adrian Cole
dfc5ae57bb
Updates to zipkin version fixing encoding bug
2017-11-21 19:22:43 +01:00
Marcin Grzejszczak
b60ff42fc8
Made ZIpkin 2 default
...
fixes #785
2017-11-20 23:06:13 +01:00
buildmaster
a438e382d6
Going back to snapshots
2017-11-16 19:54:06 +00:00
buildmaster
87a7d13119
Update SNAPSHOT to 2.0.0.M4
2017-11-16 19:52:57 +00:00
Adrian Cole
bd98537297
Updates to zipkin version fixing encoding bug
2017-11-10 15:28:23 +08:00
Adrian Cole
c72bb22cf9
Updates to zipkin version fixing encoding bug
2017-11-10 15:21:21 +08:00
buildmaster
7aa40800c0
Going back to snapshots
2017-10-28 07:49:17 +00:00
buildmaster
e369db7d6a
Update SNAPSHOT to 2.0.0.M3
2017-10-28 07:48:07 +00:00
Adrian Cole
338076d351
Merge branch 'master' into 2.0.x
2017-10-27 22:33:34 +08:00
Adrian Cole
bfe15ab0cd
Misaligns Zipkin v1 from sharing the same version number as v2 ( #760 )
...
This does two things: ensures samples don't use Zipkin v1 in any way,
and misaligns the version numbers of zipkin v1 and zipkin v2 apis.
This is an attempt to walk around the gradle plugin issue, which only
exists when someone is using both versions of zipkin.
See https://github.com/spring-projects/spring-boot/issues/10778
2017-10-27 17:29:45 +03:00
buildmaster
30d3379347
Going back to snapshots
2017-10-24 08:48:01 +00:00
buildmaster
8950751782
Update SNAPSHOT to 1.3.0.RC1
2017-10-24 08:46:31 +00:00
Adrian Cole
2a0b09477b
Merge branch 'master' into 2.0.x
2017-10-22 19:36:17 +03:00
Adrian Cole
808572d78e
Deprecates all span transports except spring-cloud-sleuth-zipkin2 ( #758 )
...
This deprecates span transports in favor of `spring-cloud-sleuth-zipkin2`
which:
* Supports RabbitMQ and Kafka automatically when adding spring-rabbit or spring-kafka deps
* Supports any io.zipkin.reporter2:zipkin-reporter sender, including Amazon X-Ray
* Defaults to zipkin v2 format, but can be configured to use zipkin v1 format as needed
This lowers the amount of maintenance on the project, as discussed in various issues
See #727
See #711
2017-10-22 19:29:22 +03:00
Dave Syer
7cb320b6c7
Merge branch 'master' into 2.0.x
2017-10-18 10:18:09 +01:00
Adrian Cole
e2dd91e8d5
Adds auto-configuration for RabbitMQ and Kafka transports
...
Add one of the following to auto-configure a messaging transport:
* spring-kakfa 2.0+
* spring-rabbit < 2.0 (unless amqp-client 5.x is compatible w/ 4.x)
2017-10-18 01:24:18 +08:00
Marcin Grzejszczak
45bcc34bc2
Merge branch 'master' into 2.0.x
2017-10-11 10:41:37 +02:00
Adrian Cole
a68c001aab
Aligns zipkin versions which include RabbitMQ support ( #733 )
2017-10-11 10:37:41 +02:00
Marcin Grzejszczak
a79dfbfd59
Merge branch 'master' into 2.0.x
2017-10-03 08:55:17 +02:00
Adrian Cole
4ddf929294
Adds Zipkin v2 support ( #720 )
...
This adds the ability to use zipkin v2 endpoints natively. It also
allows wiring of standard zipkin reporters and senders.
2017-10-03 08:47:33 +02:00
Marcin Grzejszczak
895673c164
Going back to snapshots
2017-08-25 13:50:16 +02:00
Marcin Grzejszczak
2561094ac4
Update SNAPSHOT to 2.0.0.M2
2017-08-25 13:48:56 +02:00
Marcin Grzejszczak
f14f5efe43
Going back to snapshots
2017-08-25 12:47:28 +02:00
Marcin Grzejszczak
61ca762dd4
Update SNAPSHOT to 1.3.0.M1
2017-08-25 12:44:31 +02:00
Marcin Grzejszczak
1b0cb0a05e
Fixed broken pom
2017-08-21 11:27:06 +02:00
Marcin Grzejszczak
6c9e50df40
Merge branch '1.2.x'
2017-08-21 10:16:03 +02:00
Marcin Grzejszczak
17df781524
Bumping versions to 1.2.5.BUILD-SNAPSHOT after release
2017-08-21 10:06:48 +02:00
Marcin Grzejszczak
cbddd5568c
Going back to snapshots
2017-08-21 10:06:47 +02:00
Marcin Grzejszczak
5eba47d891
Update SNAPSHOT to 1.2.4.RELEASE
2017-08-21 10:01:14 +02:00
Marcin Grzejszczak
02a0c864e8
Bumping versions to 1.2.4.BUILD-SNAPSHOT after release
2017-08-18 18:46:50 +02:00