Skip to content

Commit 9dad482

Browse files
committed
browser-emulator: add @ to timestamp key in webrtc stats for easier management in ELK
1 parent fef5680 commit 9dad482

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

browser-emulator/public-lk/lib/webrtc-stats-manager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class WebRTCStatsManager {
7474
this.savedStats = [];
7575
const response = {
7676
webrtcStats: data,
77-
timestamp: new Date().toISOString(),
77+
"@timestamp": new Date().toISOString(),
7878
user: USER_ID,
7979
session: SESSION_ID
8080
};

0 commit comments

Comments
 (0)