Commit Graph

67 Commits

Author SHA1 Message Date
Marcin Grzejszczak
bed01f2779 Revert "Updated docs for Kafka binder configuration"
This reverts commit 47bb27db12.
2016-05-23 11:03:39 +02:00
Marcin Grzejszczak
47bb27db12 Updated docs for Kafka binder configuration
Currently we need to explicitly define the headers for Kafka binder integration. Updated docs to refect that.

fixes #282
2016-05-23 10:53:53 +02:00
Marcin Grzejszczak
ef369d9ee2 Updated docs with missing starter dep
In the docs we needed to add the dependency to starter-sleuth, that way all the necessary dependencies are downloaded to the project

fixes #281
2016-05-23 10:08:54 +02:00
Marcin Grzejszczak
29d2eec030 Updated the version in the docs 2016-05-12 17:00:09 +02:00
Dave Syer
d8a9933725 Update README and remove .settings.xml where appropriate 2016-05-12 10:47:36 +01:00
Marcin Grzejszczak
fc70842859 Polish 2016-05-10 09:05:37 +02:00
Marcin Grzejszczak
8154bab922 Added docs on how to add Sleuth to the project 2016-05-09 17:30:00 +02:00
Marcin Grzejszczak
f15aaae2ec Trying to trigger github hook 2016-05-04 13:04:31 +02:00
Marcin Grzejszczak
6ef3e375f4 Updated Image link in the docs 2016-04-29 14:28:22 +02:00
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