CollectorRegistry.addCollector

Appends a stat collector callback to the list of existing ones. May result in a re-allocation of the entire buffer storing the callbacks.

class CollectorRegistry
void
addCollector

Parameters

collector CollectionDg

The stat collector to append.

Meta