Commit Graph

500 Commits

Author SHA1 Message Date
Marcin Grzejszczak
ad1b62b560 One more fix for TraceWebSocketAutoConfig 2016-03-23 22:32:22 +01:00
Marcin Grzejszczak
1fe98c9685 Added conditionals for TraceWebSocketAutoConfig
fixes #227
2016-03-23 20:55:24 +01:00
Marcin Grzejszczak
e99731fe90 Added conditionals for TraceFeignClientAutoConfig
fixes #226
2016-03-23 16:23:37 +01:00
Marcin Grzejszczak
59614149ff Added conditionals for SleuthHystrixAutoConfig
fixes #225
2016-03-23 16:02:39 +01:00
Marcin Grzejszczak
184afe698d Added tests for exporting to Zipkin 2016-03-23 14:28:06 +01:00
Marcin Grzejszczak
e31edbd254 Revert to snapshots 2016-03-23 13:00:05 +01:00
Marcin Grzejszczak
51fd6f784f Bump for 1.0.0.RC1 2016-03-23 12:54:35 +01:00
Marcin Grzejszczak
9c66bed2bb Added missing check for exportable
fixes #224
2016-03-23 12:23:45 +01:00
Spencer Gibb
e87389bb45 Update mvnw to determine profile on mac and linux 2016-03-22 12:39:27 -06:00
Adrian Cole
4ffae5c1da Merge pull request #221 from spring-cloud/0.9.2
Updates to zipkin 0.9.3, which fixes a UI recursion bug
2016-03-22 17:25:51 +08:00
Adrian Cole
bd5d3ded0e Merge pull request #222 from spring-cloud/zipkin-web-be-gone
Scrubs docs about zipkin-web as it is now embedded
2016-03-22 17:25:40 +08:00
Adrian Cole
ac0049f836 Updates to zipkin 0.9.3 and fixes UI dependencies for scs-zipkin-stream 2016-03-21 22:37:23 +08:00
Adrian Cole
d1972a67f1 Scrubs docs about zipkin-web as it is now embedded 2016-03-21 22:30:56 +08:00
Marcin Grzejszczak
8749854a8a Added tests for HystrixConcurrencyStrategy 2016-03-21 15:08:36 +01:00
Marcin Grzejszczak
a0048a806e Polish 2016-03-21 14:58:30 +01:00
Dave Syer
35e8965e0a Add VetoCapableInterceptor so that we can prevent multiple instances
The TraceMessageChannelInterceptor should only be added once to a
channel. Normally this is the case automatically, but when the
application context hierarchy is complex, Spring Integration can
occasionally screw up and add the interceptor twice.

This change uses a Spring Integration specific API (VetoCapableInterceptor)
to prevent the double interceptor from being added.
2016-03-21 13:20:48 +00:00
Marcin Grzejszczak
95f4ac4411 Updated .gitignore 2016-03-21 13:45:32 +01:00
Marcin Grzejszczak
c1f3806607 Added test to LazyTraceAsyncCustomizer 2016-03-21 13:45:03 +01:00
Marcin Grzejszczak
05f3429b42 Removed unused classes 2016-03-21 13:43:47 +01:00
Dave Syer
02998ef45a Fix some compiler warnings and tidy up a few javadocs 2016-03-21 09:17:12 +00:00
Adrian Cole
32cdd7d5a2 Merge pull request #220 from spring-cloud/zipkin-0.9
Updates to zipkin 0.9
2016-03-18 20:20:58 +08:00
Marcin Grzejszczak
6a2186b26c Trying to make Bamboo work 2016-03-18 11:30:37 +01:00
Adrian Cole
d662a4bf90 Updates to zipkin 0.9
Notably, this removes the "zipkin-web" dependency, as the UI is now
collocated on zipkin-server.

Other notable changes are Cassandra and Kafka support, as well removing
the Brave dependency.
2016-03-18 17:46:45 +08:00
Dave Syer
600c1ce544 Fix compiler error with javac 2016-03-17 20:23:09 +00:00
Dave Syer
ef1c91b24d Use JSON for span transport with Stream by default
User can still override it and Stream should adjust itself, but
now we have JSON flowing between instrumented apps and the Zipkin
server.

