From d2200bd326872f60b1560125320a9aa500fa2dbd Mon Sep 17 00:00:00 2001 From: Suraj Deshmukh Date: Fri, 20 Mar 2020 18:41:26 +0530 Subject: [PATCH] prometheus e2e test: Register Component Alerts Signed-off-by: Suraj Deshmukh --- test/monitoring/monitoring_test.go | 4 ++++ 1 file changed, 4 insertions(+) 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.