mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-01-18 16:27:28 +01:00
Add a missing option to Opts
This commit is contained in:
committed by
GitHub
parent
23cedb9f05
commit
4f89424c79
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 };
|
||||
normalizePath?: NormalizePathEntry[] | NormalizePathFn;
|
||||
formatStatusCode?: NormalizeStatusCodeFn;
|
||||
|
||||
Reference in New Issue
Block a user