mirror of
https://github.com/BreizhHardware/express-prom-bundle.git
synced 2026-01-18 16:27:28 +01:00
Fixes lint issue.
This commit is contained in:
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
@@ -31,7 +31,7 @@ declare namespace express_prom_bundle {
|
||||
metricType?: 'summary' | 'histogram';
|
||||
metricsPath?: string;
|
||||
promClient?: { collectDefaultMetrics?: DefaultMetricsCollectorConfiguration };
|
||||
promRegistry?: Registry,
|
||||
promRegistry?: Registry;
|
||||
normalizePath?: NormalizePathEntry[] | NormalizePathFn;
|
||||
formatStatusCode?: NormalizeStatusCodeFn;
|
||||
transformLabels?: TransformLabelsFn;
|
||||
|
||||
Reference in New Issue
Block a user