Commit Graph

2110 Commits

Author SHA1 Message Date
buildmaster
4b3eae2453 Bumping versions to 2.1.1.BUILD-SNAPSHOT after release 2019-01-22 18:53:51 +00:00
buildmaster
dd96605d34 Going back to snapshots 2019-01-22 18:53:51 +00:00
buildmaster
4829876aec Update SNAPSHOT to 2.1.0.RELEASE 2019-01-22 18:51:05 +00:00
suzu tomo
6f7619d16c gRPC spring boot version 3.0.1 (gRPC 1.16.1) (#1190)
gRPC spring boot version 3.0.1 (gRPC 1.16.1).

Fixes #1186. With this change, `io.github.lognet:grpc-spring-boot-starter:3.0.1` and `io.zipkin.brave:brave-instrumentation-grpc:5.6.0` have same gRPC version.
2019-01-22 18:06:02 +01:00
Marcin Grzejszczak
6bee9fcb3a Don't register JmsListenerEndpointRegistry as bean; fixes gh-1189 2019-01-22 12:35:20 +01:00
Marcin Grzejszczak
77139bc6b6 Setting headers for Gateway instead of replacing them; fixes gh-1141 2019-01-21 17:57:22 +01:00
Marcin Grzejszczak
8af5b71dda Bumped Boot
fixes gh-1153
2019-01-21 14:14:06 +01:00
Marcin Grzejszczak
9d140b1059 Revert "Fixed broken build with a hack"
This reverts commit 5e4b8e3cef.

fixes gh-1153
2019-01-21 14:12:50 +01:00
Adrian Cole
1415869f77 latest brave 2019-01-21 20:43:19 +08:00
Marcin Grzejszczak
0397f1e0dd polish 2019-01-21 13:14:06 +01:00
Tim Ysewyn
e0dc599226 Fixed backwards compatibility condition because the auto configuration order changed (#1187) 2019-01-21 12:43:36 +01:00
Marcin Grzejszczak
909afc8f96 Fixed tests 2019-01-21 11:11:53 +01:00
Marcin Grzejszczak
ab44f141e4 Polish 2019-01-21 10:59:27 +01:00
Marcin Grzejszczak
eda5781643 Polish 2019-01-21 10:40:03 +01:00
Marcin Grzejszczak
ae4195a6e5 Polish following the review 2019-01-21 10:30:56 +01:00
Tim Ysewyn
490a1d8626 Updated access modifiers in ZipkinBackwardsCompatibilityAutoConfiguration 2019-01-16 22:08:50 +01:00
Tim Ysewyn
3b47f77627 Updated conditional for ZipkinBackwardsCompatibilityAutoConfiguration 2019-01-16 21:56:22 +01:00
Tim Ysewyn
453d942829 Adapted new configuration to support backwards compatibility in case another tracing system extends from spring-cloud-sleuth-zipkin (like spring-cloud-gcp-trace) 2019-01-16 21:46:28 +01:00
Tim Ysewyn
d8381b88c9 Create the restTemplateSender bean when there is no other bean named "zipkinSender" 2019-01-16 16:57:56 +01:00
Tim Ysewyn
8327ecbb4d Updated documentation 2019-01-16 12:42:37 +01:00
Tim Ysewyn
7c31475422 Updated ZipkinAutoConfiguration for backwards compatibility 2019-01-16 12:41:58 +01:00
Tim Ysewyn
9cb5e27e5b Merge branch 'master' into feature/multiple-reporters 2019-01-16 12:15:57 +01:00
Tim Ysewyn
14700ed27b Added @ConditionalOnMissingBean(name = REPORTER_BEAN_NAME) 2019-01-15 22:27:22 +01:00
Tim Ysewyn
ca2244dd3f Updated license header 2019-01-15 22:25:25 +01:00
Tim Ysewyn
d7eccee650 Moved ReporterMetrics sleuthReporterMetrics() to TraceAutoConfiguration so other implementations can use the same default 2019-01-15 17:29:55 +01:00
Tim Ysewyn
92c909583c No reason to create a SpanBytesEncoder bean 2019-01-15 17:21:24 +01:00
James Carman
89ca7d7759 The serviceName is not being resolved properly (#1183)
with this change if the service name is empty we will set it to `default`
2019-01-15 16:41:44 +01:00
Tim Ysewyn
5c05186cf1 Incorporated PR feedback 2019-01-14 19:15:26 +01:00
Marcin Grzejszczak
14cdaf529e Not using bean factory to verify if context is in creation; fixes gh-1177 2019-01-14 17:43:44 +01:00
Tim Ysewyn
07d2aa87c9 Updated zipkin config to support multiple span reporters/senders 2019-01-13 17:13:42 +01:00
Tim Ysewyn
64f24a5edf Added support for multiple span reporters 2019-01-13 17:00:01 +01:00
Spencer Gibb
218dd6cfa4 Bumps spring cloud build to 2.1.2.BUILD-SNAPSHOT 2019-01-12 13:06:51 -05:00
Marcin Grzejszczak
c5a23c5525 Fixed lack of propagating the proxy's client span; fixes gh-1141 2019-01-09 11:34:45 +01:00
Marcin Grzejszczak
ec60f3a3a5 Fixed the Gateway integration with Sleuth
fixes gh-1141
2019-01-09 09:58:30 +01:00
Marcin Grzejszczak
88ba09467c Ignoring the special Stream DirectChannel which is not a DirectChannel; fixes gh-1155 2019-01-07 16:46:43 +01:00
Marcin Grzejszczak
2579e7887d Added rate limit sampler via a property
fixes gh-1162
2019-01-07 10:21:20 +01:00
buildmaster
26dc5be7f8 Bumping versions 2019-01-03 17:29:51 +00:00
buildmaster
3dfc4b0be2 Going back to snapshots 2018-12-20 21:28:46 +00:00
buildmaster
d8d469a20d Update SNAPSHOT to 2.1.0.RC3 2018-12-20 21:27:48 +00:00
chao chang
0708e6cdfb Corrects the span number description in the sample (#1171) 2018-12-20 13:48:53 +01:00
Marcin Grzejszczak
a4138e2167 Added documentation on the Infrastructure bean role; fixes gh-1022 2018-12-19 19:05:26 +01:00
Marcin Grzejszczak
17d8165c5e Only wrap executors when context is refreshed (#1129)
uses terrible hacks to verify if the Spring Context is in creation or has already been created. If it has been created then we'll continue as usual. If not then we will NOT wrap any callables and runnables.

fixes #1128
2018-12-19 18:15:04 +01:00
Marcin Grzejszczak
8d56299cd1 Polish 2018-12-19 09:48:48 +01:00
Michal Ziemba
8c106f424e Add tests for TraceWebServletAutoConfiguration 2018-12-18 16:18:35 +01:00
Michal Ziemba
94af231f42 Fix conditional on exception-throwing-filter-enabled 2018-12-18 13:13:32 +01:00
Marcin Grzejszczak
2e45374800 Clearing MDC for null context; fixes gh-1161 2018-12-17 13:20:01 +01:00
Marcin Grzejszczak
7a3e7e01f5 Polish 2018-12-17 10:59:55 +01:00
Marcin Grzejszczak
7c04ee4c7f Made the feature opt-in 2018-12-17 10:54:19 +01:00
Marcin Grzejszczak
321f5c6b2d Merge branch 'extra-propagation-fields-to-tags' of https://github.com/tdanylchuk/spring-cloud-sleuth into tdanylchuk-extra-propagation-fields-to-tags 2018-12-17 10:52:31 +01:00
Akihito Nakano
d4c4a88716 Fix typo in docs (#1157)
* Fix typo

* Revert the change applied to root README

* Fix the docs module

* Revert a change of root README
2018-12-15 13:57:03 +01:00