Not able to expose application metrics when deployed

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:

image

Hey @Naman_Tuli,

Unfortunately, we don’t expose a metrics page or have a config file option that would do this – can you clarify what you’re trying to accomplish?