Quentin Bisson
Quentin Bisson
I wholefully agree especially on highly used/changed charts as this is really painful for kube-prometheus-stack
@dimitarvdimitrov what do you think about using something like ```promql kubelet_volume_stats_used_bytes{cluster_id=~"$cluster", namespace=~"$namespace", persistentvolumeclaim=~".*(ingester)-.*"} / \n kubelet_volume_stats_capacity_bytes{cluster_id=~"$cluster", namespace=~"$namespace", persistentvolumeclaim=~".*(ingester)-.*"}\n)\n" ``` instead of relying on the kube-state-metrics labels metric?
I have the same issue, this mixin dashboard is still not working and I'm not sure how I could help because this is definitely related to how promtail logs are...
It's fine for me as we do not use meta-monitoring yet
@bmgante if you managed to make it run with a custom set of values, do you mind providing that in the documentation of this chart?
I do think it makes sense to be able to configure this at the scrape class level but what if you want to enable it at an individual prometheus level...
Hello @nicolastakashi I fully understand your point about operator maintenance and I did not know it was coming so soon. Thinking about it over the weekend, I still think the...
@ArthurSens and @paulfantom as you both were on my previous PR, would you mind taking a look at this PR when you have some free time ? I would love...
Closing this PR in favor of https://github.com/prometheus-operator/prometheus-operator/pull/6379 in scrape classes
Because this currently only work for file dependencies https://github.com/norwoodj/helm-docs/blob/7717a245cecabec154eccc0e9f7dbc43fb514754/pkg/document/dependency_values.go#L35 Implementing for OCI and HTTPS charts would be awesome but it looks really hard (because those dependencies can also be umbrella...