You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
services[1].duration 20000 The sample rate precision is 1/10000. 10000 means 100% sample in default. Setting this threshold about the latency would make the slow trace segments sampled if they cost more time, even the sampling mechanism activated. The default value is `-1`, which means would not sample slow traces. Unit, millisecond.
3
+
configuration.nacos.port 49317 Nacos Server Port
4
+
configuration.zookeeper.hostPort localhost:49315 Zookeeper host port
configuration.consul.period 1 Sync period in seconds. Defaults to 60 seconds.
12
+
configuration.etcd.period 1 Unit seconds sync period default fetch every 60 seconds
13
+
configuration.zookeeper.maxRetries 3 max number of times to retry
14
+
configuration.apollo.apolloCluster default Apollo cluster name
15
+
configuration.zookeeper.hostPort localhost:49310 Zookeeper host port
16
+
core.default.enableDataKeeperExecutor TRUE Set a timeout on metrics data. After the timeout has expired, the metrics data will automatically be deleted.
17
+
default.rate 10000 The sample rate precision is 1/10000. 10000 means 100% sample in default
18
+
receiver-zipkin.default.restPort 9411 Port used by OAP to collect zipkin trace from HTTP
19
+
services[1].name name1 The sample rate precision is 1/10000. 10000 means 100% sample in default. Setting this threshold about the latency would make the slow trace segments sampled if they cost more time, even the sampling mechanism activated. The default value is `-1`, which means would not sample slow traces. Unit, millisecond.
20
+
services[0].rate 2000 The sample rate precision is 1/10000. 10000 means 100% sample in default. Setting this threshold about the latency would make the slow trace segments sampled if they cost more time, even the sampling mechanism activated. The default value is `-1`, which means would not sample slow traces. Unit, millisecond.
21
+
MO-1.MO-1-P1.prop2 value2-prop Example configs
22
+
MO-1.MO-1-P1.p1 value1 Example configs
23
+
configuration.consul.hostAndPorts localhost:49296 Consul host and ports separated by comma eg 1.2.3.4:8500,2.3.4.5:8500
configuration.apollo.appId SampleApp Apollo application id
27
+
storage.mysql.properties.jdbcUrl jdbc:mysql://localhost:3306/swtest?rewriteBatchedStatements Mysql jdbc connection string
28
+
configuration.nacos.serverAddr localhost Nacos Server Host
29
+
configuration.etcd.endpoints http://127.0.0.1:49305 Etcd Server Host
30
+
services[1].rate 1000 The sample rate precision is 1/10000. 10000 means 100% sample in default. Setting this threshold about the latency would make the slow trace segments sampled if they cost more time, even the sampling mechanism activated. The default value is `-1`, which means would not sample slow traces. Unit, millisecond.
31
+
configuration.nacos.group skywalking Nacos Configuration Group
32
+
configuration.apollo.apolloMeta http://localhost:49284 Apollo host and port
33
+
configuration.etcd.endpoints http://127.0.0.1:49302 Etcd Server Host
34
+
services[0].name name2 The sample rate precision is 1/10000. 10000 means 100% sample in default. Setting this threshold about the latency would make the slow trace segments sampled if they cost more time, even the sampling mechanism activated. The default value is `-1`, which means would not sample slow traces. Unit, millisecond.
35
+
configuration.zookeeper.baseSleepTimeMs 1000 initial amount of time to wait between retries
36
+
storage.mysql.properties.dataSource.password !AI!3B Mysql datasource password
37
+
configuration.apollo.apolloMeta http://localhost:49287 Apollo host and port
38
+
default.duration -1 The sample rate precision is 1/10000. 10000 means 100% sample in default
39
+
configuration.consul.hostAndPorts localhost:49290 localhost:49296 Consul host and ports separated by comma eg 1.2.3.4:8500,2.3.4.5:8500
40
+
receiver-zipkin.default.restHost 0.0.0.0 Host used by OAP to collect zipkin trace from HTTP
services[0].duration 30000 The sample rate precision is 1/10000. 10000 means 100% sample in default. Setting this threshold about the latency would make the slow trace segments sampled if they cost more time, even the sampling mechanism activated. The default value is `-1`, which means would not sample slow traces. Unit, millisecond.
45
+
configuration.zookeeper.period 1 Unit seconds sync period default fetch every 60 seconds
46
+
configuration.etcd.namespace /skywalking/ Etcd Configuration Group
2. Execution results for each case in the tab separated format
47
+
48
+
Param Test Value p/f Time_in_ns
49
+
```json
50
+
services[0].duration org.apache.skywalking.oap.server.analyzer.provider.trace.TraceSamplingPolicyWatcherTest#testDefaultSampleRateNotify 15000 p 9188519779
51
+
services[0].duration org.apache.skywalking.oap.server.analyzer.provider.trace.TraceSamplingPolicyWatcherTest#testDefaultSampleRateNotify 60000 p 9179170267
0 commit comments