You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Link alertmanager with resource server to handle hardware monitoring alerts.
- Add resource server client for alarms service
- Distinguish between CaaS and hardware alert sources
- Add internal resource endpoint to resource server API
- Update RBAC for resource types and PrometheusRules access
- Support alarm source constants (AlarmSourceCaaS, AlarmSourceHardware)
Co-Authored-By: Claude <[email protected]>
// TODO: AM auto retries if it receives 5xx error code. That means any error, even if permanent (e.g postgres syntax), will be processed the same way. Once we have a better retry mechanism for pg, update all 5xx to 4xx as needed.
0 commit comments