'Cann't find "process_cpu_seconds_total" in prometheus UI
Solution 1:[1]
The likely reason is that your Prometheus does not scrape anything, either because of an error of lack of configutaion. From the web-UI click Status -> Targets and Status -> Configuration. There you should have some targets to scrape, and the configuration should have some scrape jobs, that define what, where and how to scrape.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | anemyte |

