Commit 201b02c4 by 田超

Merge branch 'featur/zipkinSamplerConfig' into 'master'

PercentageLocalSampler required = false,防止强制校验报错

See merge request rays/pcloud-common-parent!139
parents 9f9603d2 802f365e
...@@ -35,7 +35,7 @@ public class RefreshSamplerLocalProperties implements ApplicationContextAware, I ...@@ -35,7 +35,7 @@ public class RefreshSamplerLocalProperties implements ApplicationContextAware, I
@Autowired(required = false) @Autowired(required = false)
private List<PropertySourceLocator> propertySourceLocators = new ArrayList<>(); private List<PropertySourceLocator> propertySourceLocators = new ArrayList<>();
@Autowired @Autowired(required = false)
private PercentageLocalSampler percentageLocalSampler; private PercentageLocalSampler percentageLocalSampler;
//线程休眠时间 //线程休眠时间
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment