static fun getNow(registryName: String): MeterRegistry
Get the micrometer registry of the given name. May return null if it hasn't been registered yet or if it has been stopped.
registryName - the name associated with this registry in Micrometer options
Return
the micrometer registry or null