Commit Graph

273 Commits

Author SHA1 Message Date
Marcin Grzejszczak
600effc1ab Whitelisting 2.0.x 2017-08-29 11:43:36 +02:00
Marcin Grzejszczak
6cae8bf1cd Fixed the multipaged documentation 2017-08-29 11:43:36 +02:00
Marcin Grzejszczak
dbb69d43c3 Migrated to new docs; fixes #687 2017-08-29 11:43:36 +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
76d7dfb5b3 Merge branch 'master' into 2.0.x 2017-08-24 14:36:43 +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
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
d1010d7e74 Merge branch 'master' into 2.0.x 2017-08-17 18:42:57 +02:00
Marcin Grzejszczak
875dba823e Merge branch '1.2.x' 2017-08-17 18:42:12 +02:00
Marcin Grzejszczak
29065e9a15 Added description of how to use Traverson with Sleuth
fixes #671
2017-08-17 18:42:01 +02:00
Marcin Grzejszczak
cbbaec67e3 Merge branch 'master' into 2.0.x 2017-08-17 14:05:41 +02:00
Marcin Grzejszczak
f322d7a06c @Async Spans should use SpanNamer
without this change there's no way to alter the name of the methods annotated with @Async
with this change the value passed to @Async annotated method via @SpanName will be the name of the span

fixes #653
2017-08-17 14:05:31 +02:00
Marcin Grzejszczak
d71c55f290 Added webflux and webclient to docs 2017-08-03 16:09:55 +02:00
Marcin Grzejszczak
e8d30be75e Going back to snapshots 2017-07-21 12:58:54 +02:00
Marcin Grzejszczak
932f8e74d3 Update SNAPSHOT to 1.2.2.RELEASE 2017-07-21 12:30:53 +02:00
Marcin Grzejszczak
f2104620df Merge branch 'master' into 2.0.x 2017-07-15 19:52:43 +02:00
Marcin Grzejszczak
a626632b40 Added support for service discovery based Zipkin URL resolution 2017-07-15 19:50:05 +02:00
Marcin Grzejszczak
bd4c33c4b0 Merge branch 'master' into 2.0.x 2017-07-11 17:01:18 +02:00
Marcin Grzejszczak
8a6f5536f0 Updated docs 2017-07-11 17:00:36 +02:00
Marcin Grzejszczak
56457ce849 Going back to snapshots 2017-06-29 17:04:01 +02:00
Marcin Grzejszczak
0f5e28d078 Update SNAPSHOT to 2.0.0.M1 2017-06-29 16:59:54 +02:00
Marcin Grzejszczak
474493a54d Bumped libs 2017-06-27 14:02:43 +02:00
Marcin Grzejszczak
ddf4ea131d WIP 2017-06-02 13:58:09 +02:00
Marcin Grzejszczak
91a8e51599 Bumping versions to 1.2.2.BUILD-SNAPSHOT after release 2017-05-23 00:13:03 +02:00
Marcin Grzejszczak
23f9c58116 Going back to snapshots 2017-05-23 00:13:02 +02:00
Marcin Grzejszczak
4f2139e6d6 Update SNAPSHOT to 1.2.1.RELEASE 2017-05-23 00:10:34 +02:00
Marcin Grzejszczak
fb068b538e Merge branch '1.1.x' 2017-04-24 15:18:38 +02:00
Marcin Grzejszczak
b95ecd5f7e Adds documentation and javadocs about SpanAdjuster and SpanReporter
fixes #570
2017-04-24 15:17:59 +02:00
Marcin Grzejszczak
54ae618815 Merge branch '1.1.x' 2017-04-19 10:46:59 +02:00
Marcin Grzejszczak
64791deabd Span Adjuster (#567)
with this change, we're adding a possibility to fully customize the span before it gets reported to e.g. Zipkin

fixes #553
2017-04-19 10:35:48 +02:00
Marcin Grzejszczak
3d7b15f62c Merge branch '1.1.x' 2017-04-18 16:20:37 +02:00
Marcin Grzejszczak
a879dc9e30 Added docs for customization executors 2017-04-18 16:20:24 +02:00
Marcin Grzejszczak
9dc626a873 Added docs for custom async rest template (#566)
fixes #564
2017-04-18 14:48:58 +02:00
Marcin Grzejszczak
c6d645993f Added docs for custom async rest template (#566)
fixes #564
2017-04-18 14:45:07 +02:00
Marcin Grzejszczak
c9bbc2e4a5 Bumping versions to 1.2.1.BUILD-SNAPSHOT after release 2017-04-11 10:18:41 +02:00
Marcin Grzejszczak
850534689c Going back to snapshots 2017-04-11 10:06:35 +02:00
Marcin Grzejszczak
fdace4f93a Update SNAPSHOT to 1.2.0.RELEASE 2017-04-11 10:03:04 +02:00
Kamil Szymański
21d73f6ed6 Grok pattern fix (#559) 2017-04-10 17:09:23 +02:00
Kamil Szymański
6cd9302c92 Grok pattern fix (#548) 2017-04-10 16:30:00 +02:00
Marcin Grzejszczak
e68bc5e634 Going back to snapshots 2017-03-17 09:44:27 +01:00
Marcin Grzejszczak
760c1841b7 Update SNAPSHOT to 1.2.0.RC1 2017-03-17 09:39:16 +01:00