Skip to content

Commit 2560422

Browse files
authored
Merge pull request #453 from yungwine/telemetry
add mtc modes to telemetry
2 parents 7f696b0 + 3369337 commit 2560422

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mytoncore/functions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ def Telemetry(local, ton):
469469
data["vprocess"] = GetValidatorProcessInfo()
470470
data["dbStats"] = local.try_function(get_db_stats)
471471
data["nodeArgs"] = local.try_function(get_node_args)
472+
data["modes"] = local.try_function(ton.get_modes)
472473
data["cpuInfo"] = {'cpuName': local.try_function(get_cpu_name), 'virtual': local.try_function(is_host_virtual)}
473474
data["validatorDiskName"] = local.try_function(get_validator_disk_name)
474475
data["pings"] = local.try_function(get_pings_values)

0 commit comments

Comments
 (0)