qdrvm / kagome

Kagome - C++20 implementation of Polkadot Host
https://kagome.readthedocs.io
Apache License 2.0
158 stars 33 forks source link

[Enhancement]: Add data to telemetry #2225

Open kamilsa opened 4 days ago

kamilsa commented 4 days ago

Description

KAGOME should report data such as version, OS, CPU architecture, CPU column, CPU cores, memory, Linux distro, Linux kernel, virtual machine

Motivation

This data could potentially be used in 1000 validators program to track nodes performance

Additional context

Check how this data is displayed on telemetry.polkadot.io

Are you planning to do it yourself in a pull request ?

No