xbkaishui commented on issue #5460:
URL: https://github.com/apache/skywalking/issues/5460#issuecomment-690244140
> Are those highly compatible? Usually, we expect API integration could be
separated. Because it is easier to maintain, enhance, and bug fix.
>
> One user may know nothing about others.
I think there are two solutions todo this.
1. break change. merge slack and webhook to uniform one like belows:
```
webhooks:
-
url: http://xxx
template: "sss"
headers: ""
-
url: http://xxx
template: "sss"
headers: ""
```
2. Enhance slactHooks to support with template engine, not change the
webhooks config
what do you think?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]