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
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
3e77213a82
Added one more entry about sampling
2018-03-11 09:56:49 +01:00
Marcin Grzejszczak
be9ee587ac
Reverted the temporary async reporter code
2018-03-07 09:07:53 -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
2f4a7fbde0
Added a filter condition to the reactor span pointcut; fixes gh-646
2018-03-01 10:57:52 +01:00
Marcin Grzejszczak
449db63f81
Removed the check for null payload
2018-02-19 12:17:08 +01:00
Marcin Grzejszczak
a8587b68e3
Added a check for null message / message payload
...
fixes gh-861
2018-02-19 11:59:03 +01:00
Marcin Grzejszczak
a968620c5c
Bumping libs
2018-02-16 13:37:56 +01:00
Marcin Grzejszczak
aa8edc9e7d
Wrapping a DestinationResolver in an aspect that adds an interceptor if it's not there already
...
fixes gh-838
2018-02-16 12:22:34 +01:00
Marcin Grzejszczak
e50005e5f6
Fixed the build
2018-02-15 17:51:06 +01:00
Marcin Grzejszczak
64b5cb6072
Added additional check for standard 4xx errors; fixes gh-859
2018-02-15 16:53:18 +01:00
Marcin Grzejszczak
0a5fa8bdad
Not closing a span if exception happened and error controller is present; fixes gh-859
2018-02-15 13:24:17 +01:00
Marcin Grzejszczak
3224cc6b38
Updated docs about forcing means of sending spans to zipkin; fixes gh-862
2018-02-15 12:31:11 +01:00
Marcin Grzejszczak
20891321a3
Fixes DirectChannel support ( #860 )
...
without this change for DirectChannel `beforeHandle` and `afterHandle` were not called at all
with this change we're removing any hacks and we're executing those methods
fixes gh-821
2018-02-14 23:07:51 +01:00
Marcin Grzejszczak
68dc29a0ed
wrapping all rest templates via BPP; fixes gh-846
2018-02-14 17:58:54 +01:00
Marcin Grzejszczak
19ae79be7d
Retreiving service instance URI directly; fixes gh-840
2018-02-14 16:24:17 +01:00
Marcin Grzejszczak
91d1bf89aa
Stopped setting CS in pre zuul filter; fixes gh-849
2018-02-14 14:33:18 +01:00
Marcin Grzejszczak
1c1aca667a
ZipkinExtractor uses SkipPatternProvider; fixes gh-851
2018-02-13 15:55:00 +01:00
Marcin Grzejszczak
48ac636b8c
Not closing a span if it got already closed; fixes gh-842
2018-02-13 15:34:22 +01:00
Marcin Grzejszczak
33fda4e700
Added an example with custom rest template builder
2018-02-12 13:30:50 +01:00
Marcin Grzejszczak
d62756e3b1
Updated tests
2018-02-12 11:19:41 +01:00
Marcin Grzejszczak
e1088f5700
Lazy rest template interceptor injection
...
without this change there was a ciruclar dependency between rest template, rest template builder creation and instrumentation
with this change, in the post construct phase we're setting values for rest template lazilly
fixes gh-852
2018-02-12 11:07:22 +01:00
Marcin Grzejszczak
14a7af970d
Updated docs and deps
2018-02-12 10:12:38 +01: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
Ryan Baxter
c811f68e13
using latest spring cloud build
2018-02-07 16:30:57 -05:00
Marcin Grzejszczak
89e579201b
Zipkin sender type is case insensitive; fixes gh-843
2018-01-31 15:34:40 +01:00
Marcin Grzejszczak
68f107c2b6
Ensures that the span operator is applied only once; #770
2018-01-29 11:09:17 +01:00
Marcin Grzejszczak
71fe82aad5
Fixed wrong switch placing
2018-01-25 21:45:45 +01:00
Marcin Grzejszczak
d4b9f8b119
Added branch checking
2018-01-25 13:49:47 +01:00
kamnowisz
0bdb39c9cd
Optimize default endpoint ip address resolution ( #831 )
2018-01-22 19:31:48 +01:00
Marcin Grzejszczak
b2afd0b4a9
Update LICENSE.txt
2018-01-22 17:59:11 +01:00
Marcin Grzejszczak
b110d564a0
Test
2018-01-22 17:58:28 +01:00
Marcin Grzejszczak
33dd940fd7
RestTemplate: register Trace interceptor *first* in the chain; fixes #822
2018-01-20 17:48:32 +01:00
Marcin Grzejszczak
2bd669cb2c
Should detach span from trace filter for async; fixes #728
2018-01-20 16:58:03 +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
Ryan Baxter
b75d357376
Bumping the version of commons, netflix, and build
2018-01-15 19:30:45 -05:00
Marcin Grzejszczak
89176772bc
Added a test for a pollable channel
2018-01-11 11:17:49 +01:00
Marcin Grzejszczak
2ac0b6187a
SpanAdjuster is not adjusting an andjusted span
...
For ZipkinSpanReporter we're not applying the adjusting of a span to an adjusted span. In other words each subsequent adjuster is ignoring the results of the previous adjusting
fixes gh-816
2017-12-28 11:33:35 +01:00
Marcin Grzejszczak
297d21a7b5
Fixed missing annotations in the image; fixes #812
2017-12-27 09:20:12 +01:00
Marcin Grzejszczak
2fb50462af
Merge branch '1.2.x' into 1.3.x
2017-12-21 11:35:28 +01:00
Marcin Grzejszczak
b5c38aa20a
Added GitHub templates
...
Signed-off-by: Marcin Grzejszczak <mgrzejszczak@pivotal.io >
2017-12-21 11:35:13 +01:00