How to deploy Grafana to Cloudfoundry

Hello, I hope to deploy Grafana to CloudFoundry? because I hope do the data dashboard in cloud, but the deployment environment is CF, I find three github link, but not success, could you give me detailed guidance?? Thanks a lot!

IMHO the best option is to deploy Grafana as Docker container. Create DB, manifest, conf env variables and then just cf push ....

Doc: https://docs.cloudfoundry.org/devguide/deploy-apps/push-docker.html

@ jangaraj Thanks your reply, could you give me more detail? such as the suitable grafana image, and related env variables??