Implement telemetry system with data collection and reporting
Signed-off-by: Dmitrii <computer@yawaflua.tech> Took 20 minutes
This commit is contained in:
@@ -28,7 +28,14 @@
|
||||
"option.spmega.gps_position.bottom_left": "Bottom-Left",
|
||||
"option.spmega.gps_position.bottom_right": "Bottom-Right",
|
||||
"option.spmega.gps_position.bottom_center": "Bottom-center",
|
||||
"option.spmega.gps_position.top_center": "Top-center"
|
||||
"option.spmega.gps_position.top_center": "Top-center",
|
||||
"category.spmega.telemetry": "Telemetry",
|
||||
"option.spmega.telemetry_enabled": "Collect system information",
|
||||
"tooltip.spmega.telemetry_enabled": "Disabling hides hardware data (CPU, GPU, RAM, IP). Performance and request stats keep sending.",
|
||||
"option.spmega.telemetry_interval": "Send interval (sec)",
|
||||
"tooltip.spmega.telemetry_interval": "How often telemetry batches are sent to the server (10-600 sec)",
|
||||
"option.spmega.telemetry_system_info": "Send system information",
|
||||
"tooltip.spmega.telemetry_system_info": "CPU, GPU, RAM, storage, IP, device name, Java version"
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -28,6 +28,13 @@
|
||||
"option.spmega.gps_position.bottom_left": "Слева внизу",
|
||||
"option.spmega.gps_position.bottom_center": "Снизу по-центру",
|
||||
"option.spmega.gps_position.top_center": "Сверху по-центру",
|
||||
"option.spmega.gps_position.bottom_right": "Снизу справа"
|
||||
"option.spmega.gps_position.bottom_right": "Снизу справа",
|
||||
"category.spmega.telemetry": "Телеметрия",
|
||||
"option.spmega.telemetry_enabled": "Сбор системной информации",
|
||||
"tooltip.spmega.telemetry_enabled": "Отключение скрывает данные компьютера (CPU, GPU, RAM, IP). Статистика производительности и запросов продолжает отправляться.",
|
||||
"option.spmega.telemetry_interval": "Интервал отправки (сек)",
|
||||
"tooltip.spmega.telemetry_interval": "Как часто батч телеметрии отправляется на сервер (от 10 до 600 сек)",
|
||||
"option.spmega.telemetry_system_info": "Отправлять информацию о системе",
|
||||
"tooltip.spmega.telemetry_system_info": "CPU, GPU, RAM, диск, IP, имя устройства, версия Java"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user