This is an automated email from the ASF dual-hosted git repository.
qiuxiafan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking.git
The following commit(s) were added to refs/heads/master by this push:
new de3a49ef7b Add docs for new configurations (#11034)
de3a49ef7b is described below
commit de3a49ef7b5631f4930d33c0f33b3ce07f461af9
Author: 吴晟 Wu Sheng <[email protected]>
AuthorDate: Mon Jul 3 03:28:54 2023 +0200
Add docs for new configurations (#11034)
---
docs/en/setup/ai-pipeline/http-restful-uri-pattern.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/en/setup/ai-pipeline/http-restful-uri-pattern.md
b/docs/en/setup/ai-pipeline/http-restful-uri-pattern.md
index 2284908e04..f08eab97b5 100644
--- a/docs/en/setup/ai-pipeline/http-restful-uri-pattern.md
+++ b/docs/en/setup/ai-pipeline/http-restful-uri-pattern.md
@@ -36,7 +36,8 @@ feedRawData is running in 25-30 minutes period to push the
raw data to the remot
## Configurations
- `core/maxHttpUrisNumberPerService` The max number of HTTP URIs per service
for further URI pattern recognition.
-- No configuration to set periods of feedRawData and fetchAllPatterns services.
+- `core/syncPeriodHttpUriRecognitionPattern` The period of HTTP URI pattern
recognition(feedRawData). Unit is second, 10s by default.
+- `core/trainingPeriodHttpUriRecognitionPattern` The training period of HTTP
URI pattern recognition(fetchAllPatterns). Unit is second, 60s by default.
## Optional Server Implementation