kyma-project / application-connector-manager

Apache License 2.0
0 stars 12 forks source link

[Operation] Configure monitoring for 3rd party services to detect service degradations #268

Open tobiscr opened 2 months ago

tobiscr commented 2 months ago

Description

As part of the operational awareness workshop was the case "3rd party endpoint down" as potential risk identified. Beside having retry-mechanism implemented, we agreed to setup also lightweight monitoring for these endpoints.

Goals is to detect outages of 3rd pary endpoints which will impact also the availability of the ACM. 3rd Party services are:

We should verify the availability of these endpoints and report them as part of our metrics. Beside the availability, also the amount of successful / vailed HTTP requests to these endpoints should become part of the ACM metrics.

AC:

Reason Improve operational readiness of ACM by enhancing our monitoring to detect impacts caused by 3rd party applications.