Quentin Bisson
Quentin Bisson
I'd love to do it but i'm not sure how to get the metrics coming from Kubernetes resource list like: ``` spec: resourcePolicy: containerPolicies: - containerName: container minAllowed: v1.ResourceList ```...
Added the request https://github.com/kubernetes/kube-state-metrics/issues/2041 :)
I would advise you to add thé service monitor in the aws exporter upstream chart where it makes more sense :)
We have the same problem and the issue is that with prometheus we crafted a lot of alerts using aggregations (like sum by) and used external labels to add those...
@dimitarvdimitrov I know this PR is old but we turn out to actually need this feature so export a subset of rules to another remote write receiver. Is there any...
@dimitarvdimitrov I'm just facing this issue and would using the `app.kubernetes.io/component: ingester` label not be a better choice than rollout group for the query? I can work on that as...
I think the issue with using `app.kubernetess.io/name` is that it would not work on specific write dashboard because it would write thé data of all Mimir components instead of just...
See PR here https://github.com/grafana/mimir/pull/7968
Let me know how I can speed things up :)
@dimitarvdimitrov I'm not sure what you mean by adding the label to the jsonnet mixin, I'm fine implementing a working solution though :D The main issue with using the `kube_persistentvolumeclaim_labels`...