We are using Prometheus to monitor our kubernetes. I was going through kubernetes dashboard code. API's are there to access heapster(Being removed soon) metrics. I am wondering, is there any way we can integrate prometheus data into kubernetes dashboard? I am thinking we need to write new API's to access prometheus data and return them in same format as kubernetes dashboard expects.(i.e heapster API's format).
Please suggest if any other better approaches available to integrate.
PS: Not interested in hosting grafana dashboard to access premethus data.