Skip to content

Commit 028757f

Browse files
authored
Update Baseline changelog and configuration documentation (#13043)
1 parent 530a00f commit 028757f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/en/changes/changes.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
production-ready. Don't need H2 as default storage anymore.
1616
* [Breaking Change] Bump up BanyanDB server version to 0.8.0. This version is not compatible with the previous
1717
versions. Please upgrade the BanyanDB server to 0.8.0 before upgrading OAP to 10.2.0.
18-
* Move `metrics-baseline` module into `ai-pipeline` module.
1918

2019
#### OAP Server
2120

@@ -65,8 +64,7 @@
6564
* MQE: Support `&&(and)`, `||(or)` bool operators.
6665
* OAP self observability: Add JVM heap and direct memory used metrics.
6766
* OAP self observability: Add watermark circuit break/recover metrics.
68-
* Add Baseline module for support alarm module query baseline data.
69-
* BaseLine: Support query baseline metrics names.
67+
* AI Pipeline: Support query baseline metrics names and predict metrics value.
7068
* Add `Get Node List in the Cluster` API.
7169
* Add type descriptor when converting Envoy logs to JSON for persistence, to avoid conversion error.
7270
* Bseline: Support query baseline with MQE and use in the Alarm Rule.

docs/en/setup/backend/configuration-vocabulary.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,8 @@ The Configuration Vocabulary lists all available configurations provided by `app
357357
| ai-pipeline | default | | | |
358358
| - | - | uriRecognitionServerAddr | The address of the URI recognition server. | SW_AI_PIPELINE_URI_RECOGNITION_SERVER_ADDR | - |
359359
| - | - | uriRecognitionServerPort | The port of the URI recognition server. | SW_AI_PIPELINE_URI_RECOGNITION_SERVER_PORT | 17128 |
360+
| - | - | baselineServerAddr | The address of the Baseline server. | SW_API_PIPELINE_BASELINE_SERVICE_HOST | - |
361+
| - | - | baselineServerPort | The port of the Baseline server. | SW_API_PIPELINE_BASELINE_SERVICE_PORT | 17128 |
360362
| receiver-async-profiler | default | gRPC services that accept async-profiler task status and data reporter. | - | - | |
361363
| - | - | jfrMaxSize | Used to manage the maximum size of the jfr file that can be received, the unit is Byte, default is 30M. | SW_RECEIVER_ASYNC_PROFILER_JFR_MAX_SIZE | 31457280 |
362364
| - | - | memoryParserEnabled | Used to determine whether to receive jfr in memory file or physical file mode. | SW_RECEIVER_ASYNC_PROFILER_MEMORY_PARSER_ENABLED | true |

0 commit comments

Comments
 (0)