188 static std::unique_ptr<metrics_provider>
create();
Battery status monitoring collector.
@ platform
Platform/system power domain.
Context switch statistics.
bool available
Whether info is available.
double switches_per_second
Context switches per second.
uint64_t total_switches
Total context switches.
std::chrono::system_clock::time_point timestamp
uint64_t involuntary_switches
Involuntary context switches.
uint64_t voluntary_switches
Voluntary context switches.
Hardware temperature monitoring collector.