pub fn handle() -> Option<&'static Metrics>
if metrics service is enabled, handle() will return Some(&'static METRICS) else will return None
handle()
Some(&'static METRICS)
None