mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Switch metric dimensions
This commit is contained in:
parent
5403b0b547
commit
e444bad4de
1 changed files with 3 additions and 2 deletions
|
@ -1694,8 +1694,9 @@ def initialize_tracker():
|
||||||
'dataSource': 'server',
|
'dataSource': 'server',
|
||||||
'appName': 'Tautulli',
|
'appName': 'Tautulli',
|
||||||
'appVersion': common.VERSION_NUMBER,
|
'appVersion': common.VERSION_NUMBER,
|
||||||
'appID': '{} {}'.format(common.PLATFORM, common.PLATFORM_VERSION),
|
'appId': plexpy.INSTALL_TYPE,
|
||||||
'appInstallerId': plexpy.INSTALL_TYPE,
|
'appInstallerId': plexpy.CONFIG.GIT_BRANCH,
|
||||||
|
'dimension1': '{} {}'.format(common.PLATFORM, common.PLATFORM_VERSION), # App Platform
|
||||||
'userLanguage': plexpy.SYS_LANGUAGE,
|
'userLanguage': plexpy.SYS_LANGUAGE,
|
||||||
'documentEncoding': plexpy.SYS_ENCODING,
|
'documentEncoding': plexpy.SYS_ENCODING,
|
||||||
'noninteractive': True
|
'noninteractive': True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue