Added list of threads to ignore for rx (#294)

fixes #274

* Updates following code review
This commit is contained in:
Marcin Grzejszczak
2016-06-02 19:20:12 +02:00
parent a3dc021ec4
commit a194c4a17a
7 changed files with 121 additions and 12 deletions

View File

@@ -414,6 +414,9 @@ that wraps all `Action0` instances into their Sleuth representative -
the `TraceAction`. The hook either starts or continues a span depending on the fact whether tracing was already going
on before the Action was scheduled. To disable the custom RxJavaSchedulersHook set the `spring.sleuth.rxjava.schedulers.hook.enabled` to `false`.
You can define a list of regular expressions for thread names, for which you don't want a Span to be created. Just provide a comma separated list
of regular expressions in the `spring.sleuth.rxjava.schedulers.ignoredthreads` property.
=== HTTP integration
Features from this section can be disabled by providing the `spring.sleuth.web.enabled` property with value equal to `false`.