interface PluginMetrics {
    getMetrics(): string;
    setMetrics(metrics): void;
}

Implemented by

Methods