Merge pull request #60 from anxolin/add-missing-metric-name-opt

Add missing metric name parameter
This commit is contained in:
Konstantin Pogorelov
2020-07-22 18:16:32 +02:00
committed by GitHub

1
types/index.d.ts vendored
View File

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