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:
parent
a4ce82e97f
commit
762005f217
1 changed files with 0 additions and 1 deletions
|
@ -198,7 +198,6 @@ const analytics: Analytics = {
|
||||||
},
|
},
|
||||||
|
|
||||||
videoFetchDuration: (source, duration) => {
|
videoFetchDuration: (source, duration) => {
|
||||||
sendPromMetric('time_to_fetch', duration);
|
|
||||||
sendMatomoEvent('Media', 'TimeToFetch', source, duration);
|
sendMatomoEvent('Media', 'TimeToFetch', source, duration);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue