BFergerson commented on PR #10884:
URL: https://github.com/apache/skywalking/pull/10884#issuecomment-1581849879
Doesn't the config start to look a bit weird when other AI/GPT logic is
added (i.e. Alerting Baseline Calculation)?
Wouldn't the config look like this:
```yaml
ai-pipeline:
selector: ${SW_AI_PIPELINE:default}
default:
uriRecognitionServerAddr:
${SW_AI_PIPELINE_URI_RECOGNITION_SERVER_ADDR:0.0.0.0}
uriRecognitionServerPort:
${SW_AI_PIPELINE_URI_RECOGNITION_SERVER_PORT:17128}
alertingBaselineServerAddr:
${SW_AI_PIPELINE_ALERTING_BASELINE_SERVER_ADDR:0.0.0.0}
alertingBaselineServerPort:
${SW_AI_PIPELINE_ALERTING_BAEELINE_SERVER_PORT:17128}
```
If so, that config design is different than all the other config designs,
isn't it?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]