-
Notifications
You must be signed in to change notification settings - Fork 457
Labels
area/e2eRelated to the e2e-frameworkRelated to the e2e-frameworkarea/metricsRelated to prometheus metricsRelated to prometheus metricsarea/testingRelated to testingRelated to testinggood first issueGood for newcomersGood for newcomers
Description
We already have an rpcchecker package to verify Tetragon events from our gRPC API. The next item on my wishlist is a metricschecker we could use to verify specific prometheus metrics during end-to-end tests. For example, a test could assert that we have a specific event count for a given pod or that we have no occurrences of a specific error.
To do this, we would need to add a new metricschecker package to tests/e2e and write some logic to parse and compare prometheus metrics to expected values. Then we just expose this as a features.Func just like we do for the rpcchecker.
kkourt and Lan-ce-lot
Metadata
Metadata
Assignees
Labels
area/e2eRelated to the e2e-frameworkRelated to the e2e-frameworkarea/metricsRelated to prometheus metricsRelated to prometheus metricsarea/testingRelated to testingRelated to testinggood first issueGood for newcomersGood for newcomers
Type
Projects
Status
No status