Commit Graph

1293 Commits

Author SHA1 Message Date
Marcin Grzejszczak
4bf4484dcd Merge branch '1.2.x' 2017-09-19 10:59:58 +01:00
Marcin Grzejszczak
867a49bac8 Reusing environment to get address; fixes #701 2017-09-19 10:59:51 +01:00
Marcin Grzejszczak
cefef8cc9f Fixed return value of the tracer 2017-09-18 20:49:55 +01:00
Marcin Grzejszczak
5df9c2e37d Fixed a typo 2017-09-14 17:33:43 +02:00
Marcin Grzejszczak
5b6d039036 Fixed a typo 2017-09-14 17:15:30 +02:00
Marcin Grzejszczak
cfd3a619dd Introduced a "shared" field in Span (#698)
whenever:

- a span or trace id get generated when a request / message arrives
- child span is created

we set the field to false

whenever we find ids in the incoming request / message we set the field to true

fixes #696
2017-09-14 17:14:09 +02:00
Marcin Grzejszczak
5bb444f042 Adding tags for spans created via annotations (#691)
without this change we don't know which class or method (if the SpanCreator got overridden) was annotated
with this change we're adding the tags with this info

fixes #690
2017-09-12 13:37:01 +02:00
Marcin Grzejszczak
c9945ad173 Added 1.2.x to whitelist 2017-09-06 15:32:20 +02:00
Marcin Grzejszczak
cdace454c8 Bumped build 2017-08-31 15:10:37 +02:00
Marcin Grzejszczak
746f9b27e0 Merge branch '1.2.x' 2017-08-31 15:08:02 +02:00
Marcin Grzejszczak
a93e475e73 Referrencing resources from sc-build 2017-08-31 15:07:12 +02:00
Marcin Grzejszczak
281c9b69f7 Merge branch '1.2.x' 2017-08-29 16:09:59 +02:00
Marcin Grzejszczak
16b28368d2 Migrated to new docs 2017-08-29 16:08:20 +02:00
Marcin Grzejszczak
b2fa4286df Fixed the multipaged documentation 2017-08-29 16:07:10 +02:00
Marcin Grzejszczak
a7e8e8533a Migrated to new docs; fixes #687 2017-08-29 16:05:22 +02:00
Marcin Grzejszczak
3751b2ae61 Fixed the multipaged documentation 2017-08-29 11:40:02 +02:00
Marcin Grzejszczak
5ff48f6c52 Migrated to new docs; fixes #687 2017-08-29 11:40:02 +02:00
Marcin Grzejszczak
deb407eab0 Bumped libs 2017-08-29 11:40:02 +02:00
Dave Syer
673658e7c4 Remove unnecessary .google files 2017-08-29 08:22:17 +01:00
Marcin Grzejszczak
3e7bd74abf Bumped libs 2017-08-29 08:57:40 +02:00
Dave Syer
9d084a7a4f Update build to 1.3.5 latest 2017-08-28 10:28:21 +01:00
Marcin Grzejszczak
17e303a1f7 Removed remaining deprecations 2017-08-25 13:07:36 +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
57b0ac0e51 Removing Reactor support from Sleuth
Sleuth requires Reactor in version 3.x whereas from Boot we get 2.0.8. That's a gigantic difference.
2017-08-25 12:30:04 +02:00
Marcin Grzejszczak
b83caf4ac0 Polish 2017-08-25 11:52:14 +02:00
Marcin Grzejszczak
126101f0ab Merge branch '1.2.x' 2017-08-24 14:24:02 +02:00
Marcin Grzejszczak
c951dc88fd Improvements of customizing the TraceFilter
without this change you have to add a `@Primary` annotation around your custom `TraceFilter` bean to alter the behaviour of the current `TraceFilter` implementation
with this change we're marking the `TraceFilter` as conditional on missing bean; also we're ensuring that the registered `SkipPatternProvider` will be reused when no explicit pattern was set.

also documentation is added

fixes #633
2017-08-24 14:14:01 +02:00
Marcin Grzejszczak
47b1b05a75 Merge branch '1.2.x' 2017-08-23 18:20:02 +02:00
Marcin Grzejszczak
77c1de386f Fixed class not being static 2017-08-23 18:19:36 +02:00
Marcin Grzejszczak
d147b19a8d Merge branch '1.2.x' 2017-08-23 18:18:38 +02:00
Marcin Grzejszczak
6d25738ec4 Adding the default Trace representation of UserInfoRestTemplateCustomizer 2017-08-23 18:15:48 +02:00
Marcin Grzejszczak
05f1d6df43 Merge branch '1.2.x' 2017-08-22 13:07:08 +02:00
Marcin Grzejszczak
58f3d0fce0 Added fallback approach to try to create a JDK proxy when CGLIB one fails
without this change when a CGLIB proxy fails to be created an exception is thrown
with this change we're trying to save the situation by trying to create a JDK proxy. If that also won't work then we're throwing an exception.

fixes #684
2017-08-22 12:52:35 +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
Marcin Grzejszczak
73211f673b Going back to snapshots 2017-08-18 18:46:49 +02:00
Marcin Grzejszczak
47612da5cc Update SNAPSHOT to 1.2.3.RELEASE 2017-08-18 18:36:51 +02:00
Marcin Grzejszczak
3931087628 Merge branch '1.2.x' 2017-08-18 16:42:25 +02:00
Marcin Grzejszczak
59f5a99c24 TraceFilter skipPattern and extra span when X-B3-Flags header is present
without this change if there's a debug flag we set traceid & spanid for the first request inside the zipkin http extractor. we don't set the parent span flag so an additional span is created.
with this change we set the trace and span id ONLY when the debug flag is set AND the request is malformed. That means - only when the span id is set and there is no trace id.

fixes #665
2017-08-18 16:24:28 +02:00
Marcin Grzejszczak
ebe74c1d8f Merge branch '1.2.x' 2017-08-18 03:52:31 +02:00
Marcin Grzejszczak
e9211e8bd0 Polish 2017-08-18 03:32:24 +02:00
Marcin Grzejszczak
c268d55656 Added debug logs for TraceChannelInterceptor 2017-08-18 03:31:35 +02:00
Marcin Grzejszczak
4649d7e3cb Merge branch '1.2.x' 2017-08-18 02:50:55 +02:00
Marcin Grzejszczak
acfbb3b8f7 Added missing profile 2017-08-18 02:50:27 +02:00
Marcin Grzejszczak
875dba823e Merge branch '1.2.x' 2017-08-17 18:42:12 +02:00