remove prometheus event that doesn't exist and causes errors

"there won’t be a metric by this name, our code is just getting errors" - andrey
This commit is contained in:
DispatchCommit 2021-04-20 00:49:08 -07:00
parent a4ce82e97f
commit 762005f217

View file

@ -198,7 +198,6 @@ const analytics: Analytics = {
},
videoFetchDuration: (source, duration) => {
sendPromMetric('time_to_fetch', duration);
sendMatomoEvent('Media', 'TimeToFetch', source, duration);
},