Update timestamp handling to milliseconds in main.py and adjust telegraf.conf for timestamp format
This commit is contained in:
@@ -150,7 +150,7 @@ def downloadStats(driver: webdriver.Chrome, peersDict: dict):
|
||||
'player': playerStats,
|
||||
'peers': peersDict,
|
||||
'url': driver.current_url,
|
||||
'timestamp': int(time.time()),
|
||||
'timestamp': int(time.time() * 1000),
|
||||
'session': driver.session_id
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user