buildmaster
4b2cb752d3
Bumping versions to 2.0.2.BUILD-SNAPSHOT after release
2018-07-31 19:36:50 +00:00
buildmaster
4164e79607
Going back to snapshots
2018-07-31 19:36:49 +00:00
buildmaster
a7b0c55c4b
Update SNAPSHOT to 2.0.1.RELEASE
2018-07-31 19:35:12 +00:00
buildmaster
9e43c3588b
Bumping versions to 2.0.1.BUILD-SNAPSHOT after release
2018-06-19 01:05:25 +00:00
buildmaster
1900a91635
Going back to snapshots
2018-06-19 01:05:24 +00:00
buildmaster
08d3642427
Update SNAPSHOT to 2.0.0.RELEASE
2018-06-19 01:01:39 +00:00
Ryan Baxter
c0a0f3802f
Merge remote-tracking branch 'origin/1.3.x'
2018-06-11 10:39:48 -04:00
Ryan Baxter
ebdefafc5d
adding spring boot autonconfigure processor
2018-06-11 10:37:46 -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
Marcin Grzejszczak
714802ca1d
Fixed the kafka sender condition. fixes gh-985
2018-05-23 10:23:19 +02:00
Marcin Grzejszczak
70759b5ddd
Kafka sender needs to be explicitly set
...
default sender is Kafka when it is detected on the classpath, with this change it will be Web. You have to set `spring.zipkin.kafka.enabled` to `true` to use Kafka
fixes gh-985
2018-05-22 19:30:34 +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
eedff746d6
Merge branch '1.3.x'
2018-03-29 09:57:12 +02:00
Marcin Grzejszczak
1c1b963862
Polish
2018-03-29 09:57:05 +02:00
Marcin Grzejszczak
80b78bcc32
Merge branch '1.3.x'
2018-03-29 09:43:50 +02:00
Marcin Grzejszczak
eb9b305f7f
Added a property to toggle discovery client support for zipkin client. Fixes gh-919
2018-03-29 09:39: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
3649852ce9
Adds the ability to configure things needed by stackdriver
...
We will eventually need to change the encoder to use their format. Also,
stackdriver does not support shared spans.
2018-03-20 22:18:19 +08:00
Adrian Cole
3392eca5ae
Adds test to make sure RestTemplate sender doesn't mess with json ( #901 )
...
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:42: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
4a7d4c67aa
Merge branch '1.3.x'
2018-03-07 09:08:01 -05:00
Marcin Grzejszczak
be9ee587ac
Reverted the temporary async reporter code
2018-03-07 09:07:53 -05:00
Marcin Grzejszczak
aa67080bb5
Merge branch '1.3.x'
2018-03-07 08:43:31 -05:00
Marcin Grzejszczak
433e7c301a
Documented how to use spring cloud function; fixes gh-853
2018-03-07 08:43:22 -05:00
Marcin Grzejszczak
54c00b76ea
Using zipkin & zipkin-reporter from Brave BOM
2018-03-05 12:11:44 +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
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
Marcin Grzejszczak
a560b52db7
Merge branch '1.3.x'
2018-02-14 16:33:10 +01:00
Marcin Grzejszczak
19ae79be7d
Retreiving service instance URI directly; fixes gh-840
2018-02-14 16:24:17 +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
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
Marcin Grzejszczak
eb8bb39e34
Merge branch '1.3.x'
2018-01-31 15:36:49 +01:00
Marcin Grzejszczak
89e579201b
Zipkin sender type is case insensitive; fixes gh-843
2018-01-31 15:34:40 +01:00
Marcin Grzejszczak
6b3593660f
Updated copyrights, fixed zuul
2018-01-31 10:56:48 +01:00
Marcin Grzejszczak
f49caf2bd9
Merge branch '1.3.x'
2018-01-25 17:42:55 +01:00
kamnowisz
0bdb39c9cd
Optimize default endpoint ip address resolution ( #831 )
2018-01-22 19:31:48 +01:00