wu-sheng commented on a change in pull request #7554:
URL: https://github.com/apache/skywalking/pull/7554#discussion_r697118609
##########
File path:
oap-server/analyzer/agent-analyzer/src/main/java/org/apache/skywalking/oap/server/analyzer/provider/AnalyzerModuleConfig.java
##########
@@ -44,6 +43,12 @@
@Setter
@Getter
private int sampleRate = 10000;
+ /**
+ * The sample rate setting file
+ */
+ @Setter
+ @Getter
+ private String traceSampleRateSettingFile;
Review comment:
I am confused about this config in here. The configuration has been
moved into the file, but why the 2 configurations are still in this?
`sampleRate` and `slowTraceSegmentThreshold` fields.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]