BFergerson commented on PR #10884:
URL: https://github.com/apache/skywalking/pull/10884#issuecomment-1582699402
@wu-sheng, I'm just having a hard time seeing how I pick and choose what I
want to go through the AI pipeline.
Here is what I would expect the configuration to look like:
```yaml
uri-grouping:
selector: ${SW_URI_GROUPING:default}
default:
cachePerService: ${SW_URI_GROUPING_CACHE_PER_SERVICE:3000}
gpt:
serverAddress: ${SW_URI_GROUPING_SERVER_ADDRESS:0.0.0.0}
serverPort: ${SW_URI_GROUPING_SERVER_PORT:17128}
alerting-baseline-calculation:
selector: ${SW_ALERTING_BASELINE_CALCULATION:default}
default:
gpt:
serverAddress: ${SW_ALERTING_BASELINE_CALCULATION_SERVER_ADDRESS:0.0.0.0}
serverPort: ${SW_ALERTING_BASELINE_CALCULATION_SERVER_PORT:17129}
```
Maybe even in a separate `ai-pipeline.yml` file to keep `application.yml`
cleaner.
In that type of configuration, you can pick and choose what you want to be
sent to through the AI pipeline. With the current configuration, it seems like
it's an all-or-nothing situation.
I wasn't going to say anything but I thought @kezhenxu94 made a good point
so just thought I would chime in.
--
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]