Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
prometheus e2e test: Register Component Alerts
Browse files Browse the repository at this point in the history
Signed-off-by: Suraj Deshmukh <suraj@kinvolk.io>
  • Loading branch information
surajssd committed Mar 24, 2020
1 parent 7e3c4c5 commit 066b728
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/monitoring/monitoring_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 066b728

Please sign in to comment.