-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Visualization of performance tests results #13002
Comments
/assign |
The approach I'm planning currently is add the data points in an influxdb instance and then have a grafana dashboard showing the results This is an example of how the dashboard could look like, still working on a POC locally If folks have comments or feedback about the approach or the selected tools, please comment on the issue here |
Where's the db / dashboard going to live? |
somewhere in knative gcp project I guess, I need to figure this out with productivity wg |
@nader-ziada how is it going? I think we could request a server at CNCF cluster and host the performance dashboard there. And I think the dashboard could be a part of kperf project. Maybe we can create an issue at kperf and track the progress there. |
There is a community cluster in the knative project that is meant to host the influxdb and dashboard, currently working on it here #13192 |
asks for a username/password |
knative/knative |
You can setup a domain name ie. perf.knative.dev and point it to your dashboard https://github.com/knative/test-infra/blob/main/infra/gcp/dns/dns.tf |
|
Playing with the dashboard - it's a bit cumbersome. Questions/thoughts
|
thanks for the feedback, will investigate how to do these changes on the dashboard |
This issue is stale because it has been open for 90 days with no |
/area test-and-release
Describe the feature
Background:
Mako
running as well but using a side-car stub to collect the data instead of sending it to Mako backend.The feature request now is to have a graphical representation on the continuously collected data
The text was updated successfully, but these errors were encountered: