interface MetricOutput {
    header: string;
    createMetricOutput(pluginID, method, requestAnalytics): string;
}

Implemented by

Properties

Methods

Properties

header: string

Methods