Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Update performance tests #14289
Update performance tests #14289
Changes from all commits
3340c28
8505cc0
5c37198
cfcc4fc
4b8f3b2
b284e43
cd9d9aa
fe4fe74
d152c01
7de87de
47e6176
652147c
a7e9740
2d95fc0
fb71526
08583b7
200d7b4
22f2f95
81cc289
78d7dc0
a6cce14
f227e12
83315a9
e6ee641
6d06e81
6091c00
847a398
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So the reason why InfluxDB was chosen last year was because it could store metrics and had an ok dashboard for viewing the results.
Given the grafana work you've done I wonder if it makes sense to switch out the store to prometheus so we could then include our monitoring dashboards which include control plane metrics
https://github.com/knative-extensions/monitoring
Probably worth doing this in a follow up
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I assumed that as well. I first tried to do the dashboards in influx, but that is very limited and also pretty slow if you add multiple graphs. So I'm in favour of
/cc @skonto. Maybe we could use this downstream as well (instead of ElasticSearch directly?)