collectors Generic collector types suitable for aggregating metrics. Implements Histogram, Counter and Gauge. Histogram .observe() .toJSON() Counter .inc() .add() .toJSON() Gauge .inc() .dec() .set() .toJSON()