Fixing missing new Hook(); fixes #718

This commit is contained in:
Marcin Grzejszczak
2017-09-30 09:12:32 +02:00
parent 867a49bac8
commit 3c447f43b7

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;