-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document how to view gathered metrics from e2e tests #2706
Comments
@sttts can we use the OCP solution for metrics from tests here? |
@stevekuznetsov I found the spot where we snapshot metrics in OCP, it's part of the gather-extra suite: https://github.com/openshift/release/blob/0da1c1404ba699a67c653a061947fee7b8dabdd6/ci-operator/step-registry/gather/extra/gather-extra-commands.sh#L208-L240 |
OCP though snapshots in-cluster monitoring only, kcp metrics won't be part of that. We have two possibilities:
Once we have any prometheus instance running, we can leverage the gather-extra script above to dump metrics data. |
@s-urbaniak option 2 (our own Prom) sounds like the winner here - we're running in-process, remember, not on any k8s :) |
oh, not so fast, we need a bit of documentation as well as the title says 😅 |
#2705 added gathering metrics for e2e tests. We should document how to view these metrics and what to look for when tests are flaky.
The text was updated successfully, but these errors were encountered: