Commit Graph

189 Commits

Author SHA1 Message Date
Spencer Gibb
466ba9f552 Updates s-c-build to 2.0.2.BUILD-SNAPSHOT 2018-06-05 16:02:24 -04:00
buildmaster
ab03bd421b Going back to snapshots 2018-05-25 09:14:13 +00:00
buildmaster
15612b7638 Update SNAPSHOT to 2.0.0.RC2 2018-05-25 09:13:06 +00:00
Adrian Cole
70ff3afc7b Updates to Brave 5 2018-05-22 17:53:05 +09:00
Marcin Grzejszczak
09ca0aabbb Bumped build to 2.0.1 2018-05-11 19:14:37 +02:00
Adrian Cole
af7df61b17 Adds proto3 encoding
Note: Zipkin server 2.8+ is required to be running for this to work.
2018-04-29 09:54:53 +08:00
Adrian Cole
3e48dec901 Removes unnecessary dependencies
We had some out-of-date comments, and some deps that were too heavy.
2018-04-28 20:18:23 +08:00
buildmaster
11bee6a0ec Going back to snapshots 2018-04-20 21:12:28 +00:00
buildmaster
58afdddb42 Update SNAPSHOT to 2.0.0.RC1 2018-04-20 21:11:24 +00:00
Marcin Grzejszczak
8c900acd0f Added test for Finchley 2018-04-16 10:37:51 +02:00
Adrian Cole
07fdec7715 bumps brave-opentracing version 2018-04-08 20:14:47 +08:00
Adrian Cole
baaade76db Moves to zipkin 2.7.1 which fixes EnableZipkinServer bug 2018-04-08 09:14:26 +08:00
Marcin Grzejszczak
6c63143e2d Merge branch '1.3.x' 2018-04-07 09:00:46 +02:00
Adrian Cole
51e66dba22 Moves to latest Zipkin and formally deprecates the stream server (#931)
Our docs deprecated the spring-cloud-sleuth-zipkin-stream, but the
project didn't.
2018-04-07 08:45:38 +02:00
buildmaster
5ed219e34f Bumping versions to 1.3.4.BUILD-SNAPSHOT after release 2018-03-26 23:09:58 +00:00
buildmaster
fc1942e940 Going back to snapshots 2018-03-26 23:09:57 +00:00
buildmaster
738aaed797 Update SNAPSHOT to 1.3.3.RELEASE 2018-03-26 23:07:40 +00:00
buildmaster
36534558d9 Going back to snapshots 2018-03-22 22:01:28 +00:00
buildmaster
e33c0ccb80 Update SNAPSHOT to 2.0.0.M9 2018-03-22 22:00:29 +00:00
Adrian Cole
3b16cc6190 Re-misaligns old zipkin version and removes internal class use 2018-03-22 23:52:00 +08:00
Adrian Cole
91ea1e0457 Bumps zipkin versions 2018-03-22 23:20:18 +08:00
Adrian Cole
eb34bfbedb Adds test to make sure RestTemplate sender doesn't mess with json
There was some doubt on gitter about sleuth generating spans with floating-point
rendered timestamps. While this shouldn't break people we certainly shouldn't
create json like this.

This was presumed to be caused by sleuth's rest template sender by @mojsha who
was trying Jaeger. Jaeger's parser doesn't give any errors with a 400.
```json
[
{
"traceId": "a65dac9d8bbb57f8",
"parentId": "a65dac9d8bbb57f8",
"id": "f223bb97e1eba9b2",
"kind": "SERVER",
"name": "https:\/hello3",
"timestamp": 1.521027116604e+15,
"duration": 1525,
"localEndpoint": {
"serviceName": "${spring.application.name}",
"ipv4": "10.128.6.98",
"port": 8443
},
```

I added a test to make sure it is not the case.
2018-03-14 20:41:06 +08:00
Marcin Grzejszczak
54c00b76ea Using zipkin & zipkin-reporter from Brave BOM 2018-03-05 12:11:44 +01:00
Spencer Gibb
62cf1abd01 Revert "Reverted the Brave BOM"
This reverts commit 0aec152
2018-03-02 14:08:19 -05:00
Marcin Grzejszczak
0aec15243f Reverted the Brave BOM 2018-03-02 19:52:43 +01:00
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
Marcin Grzejszczak
237593224a Moved to Brave Pom, removed double checking in WebClient 2018-03-02 08:56:56 +01:00
Marcin Grzejszczak
0e50456ab0 Added support for Apache HttpClientBuilder and HttpAsyncClientBuilder
fixes gh-845
2018-03-01 13:21:01 +01: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
Adrian Cole
00fa3e6601 Bumps zipkin related deps 2018-02-24 09:32:59 +08:00
Marcin Grzejszczak
14a7af970d Updated docs and deps 2018-02-12 10:12:38 +01: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
Adrian Cole
5a34529a0c Updates to Brave version fixing ExtraFieldsPropagation bug 2018-02-10 05:28:18 +08: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
Marcin Grzejszczak
6b3593660f Updated copyrights, fixed zuul 2018-01-31 10:56:48 +01:00
Adrian Cole
bcb9fcae2d Bumps to latest brave 2018-01-30 21:43:50 -08:00
Adrian Cole
665141d8e0 re-skews io.zipkin.java 2018-01-26 09:16:17 +08:00
Adrian Cole
2a2b965a90 moves to latest zipkin versions 2018-01-26 08:23:43 +08:00
Marcin Grzejszczak
22d91bac24 Added OpenTracing support; fixes #599 2018-01-21 09:28:34 +01:00
Marcin Grzejszczak
7eb374b5a5 Sleuth now uses Brave (#829)
with this pull request we have rewritten the whole Sleuth internals to use Brave. That way we can leverage all the functionalities & instrumentations that Brave already has (https://github.com/openzipkin/brave/tree/master/instrumentation).

Migration guide is available here: https://github.com/spring-cloud/spring-cloud-sleuth/wiki/Spring-Cloud-Sleuth-2.0-Migration-Guide

fixes #711 - Brave instrumentation
fixes #92 - we move to Brave's Sampler
fixes #143 - Brave is capable of passing context
fixes #255 - we've moved away from Zipkin Stream server
fixes #305 - Brave has GRPC instrumentation (https://github.com/openzipkin/brave/tree/master/instrumentation/grpc)
fixes #459 - Brave (openzipkin/brave#510) & Zipkin (openzipkin/zipkin#1754) will deal with the AWS XRay instrumentation
fixes #577 - Messaging instrumentation has been rewritten
2018-01-19 22:45:47 +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
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