Ivan Rizzante
Ivan Rizzante
This would be very nice indeed
Ok but since the new `cloudwatch_logs` plugin seems to be a replacement for the old one why not adding this feature to `cloudwatch_logs` too?
I stumbled on this issue right now, on ArgoCD application controller I wanted to change the replicas to 2 (default is 1), which requires setting the - name: ARGOCD_CONTROLLER_REPLICAS value:...
Hitting the same issue here: 
Thanks for the updates, can you please detail how?
Thank you again for the updates. I see `localStorageCapacityIsolation `option graduated to GA in k8s v1.25 so it's enabled by default. As far as I understand that option was disabled...
I've just tried with this config ```yaml kind: Cluster apiVersion: kind.x-k8s.io/v1alpha4 nodes: - role: control-plane kubeadmConfigPatches: - | kind: KubeletConfiguration localStorageCapacityIsolation: true - | kind: InitConfiguration nodeRegistration: kubeletExtraArgs: node-labels: "ingress-ready=true"...
Here you have the reproducer, just run the script and port-forward Grafana in monitoring namespace to be able to see that the metric is missing. [reproducer.zip](https://github.com/user-attachments/files/15539557/reproducer.zip) Using this reproducer I...
I'm hitting the same problem with Ruler. I'm on Thanos 0.36.1 with EKS v1.30. The cross-az network traffic with Ruler enabled was something like 200MB/s on the Store Gateway! ...