Commit Graph

468 Commits

Author SHA1 Message Date
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
Marcin Grzejszczak
cda62174d8 Added tests for Zuul Rest Client Ribbon 2016-03-09 18:53:12 +01:00
Marcin Grzejszczak
9c3e4909fb Merge pull request #204 from spring-cloud/issues_#187_managementserverprops
[#187] Adds ManagementProperties contextPath to skipPattern
2016-03-09 18:52:40 +01:00
Marcin Grzejszczak
24fa3514da Added missing tests 2016-03-09 17:49:27 +01:00
Marcin Grzejszczak
4f4aa25a5d [#187] Adds ManagementProperties contextPath to skipPattern
Fixes #187
2016-03-09 15:37:02 +01:00
Marcin Grzejszczak
3e9a2252a3 Merge pull request #208 from spring-cloud/issues_#205_deferring_locating_endpoint
[#205] Deferring endpoint localization
2016-03-09 15:34:00 +01:00
Marcin Grzejszczak
c3722f3c74 [#205] Deferring endpoint localization
- added `/health` endpoint to be skipped by trace filter

fixes #205
2016-03-09 15:16:26 +01:00
Marcin Grzejszczak
86f225869a Removed sonar since it's in the parent pom 2016-03-09 12:33:29 +01:00
Adrian Cole
b356abcb07 Updates to latest zipkin 0.7
This is a maintenance update to zipkin which has no api impact.

* zipkin-server supports cassandra now
* zipkin-web is now javascript (even if still hosted on a scala process)
2016-03-09 11:09:39 +08:00
Marcin Grzejszczak
f3d9ace609 Removed lombok from the docs 2016-03-08 18:38:41 +01:00
Marcin Grzejszczak
7c3f8007ba Added no_lombok variable 2016-03-08 17:51:24 +01:00
Marcin Grzejszczak
fa32131029 Updated docs 2016-03-08 16:38:44 +01:00
Marcin Grzejszczak
c424453b0e Added more tests for websockets 2016-03-08 12:20:45 +01:00
Marcin Grzejszczak
b5f9807b59 Trying to make Travis pass 2016-03-08 10:28:29 +01:00
Marcin Grzejszczak
57c9ac8027 Updated test code for changes in sc-netflix 2016-03-08 09:35:01 +01:00
Marcin Grzejszczak
6e1bc0ecd4 Fixed wrong property in docs 2016-03-08 09:34:46 +01:00
Marcin Grzejszczak
3737c6bb0f Updated Zipkin host property in the docs 2016-03-08 09:05:56 +01:00
Marcin Grzejszczak
ec7300ce7a Updated docs 2016-03-08 08:58:47 +01:00
Marcin Grzejszczak
ec96a859d5 Updating images so that they are rendered in README.md 2016-03-08 08:45:01 +01:00
Marcin Grzejszczak
b68098e7a6 Fixed Sonar issues 2016-03-07 17:51:33 +01:00
Marcin Grzejszczak
ebe05837e8 Fixed wrong header level 2016-03-07 16:32:47 +01:00
Marcin Grzejszczak
faf79818ef Explained Feign config in more depth; fixed typos 2016-03-07 16:30:50 +01:00
Marcin Grzejszczak
9de8501fef Added table of contents 2016-03-07 16:23:53 +01:00
Marcin Grzejszczak
168791e608 Minor doc fixes 2016-03-07 16:12:50 +01:00
Marcin Grzejszczak
6b6f40aed2 Added integrations documentation 2016-03-07 15:46:59 +01:00
Marcin Grzejszczak
9a9f0e6d4b Unified the way RestTemplate and Feign work
* both always start a new span (RT started a span only if there was previous tracing)
* both DO NOT return in the response PARENT-ID (Fiegn didn't do that, neither does TraceFilter)
2016-03-07 15:27:06 +01:00
Marcin Grzejszczak
19249cdc23 Fixed Feign integration 2016-03-07 11:18:45 +01:00
Marcin Grzejszczak
1043fd83c1 Added missing Span tags for @Scheduled methods 2016-03-07 10:27:48 +01:00
Marcin Grzejszczak
bf85cf9257 Skipping samples modules from Sonar 2016-03-07 08:30:40 +01:00
Marcin Grzejszczak
f6a04313c0 Fixed missing code coverage 2016-03-06 19:01:10 +01:00
Marcin Grzejszczak
5eaff9a52b Fixed snippets for documentation 2016-03-04 19:34:30 +01:00
Dave Syer
cedede7fd4 Move trace response headers up to start of filter
They seem to only get set once (by the proxy, which is most likely
to be correct) even if Zuul is proxying a service that itself is
a Sleuth application.

Fixes gh-199
2016-03-04 14:41:11 +00:00
Marcin Grzejszczak
6aba876804 Merge pull request #200 from spring-cloud/simplification_of_api
Simplified Tracer API
2016-03-04 12:42:15 +01:00