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
Marcin Grzejszczak
e5b1495613
Simplified Tracer API
2016-03-04 11:50:59 +01:00
Marcin Grzejszczak
b51af6b30c
Added Kibana screens and patterns
2016-03-04 11:04:40 +01:00
Marcin Grzejszczak
9957769dd0
Added a fix for 'null' in span names
2016-03-03 22:22:58 +01:00
Marcin Grzejszczak
373f4eb4ef
[ #198 ] Fixed exception handling for TraceRestTemplateInterceptor
...
fixes #198
2016-03-03 21:19:55 +01:00
Marcin Grzejszczak
6e3efa8fb3
Updated README.md
2016-03-03 16:29:44 +01:00
Marcin Grzejszczak
d6b623fdf7
Removed an assertion due to Tracis failing
2016-03-03 11:45:44 +01:00
Marcin Grzejszczak
4b61439ab9
[ #79 ] Updated documentation
...
* first iteration
fixes #79
2016-03-03 11:25:43 +01:00
Marcin Grzejszczak
0fe82089a2
Revert "Updated the code with sc-netflix changes"
...
This reverts commit 7e7c6a1a8f .
2016-03-03 11:16:57 +01:00
Marcin Grzejszczak
7e7c6a1a8f
Updated the code with sc-netflix changes
2016-03-03 11:08:01 +01:00
Spencer Gibb
ce6fe22315
Move o.s.c.util to o.s.c.commons.util
2016-03-02 11:19:47 -07:00
Dave Syer
31183317d7
Fix mvnw script for milestones
2016-03-02 17:34:26 +00:00
Marcin Grzejszczak
5753048cde
Merge pull request #195 from spring-cloud/issues_#191_missing_span_name
...
Issues #191 missing span name
2016-03-02 15:18:14 +01:00
Marcin Grzejszczak
17bc239536
[ #191 ] Changes following the review
2016-03-02 15:05:18 +01:00
Marcin Grzejszczak
754c8ce96d
[ #191 ] Added ServerAddress annotation
...
* if a span contains a CS or CR (or any other client related annotation) then SA is passed from the Endpoint service name
fixes #191
2016-03-01 16:35:57 +01:00
Marcin Grzejszczak
6c2c87ab3c
[ #191 ] Added local component if a span doesn't have any Zipkin constants
...
fixes #191
2016-03-01 13:45:58 +01:00
Marcin Grzejszczak
57b0f14d9a
[ #188 ][ #194 ] Feign and RestTemplate create a new Span
...
fixes #188
fixes #194
2016-03-01 12:16:24 +01:00
Adrian Cole
1cb3ec78eb
Merge pull request #185 from spring-cloud/latest-zipkin
...
Updates to latest zipkin, adding spring.zipkin.compression.enabled flag
2016-02-25 23:17:53 +08:00
Adrian Cole
51b542e34b
Updates to latest zipkin, adding spring.zipkin.compression.enabled flag
...
This updates to latest zipkin, adding a flag to gzip spans before
posting them. Note this is set to false by default as it requires servers
to also be latest. We can flip the default once we can assume that.
Ex. `spring.zipkin.compression.enabled = true`
2016-02-25 21:11:58 +08:00
Marcin Grzejszczak
7c7043910c
Updated the javadoc for message component
2016-02-25 13:53:57 +01:00
Marcin Grzejszczak
6948d92d13
[ #184 ] Stopped overriding tags via messaging
...
fixes #184
2016-02-25 13:44:33 +01:00
Marcin Grzejszczak
5d23cd8bab
Merge pull request #183 from spring-cloud/issues_#69_javadocs_update
...
[#69 ] Added javadocs
2016-02-25 11:26:11 +01:00
Marcin Grzejszczak
3000a4f37d
[ #69 ] Added javadocs
...
fixes #69
2016-02-25 11:23:23 +01:00