wu-sheng commented on a change in pull request #6482:
URL: https://github.com/apache/skywalking/pull/6482#discussion_r587303368
##########
File path: docs/en/setup/service-agent/java-agent/configuration-discovery.md
##########
@@ -27,5 +27,6 @@ Java agent supports the following dynamic configurations.
| agent.sample_n_per_3_secs | The number of sampled traces per 3
seconds | -1 | - |
| agent.ignore_suffix | If the operation name of the first span
is included in this set, this segment should be ignored. Multiple values should
be separated by `,` | `.txt,.log` | - |
| agent.trace.ignore_path | The value is the path that you need to
ignore, multiple paths should be separated by `,` [more
details](./agent-optional-plugins/trace-ignore-plugin.md) |
`/your/path/1/**,/your/path/2/**` | `apm-trace-ignore-plugin` |
+| agent.span_limit_per_segment | The max number of span per
segment. | `300` | - |
Review comment:
```suggestion
| agent.span_limit_per_segment | The max number of spans per
segment. | `300` | - |
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]