Currently, this package always uses the ES6 global import of client.register to register metrics (the default). It should also support custom registries as part of the configuration. This is very helpful in testing and larger apps where multiple registries are used.
Currently, this package always uses the ES6 global import of
client.register
to register metrics (the default). It should also support custom registries as part of the configuration. This is very helpful in testing and larger apps where multiple registries are used.