Fixes gh-217
2016-03-17 20:04:31 +00:00
Marcin Grzejszczak
834975f985 Updated docs 2016-03-17 17:50:41 +01:00
Marcin Grzejszczak
bb456ffab2 Trying to fix build 2016-03-17 16:56:23 +01:00
Marcin Grzejszczak
18b0ea8bea Fixed Sleuth Zipkin tests 2016-03-17 16:28:01 +01:00
Marcin Grzejszczak
5e7654d329 Fixed issues with not seting Sleuth HystrixConcurrencyStrategy 2016-03-17 16:27:40 +01:00
Dave Syer
35ba7bab95 Ensure that BPP dependencies are not created too early
The FeignBeanPostProcessor was causing other things to misbehave
by forcing early instantiation of all its dependencies. One of those
is a @MessageEndpoint when Sleuth Stream is in use, and the annotation
wasn't being processed because the bean was processed too early.
2016-03-17 11:29:46 +00:00
Marcin Grzejszczak
d365fedbc0 Removed cycle between log -> autoconfig 2016-03-17 08:31:07 +01:00
Marcin Grzejszczak
064debb94b Limited visibility of MessagingSpanIjnector 2016-03-16 16:59:21 +01:00
Marcin Grzejszczak
4d6fbd29bb Added missing conditionals
without it if you provide `spring.sleuth.enaled:false` the app would blow up
2016-03-16 16:31:42 +01:00
Marcin Grzejszczak
b68c3db187 Cleaned the docs 2016-03-16 16:18:02 +01:00
Marcin Grzejszczak
cf8250762b Updated docs 2016-03-16 16:14:07 +01:00
Marcin Grzejszczak
3bb7916fff Customizable headers
* Fixed the HttpServlet extractors
    (now the response can contain custom headers)
    * Changed header names to be Zipkin compatible
    * removed qualifiers and properties
    * updated the docs

fixes #19
2016-03-16 16:10:28 +01:00
Marcin Grzejszczak
7c5af8c84e [#19] Introduced SpanInjector and SpanExtractor 2016-03-15 14:33:39 +01:00
Marcin Grzejszczak
05540b9d2e Merge pull request #212 from spring-cloud/issues_#156_refactor_events
Removed events and replaced them with method calls
2016-03-13 10:56:57 +01:00
Marcin Grzejszczak
146f7f652b Removed events and replaced them with method calls
fixes #156
2016-03-13 10:37:01 +01:00
Marcin Grzejszczak
aaff81dc18 Updated the docs 2016-03-11 10:29:45 +01:00
Dave Syer
84c57d9701 Fix test so it compiles in Eclipse
Maybe a JDT bug, but this version is more readable IMO anyway.
2016-03-11 09:27:21 +00:00
Marcin Grzejszczak
f29d75b98a Added additional explanation to exportable param 2016-03-11 10:26:40 +01:00
Marcin Grzejszczak
f57a979338 Simplified the docs 2016-03-11 10:18:55 +01:00
Marcin Grzejszczak
fb60381766 Fixed checkstyle issues 2016-03-11 10:06:02 +01:00
Marcin Grzejszczak
e4bcd13b8c Added tests 2016-03-10 14:28:05 +01:00
Marcin Grzejszczak
045bfc5317 Updated docs 2016-03-10 12:14:27 +01:00
Marcin Grzejszczak
651b4cfd79 Merge pull request #210 from spring-cloud/issues_#209_configurable_scheduled
[#209] Skip pattern for Scheduled
2016-03-10 12:09:06 +01:00
Marcin Grzejszczak
c1648124f5 [#209] Skip pattern for Scheduled
fixes #209
2016-03-10 10:37:49 +01:00
Adrian Cole
9b995a0a2a Merge pull request #207 from spring-cloud/zipkin-0.7
Updates to latest zipkin 0.7
2016-03-10 09:59:38 +08:00
Marcin Grzejszczak
4e5427cea3 Fixed docs for messaging 2016-03-09 18:56:15 +01:00