From 066b728e40e2f789aac1ed2e11ffe5071cafc9c7 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 cc734ee69..68f818a0e 100644 --- a/test/monitoring/monitoring_test.go +++ b/test/monitoring/monitoring_test.go @@ -58,6 +58,10 @@ func TestPrometheus(t *testing.T) { Name: "ControlPlaneMetrics", Func: testControlPlanePrometheusMetrics, }, + { + Name: "ComponentAlerts", + Func: testComponentAlerts, + }, } // Invoke the test functions passing them the test object and the prometheus client.