diff --git a/test/monitoring/monitoring_test.go b/test/monitoring/monitoring_test.go index 682e9fb1a..657f24cff 100644 --- a/test/monitoring/monitoring_test.go +++ b/test/monitoring/monitoring_test.go @@ -58,6 +58,10 @@ func TestPrometheus(t *testing.T) { Name: "ComponentMetrics", Func: testComponentsPrometheusMetrics, }, + { + Name: "ComponentAlerts", + Func: testComponentAlerts, + }, } // Invoke the test functions passing them the test object and the prometheus client.