From 762005f217b831082c471817a908979b809c5548 Mon Sep 17 00:00:00 2001 From: DispatchCommit Date: Tue, 20 Apr 2021 00:49:08 -0700 Subject: [PATCH] remove prometheus event that doesn't exist and causes errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "there won’t be a metric by this name, our code is just getting errors" - andrey --- ui/analytics.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/analytics.js b/ui/analytics.js index f5dc519c3..448ca0620 100644 --- a/ui/analytics.js +++ b/ui/analytics.js @@ -198,7 +198,6 @@ const analytics: Analytics = { }, videoFetchDuration: (source, duration) => { - sendPromMetric('time_to_fetch', duration); sendMatomoEvent('Media', 'TimeToFetch', source, duration); },