Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upprometheus metric data is null on kubernetes 1.8.2 #3502
Comments
This comment has been minimized.
This comment has been minimized.
|
It makes more sense to ask questions like this on the prometheus-users mailing list rather than in a GitHub issue. On the mailing list, more people are available to potentially respond to your question, and the whole community can benefit from the answers provided. |
brian-brazil
closed this
Nov 22, 2017
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 23, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
locked and limited conversation to collaborators
Mar 23, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
like-inspur commentedNov 22, 2017
I meeth this problem on kubernetes 1.8,with prometheus configmap add cadvisor job like this
job_name: 'kubernetes-cadvisor'
metrics_path: /metrics/cadvisor
tls_config:
ca_file: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt
bearer_token_file: /var/run/secrets/kubernetes.io/serviceaccount/token
kubernetes_sd_configs:
role: node
relabel_configs:
source_labels: [address]
regex: '(.*):10250'
replacement: '${1}:10255'
target_label: address
My Environment:
kubernetes v1.8.2+coreos.0 with RBAC
prometheus v1.7.1
docker 1.13.1
Centos 7.3.1611
Problem Picture:

