Question
![](/profiles/pega_profile/modules/pega_user_image/assets/user-icon.png)
FE Credit
VN
Last activity: 8 May 2024 12:18 EDT
Best practice to manage traffic external connectors
Hi all,
My app has some SOAP connectors to external service, which I mean I use external service, not expose service for other application to use. Any suggest to manage the traffic my app has made to external service?
Information we need to manage:
- time frame: a week
- Traffic: how many call per week by status (i.e. success or fail or time out), response time, requestor
As now I have some idea but need your expertise to analyse
- use PDC -> but in PDC we can only alert for exceeding time interaction, we need all overview
- add data transform/ activity when call SOAP service to log into a table -> this approach may be synchronous and affect the end user if the logging data transform/ activity suddenly fail
Please give me some advice. Thank you!