-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add option to scrape containerd metrics #557
base: main
Are you sure you want to change the base?
Conversation
e91ddbf
to
b0f0ce9
Compare
b0f0ce9
to
688b6a0
Compare
…ables from collect step
9eab2e8
to
fa0c01e
Compare
fa0c01e
to
38ca17b
Compare
6c31210
to
d4ce3ad
Compare
d15ff76
to
630a896
Compare
630a896
to
59f0e7d
Compare
unit: s | ||
queries: | ||
- name: Perc99 | ||
query: histogram_quantile(0.99, sum(rate(containerd_cri_sandbox_runtime_create_seconds_bucket{nodepool=~"userpool.*"}[%v])) by (le)) |
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.
containerd_cri_sandbox_create_network_seconds_bucket and containerd_cri_sandbox_delete_network_seconds_bucket should be good for now
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.
Should we keep "containerd_cri_network_plugin_operations_duration_seconds_seconds_bucket" since it's directly related to CNI?
scenarios/perf-eval/slo-servicediscovery/scripts/user_data/slo-userdata.sh
Outdated
Show resolved
Hide resolved
scenarios/perf-eval/slo-servicediscovery/scripts/user_data/slo-userdata.sh
Outdated
Show resolved
Hide resolved
d44aadb
to
42a7e3a
Compare
42a7e3a
to
95bf982
Compare
337b656
to
ecb4f68
Compare
Summary
collect
function