mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add videoUUID to playback metrics
This commit is contained in:
@@ -45,7 +45,9 @@ export class PlaybackMetrics {
|
||||
playerMode: metrics.playerMode,
|
||||
|
||||
resolution: metrics.resolution + '',
|
||||
fps: metrics.fps + ''
|
||||
fps: metrics.fps + '',
|
||||
|
||||
videoUUID: video.uuid
|
||||
}
|
||||
|
||||
this.errorsCounter.add(metrics.errors, attributes)
|
||||
|
||||
Reference in New Issue
Block a user