Create a custom PDC notification
Hello,
I would like to know if it is possible to create a new notification in PDC or to modify one.
Indeed, I need to fulfill the following requirements for the services we have created:
- calculate the performance degradation based on configurable thresholds: X calls above Y baseline response time within Z seconds. E.g. 10 API operation calls above 30 seconds within 10 minutes elapse time.
- when threshold is reach an email must be sent
- Ideally, the thresholds should be different for each service
Therefore, I would like to define a notification that will be sent when the performance degradation defined above is encountered. Is it possible?
Or is there an existing notification that could met my requirements?