Slightly related to the multiproc deadlock I found in my #313 PR, it would be nice if GC_COLLECTOR, PLATFORM_COLLECTOR and PROCESS_COLLECTOR weren't implicitly created and registered.
After all, they say that
Explicit is better than implicit.
and the fact that just initializing a GCCollector() hooks in to the garbage collector and starts creating metrics feels a little bad.
Slightly related to the multiproc deadlock I found in my #313 PR, it would be nice if
GC_COLLECTOR,PLATFORM_COLLECTORandPROCESS_COLLECTORweren't implicitly created and registered.After all, they say that
and the fact that just initializing a
GCCollector()hooks in to the garbage collector and starts creating metrics feels a little bad.