bragi92
bragi92
Link to CLI PR: https://github.com/Azure/azure-cli/pull/23630. Deepanshu is updating this in the UX with the prometheus update
Hi I have used the following [windows-exporter-daemonset.yaml](https://github.com/prometheus-community/windows_exporter/blob/master/kubernetes/windows-exporter-daemonset.yaml) and deployed it on my cluster in AKS. On trying to curl the metrics (`http://{NODE_IP}:9182/metrics`) I see that windows exporter collects information about...
**Related command** ```az aks update -n kaveeshcli22 -g kaveeshcli --enable-azure-monitor-metrics --ksm-metric-labels-allow-list "namespaces=[k8s-label-1,k8s-label-n]" --ksm-metric-annotations-allow-list "pods=[k8s-annotation-1,k8s-annotation-n]"``` **Description** Updating the behavior of the az aks update command for managed prom to accept KSM...
### What happened? I am querying kubelet embedded cadvisor /stats/summary endpoint to get summary metrics and am seeing impossibly high values for the cpu usage metric for containers Sample value:...
--- This checklist is used to make sure that common guidelines for a pull request are followed. ### Related command ```az aks create -n kaveeshcli22 -g kaveeshcli --location westeurope --enable-azure-monitor-metrics...
### Component(s) _No response_ ### What is missing? Please describe. [prometheus/prometheus#16788](https://github.com/prometheus/prometheus/pull/16788) added support for Azure Workload Identity authentication in remote_write configurations. The CRDs need to be updated to support this...