I've been able to upload a microservice to my Cumulocity tenant. Among other things, the process in my microservice exposes statistics over Prometheus.
We followed the 'Prometheus Monitoring' part of the documentation and pointed the manifest file at the URL and port that our process exposes for prometheus.
However, it's unclear how this is exposed in the Cumulocity API/tooling/UI
- nothing obvious has shown up in the UI, and Prometheus isn't mentioned anywhere else in the documentation.
So, in theory Cumulocity is scraping the stats from the process within our running microservice. How can I see those stats as a Cumulocity user?