diff --git a/types/index.d.ts b/types/index.d.ts index b3d166a..2f3a8d0 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -30,6 +30,7 @@ declare namespace express_prom_bundle { metricType?: 'summary' | 'histogram'; metricsPath?: string; + httpDurationMetricName?: string; promClient?: { collectDefaultMetrics?: DefaultMetricsCollectorConfiguration }; promRegistry?: Registry; normalizePath?: NormalizePathEntry[] | NormalizePathFn;