Add missing metric name parameter

This commit is contained in:
Anxo Rodriguez
2020-04-27 19:36:43 +02:00
parent 23cedb9f05
commit f1f36f0fb7

1
types/index.d.ts vendored
View File

@@ -34,6 +34,7 @@ declare namespace express_prom_bundle {
normalizePath?: NormalizePathEntry[] | NormalizePathFn;
formatStatusCode?: NormalizeStatusCodeFn;
transformLabels?: TransformLabelsFn;
httpDurationMetricName?: string;
// https://github.com/disjunction/url-value-parser#options
urlValueParser?: {