|
2 | 2 |
|
3 | 3 | **Warning, this module is still in the ALPHA stage. This is not stable.** |
4 | 4 |
|
5 | | -Pattern Recognition, Machine Learning(ML) and Artificial Intelligence(AI) are common technology to identify patterns in data. |
6 | | -This module provides a way to integrate these technologies in a standardized way about shipping the data from OAP kernel |
7 | | -to 3rd party. |
8 | | - |
9 | | -From the industry practice, Pattern Recognition, Machine Learning(ML) and Artificial Intelligence(AI) are always overestimated, |
| 5 | +Pattern Recognition, Machine Learning(ML) and Artificial Intelligence(AI) are common technology to identify patterns in data. |
| 6 | +From the industry practice, these three are always overestimated for the marketing interests, |
10 | 7 | they are good at many things but have to run in a clear context. |
| 8 | +Hence, SkyWalking OAP AI pipeline features are designed for very specific solutions and scenarios with at |
| 9 | +least one recommended (remote) implementations for the integration。 |
11 | 10 |
|
12 | | -The ai-pipeline module is activated by default. |
| 11 | +The ai-pipeline module is activated by default for the latest release. Make sure you have these configurations when upgrade |
| 12 | +from a previous version. |
13 | 13 |
|
14 | 14 | ```yaml |
15 | 15 | ai-pipeline: |
16 | 16 | selector: ${SW_AI_PIPELINE:default} |
17 | 17 | default: |
| 18 | + # HTTP Restful URI recognition service address configurations |
18 | 19 | uriRecognitionServerAddr: ${SW_AI_PIPELINE_URI_RECOGNITION_SERVER_ADDR:} |
19 | 20 | uriRecognitionServerPort: ${SW_AI_PIPELINE_URI_RECOGNITION_SERVER_PORT:17128} |
| 21 | + # Metrics Baseline Calculation service address configurations |
| 22 | + baselineServerAddr: ${SW_API_PIPELINE_BASELINE_SERVICE_HOST:} |
| 23 | + baselineServerPort: ${SW_API_PIPELINE_BASELINE_SERVICE_PORT:18080} |
20 | 24 | ``` |
21 | 25 |
|
22 | | -## Supported Scenarios |
| 26 | +We supported the following AI features: |
23 | 27 |
|
24 | 28 | * [**HTTP Restful URI recognition**](./http-restful-uri-pattern.md). |
| 29 | +* [**Metrics Baseline Calculation and Alerting**](./metrics-baseline-integration.md). |
0 commit comments