-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get the "metrics_server_pod_cpu_usage"data #1363
Comments
curl --cert /etc/kubernetes/pki/apiserver-kubelet-client.crt --key /etc/kubernetes/pki/apiserver-kubelet-client.key -k https://172.16.121.131:6443/metrics |
`[root@172-16-104-15 prometheus]# cat prometheus.yml my global configglobal: scrape_timeout is set to the global default (10s).Alertmanager configurationalerting: Load rules once and periodically evaluate them according to the global 'evaluation_interval'.rule_files: - "first_rules.yml"- "second_rules.yml"A scrape configuration containing exactly one endpoint to scrape:Here it's Prometheus itself.scrape_configs: The job name is added as a label
|
/assign |
metrics_server v0.5.2 in my cluster K8s v1.25.0
I wan to get the datas "metrics_server_pod_cpu_usage " from prometheus , the prometheus can not search the data
The text was updated successfully, but these errors were encountered: