[06:57:50] do we have metrics reflecting the namespace cpu/memory requests/limits quotas? [07:01:22] something à la https://github.com/kubernetes/kube-state-metrics/blob/main/docs/metrics/policy/resourcequota-metrics.md [07:10:57] brouberol: add the collector you want (it appears to be "resourcequotas") to https://github.com/wikimedia/operations-deployment-charts/blob/master/helmfile.d/admin_ng/kube-state-metrics/values.yaml#L9 ? [07:11:59] oh nice, will do, thanks [07:12:19] (I'm planning to monitor resource usage vs quota % per namespace in dse) [07:17:56] I submitted https://gerrit.wikimedia.org/r/c/operations/deployment-charts/+/1137189 [07:35:18] +1ed [07:36:58] had a quick look also # of metrics and labels and I 'd be surprised if this led to a lot of metrics causing issues to prometheus. We are talking 4 metrics and 4 labels at most with values being bound to the # of namespaces times the resource name/resource quota definition. [07:54:32] Looking in thanos, it's creating 8 metrics per namespace [07:55:24] {request,limits}.{cpu,memory}, type={hard,used} [07:55:37] yeah, that's nothing [07:55:48] do you get back the information you want? [08:03:53] yep! https://phabricator.wikimedia.org/T392193#10751117 [08:56:51] super!