Commit Graph

87 Commits

Author SHA1 Message Date
Marcin Grzejszczak
ef655267a8 Fixed a typo in docs 2016-08-19 15:07:06 +02:00
Marcin Grzejszczak
1b348abbde Added docs on how to provide custom serviceName
without this entry in the docs people got confused on how to do this.

fixes #346
2016-08-19 13:25:34 +02:00
Marcin Grzejszczak
08e8e87ba2 Updating ghpages for all projects 2016-08-19 11:46:57 +02:00
Marcin Grzejszczak
af7593eaf5 Added docs about logback-spring and props
we had a couple of questions related to missing attributes in the logback file or the logs as such. It's related to the fact that once you provide a custom logback file you have to place the propery of spring.application.name in the bootstrap file

fixes #376
2016-08-18 15:44:19 +02:00
Marcin Grzejszczak
ab2b4576e5 Updating ghpages for all projects 2016-08-18 13:15:51 +02:00
Marcin Grzejszczak
9e900569a9 Updating ghpages for all projects 2016-08-17 12:45:56 +02:00
Marcin Grzejszczak
109bc02d1d Updated docs 2016-08-16 14:27:22 +02:00
Marcin Grzejszczak
3f96b210d9 Deploying documentation to proper folder (#373)
What we're missing ATM is different documentation versions for different application versions. What this change does is that it's:

- finding out what is the current branch (e.g. 1.0.x)
- finding out out what is the name of the main adoc file (e.g. spring-cloud-sleuth)
- pulling the changes from gh-pages after checkout
- finding out what is the list of comma separated whitelisted branches (via the `docs.whitelisted.branches` prop) 
- in gh-pages creating a folder with name of the branch  (e.g. /1.0.x)
copying all the docs/target/generated-docs/ to that folder
- if the branch from which we're calling the script is NOT master then we're changing the ${main.adoc}.html to index.html so that it's easier to access the docs (e.g. http://cloud.spring.io/spring-cloud-sleuth/1.0.x/)
2016-08-16 14:17:48 +02:00
Marcin Grzejszczak
9e10796b0a Updated Zipkin UI docs
fixes #375
2016-08-16 14:09:39 +02:00
Marcin Grzejszczak
c22e72e467 Added tests and fix docs for AsyncRestTemplate
fixes #334
2016-07-15 17:34:36 +02:00
Marcin Grzejszczak
b4bcd531d5 Added patterns to @GlobalChannelInterceptor (#337) 2016-07-15 15:57:34 +02:00
Marcin Grzejszczak
a4328325c9 Revert "Updated docs"
This reverts commit 7d0b8f62c2.
2016-07-15 08:55:28 +02:00
Marcin Grzejszczak
7d0b8f62c2 Updated docs
(cherry picked from commit 48efc5980a)
2016-07-15 08:26:36 +02:00
Marcin Grzejszczak
23097dd2f9 Added Codecov integration 2016-07-14 13:46:00 +02:00
Marcin Grzejszczak
e7838743af Fix headers in messaging (#335)
* Fix headers in messaging

with this change the span related headers are changed to be compatible with messaging specs. The change is backwards compatible so we accept the old ones as input, and as output we're producing both new and old headers.

fixes #332
2016-07-14 11:57:09 +02:00
Marcin Grzejszczak
4f1ef52e6c Re-added missing server side span (#322)
* Re-added missing server side span

with this change

- HandlerInterceptor is responsible for wrapping requests in spans
- added Sring Data REST instrumentation
- added Zuul instrumentation
- it will not wrap error controller related requests with spans
- tests have been changed to ensure that ALWAYS there is at least one span on the server side (that way it will show up in Zipkin)
- "fallback" mechanism has been added that if a HandlerInterceptor hasn't been used then we are forcing creation of a Span at the server side

fixes #321
2016-07-07 10:47:22 +02:00
Dave Syer
6ddf8c7576 Use "safe: :unsafe" to ensure included snippets work
Also copy the document attributes over and re-use them so
any variables that need to be resolved are there. Code copied
from https://github.com/asciidoctor/asciidoctor-extensions-lab/blob/master/scripts/asciidoc-coalescer.rb
2016-06-11 07:45:26 +01:00
Marcin Grzejszczak
ca89b58661 Removed build status from running examples 2016-06-10 12:56:06 +02:00
Marcin Grzejszczak
a194c4a17a Added list of threads to ignore for rx (#294)
fixes #274

* Updates following code review
2016-06-02 19:20:12 +02:00
Marcin Grzejszczak
723b19ee78 Added Logback with Logstash JSON logging pattern 2016-05-30 17:09:41 +02:00
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