Marcin Grzejszczak
8695990c0e
Fixed a typo
2016-04-19 17:10:20 +02:00
Marcin Grzejszczak
791f3d97fb
Fixed images
2016-04-19 17:07:16 +02:00
Marcin Grzejszczak
5fe72e6fa4
Fixed images
2016-04-19 16:52:44 +02:00
Marcin Grzejszczak
cf742d90da
Added some docs with examples
2016-04-19 16:42:40 +02:00
Marcin Grzejszczak
2806747c6e
Added docs with an example of CompletableFuture usage
2016-04-19 10:01:32 +02:00
Marcin Grzejszczak
8f8b9893f0
Easier Async configuration ( #251 )
...
added possibility to provide in an easy way custom client request factories
fixes #236
2016-04-15 12:03:01 +02:00
Marcin Grzejszczak
e822f1df8a
Fixed wrong RxJava link
2016-04-04 17:42:49 +02:00
Marcin Grzejszczak
743f1cc127
Updated RxJava docs
2016-04-04 17:41:53 +02:00
Shivang Shah
beafc3a5a7
Support rx java
...
RxJava Support
fixes #235
2016-04-04 16:40:45 +02:00
Adrian Cole
8382a823e5
Updates to zipkin 0.10.4
...
This updates to the latest release. Beyond bug fixes, there are some
notable changes:
* storage: writes are now via AsyncSpanConsumer
* storage: added elasticsearch
* zipkin-ui: constrains start time to look for traces
* zipkin-ui: assets set cache headers, increasing responsiveness
* core: debug logging available for zipkin.internal.DependencyLinker
2016-03-31 19:31:45 +08:00
Marcin Grzejszczak
f38f979d13
Fixed missing logs for untraced first request
...
fixes #231
2016-03-29 12:59:45 +02:00
Adrian Cole
d1972a67f1
Scrubs docs about zipkin-web as it is now embedded
2016-03-21 22:30:56 +08:00
Marcin Grzejszczak
834975f985
Updated docs
2016-03-17 17:50:41 +01:00
Marcin Grzejszczak
b68c3db187
Cleaned the docs
2016-03-16 16:18:02 +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
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
045bfc5317
Updated docs
2016-03-10 12:14:27 +01:00
Marcin Grzejszczak
c1648124f5
[ #209 ] Skip pattern for Scheduled
...
fixes #209
2016-03-10 10:37:49 +01:00
Marcin Grzejszczak
4e5427cea3
Fixed docs for messaging
2016-03-09 18:56:15 +01:00
Marcin Grzejszczak
4f4aa25a5d
[ #187 ] Adds ManagementProperties contextPath to skipPattern
...
Fixes #187
2016-03-09 15:37:02 +01: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
3737c6bb0f
Updated Zipkin host property in the docs
2016-03-08 09:05:56 +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
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
19249cdc23
Fixed Feign integration
2016-03-07 11:18:45 +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
4b61439ab9
[ #79 ] Updated documentation
...
* first iteration
fixes #79
2016-03-03 11:25:43 +01:00
Gregor Zurowski
c6bb85923d
Fix documentation: Sampler is not a generic type
...
Signed-off-by: Gregor Zurowski <gregor@zurowski.org >
2016-02-19 13:47:41 +01:00
Dave Syer
8e0471ed04
Add explicit note on logback MDC pattern
...
Fixes gh-162
2016-02-18 09:33:21 +00:00
Dave Syer
9bfe364518
SamplerConfiguration -> SamplerProperties
...
Plus tidy up docs a bit
2016-02-02 16:15:35 +00:00
Marcin Grzejszczak
f48fc04049
Added Gitter badge
2016-01-20 14:39:08 +01:00
Dave Syer
af78160e52
Add some docs for http header tags
2016-01-19 10:25:56 +00:00
Adrian Cole
84d2706a57
Updates to latest zipkin and brave, removing Scribe dependency
...
Recent versions of zipkin and brave operate with http instead of scribe.
This changes the implementation accordingly, as well adds a sampler to
the POST endpoint.
A notable impact is that we no longer require a collector process, as
the zipkin server's POST endpoint is a collector.
2016-01-12 21:58:48 +08:00
Dave Syer
08f79397ab
Add stream sample and docs for how to run it
2015-12-22 12:23:39 +00:00
Dave Syer
d7e1fcccf0
Add some docs for zipkin stream
2015-12-17 14:55:22 +00:00
Dave Syer
d9bf984e5f
Add spring-cloud-sleuth-stream
2015-10-12 11:09:08 +01:00
Dave Syer
4e21bf1b35
Add strategy EndpointLocator to help with service host/port location
2015-10-01 11:52:28 +01:00
Daniel Wojda
152bd972bb
Fix minor typo in README.
2015-09-04 01:11:36 +02:00
Spencer Gibb
a8289df871
Add title and short description in README
2015-08-18 13:45:43 -06:00
Dave Syer
4b7154e1e5
Add ribbon/zuul features and docs plus a sample
2015-08-13 10:49:32 +01:00
Rob Winch
5e625c9c62
Polish README
...
General fixes to README
* Change links to asciidoc format
* Update links to use new repository location
* Update travis build status
2015-08-03 17:28:44 -05:00
Spencer Gibb
fcd1ada1ec
Allow sample to enable log collector with a property.
...
Property is sleuth.sample.logging.collector.enabled=true
2015-08-03 16:02:09 -06:00