Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ROX-17906: Create alerts for egress proxy availability #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kylape
Copy link
Contributor

@kylape kylape commented Jun 16, 2023

Two alerts:

  • RHACSEgressProxyReplicaCount: Critical alert if replica count is < 3 for >20m
  • RHACSEgressProxyContainerFrequentlyRestarting: Warning alert if container restarts > 3 times in 30m

@kylape kylape requested a review from a team as a code owner June 16, 2023 17:46
alertname: RHACSEgressProxyReplicaCount
namespace: rhacs-aaaabbbbccccddddeeee
deployment: egress-proxy
# not sure why the observed metrics have container=kube-rbac-proxy-main
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is because the kube metrics are scraped by OpenShift platform monitoring over a secured endpoint, where the authn/z of /metrics is handled by kube-rbac-proxy.

Two alerts:

* RHACSEgressProxyReplicaCount: *Critical* alert if replica count is < 3 for >20m
* RHACSEgressProxyContainerFrequentlyRestarting: *Warning* alert if container restarts > 3 times in 30m
@stehessel stehessel force-pushed the klape-egress-proxy-down branch from 1a4cac2 to 615be42 Compare June 16, 2023 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants