Interface MetricsContribution

interface MetricsContribution {
    getMetrics(): string;
    startCollecting(): void;
}

Implemented by

Methods