Merge branch '1.2.x'

This commit is contained in:
Marcin Grzejszczak
2017-09-30 09:13:01 +02:00

View File

@@ -15,7 +15,7 @@ public class SleuthRxJavaSchedulersProperties {
* Thread names for which spans will not be sampled.
*/
private String[] ignoredthreads = { "HystrixMetricPoller", "^RxComputation.*$" };
private Hook hook;
private Hook hook = new Hook();
public String[] getIgnoredthreads() {
return this.ignoredthreads;