From 9521e2066602d675c8b9b18df8edd1cdeb81b508 Mon Sep 17 00:00:00 2001 From: Felix Leupold Date: Wed, 3 May 2023 18:53:11 +0200 Subject: [PATCH] [Hotfix] prefix metric name --- src/app.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.ts b/src/app.ts index ed27f5e..e02e9b2 100644 --- a/src/app.ts +++ b/src/app.ts @@ -19,6 +19,7 @@ class App { includeMethod: true, includePath: true, includeStatusCode: true, + httpDurationMetricName: "mevblocker_dune_http_request", }) ); }