mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-01-18 16:27:28 +01:00
Merge pull request #55 from dpc/dpc-patch-1
Add a missing option to `Opts`
This commit is contained in:
1
types/index.d.ts
vendored
1
types/index.d.ts
vendored
@@ -30,6 +30,7 @@ declare namespace express_prom_bundle {
|
||||
|
||||
metricType?: 'summary' | 'histogram';
|
||||
metricsPath?: string;
|
||||
httpDurationMetricName?: string;
|
||||
promClient?: { collectDefaultMetrics?: DefaultMetricsCollectorConfiguration };
|
||||
promRegistry?: Registry;
|
||||
normalizePath?: NormalizePathEntry[] | NormalizePathFn;
|
||||
|
||||
Reference in New Issue
Block a user