I have a Prometheus running in Kubernetes that monitors deployment of my app. I can see the cpu usage and other metrics as time series on http://localhost:8080/. But how can I get that time series from Prometheus API? I only found endpoint that returns list of avaible metrics, but not the data itself. Is there a way to simply get CPU usage from Prometheus API?