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
Look through the data made available from our scraped metrics during e2e, and select criteria that may qualify as CI blocking.
For now, we need only ensure that the metrics collected during the e2e run do not contain any alerts or critical metrics. A critical metric could be, for instance, a count of controller panics greater than zero - in other words, unhandled events that should not happen under any circumstances. These are the kinds of things we want to be looking for.
The text was updated successfully, but these errors were encountered:
Look through the data made available from our scraped metrics during e2e, and select criteria that may qualify as CI blocking.
For now, we need only ensure that the metrics collected during the e2e run do not contain any alerts or critical metrics. A critical metric could be, for instance, a count of controller panics greater than zero - in other words, unhandled events that should not happen under any circumstances. These are the kinds of things we want to be looking for.
The text was updated successfully, but these errors were encountered: