CollectorRegistry
For example, in python
registry = CollectorRegistry()
multiprocess.MultiProcessCollector(registry)
metrics_app = make_wsgi_app(registry)
return metrics_app(environ, start_fn)
What is the CollectorRegistry is doing here