Merge pull request #55 from dpc/dpc-patch-1

Add a missing option to `Opts`
This commit is contained in:
Konstantin Pogorelov
2020-10-06 12:49:33 +02:00
committed by GitHub

1
types/index.d.ts vendored
View File

@@ -30,6 +30,7 @@ declare namespace express_prom_bundle {
metricType?: 'summary' | 'histogram';
metricsPath?: string;
httpDurationMetricName?: string;
promClient?: { collectDefaultMetrics?: DefaultMetricsCollectorConfiguration };
promRegistry?: Registry;
normalizePath?: NormalizePathEntry[] | NormalizePathFn;