You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ArthurSens We're currently working in https://github.com/gitpod-io/ops/pull/6775, such that we expose containerd metrics via a kube-rbac-proxy daemonset, and ServiceMonitor (which, I think will Prometheus what to scrape).
Is your feature request related to a problem? Please describe
This PR will make containerd export metrics at
127.0.0.1:9000/v1/metrics
. I would like to be able to have prometheus retrieve this.https://github.com/gitpod-io/gitpod-packer-gcp-image/pull/190
Describe the behaviour you'd like
We can see
container_start
metrics on Grafana.https://github.com/containerd/containerd/blob/9afc778b7354d4b89f02daebcd56eaf85b96c98d/pkg/cri/server/metrics.go#L55
Describe alternatives you've considered
Additional context
This feature request came from
https://www.notion.so/Why-does-gen75-s-workspace-start-slower-be5fc7fdb86c4ea7b964e1cb9cab4654?d=01eeccdc20b9481e98ccdc76781a6463#7c0c8799aa4849a88d3b3c813e7ed2c3
The text was updated successfully, but these errors were encountered: