Summary
While working with my deployed app on cloud, I am not able to produce application level metrics like counter, avg or min/max latency. I have tried setting global.metrics as true in my .toml file. When trying to access host/metrics it says metrics page is not defined. Also I get the error as enclosed in attachments while compiling
Steps to reproduce
Code snippet:
[server]
headless = true
[global]
metrics = true
Attachments: