ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | List of all members
telemetry_summary Struct Referencefinal

Summary statistics for a telemetry overview. More...

#include <telemetry_stats.hpp>

Collaboration diagram for telemetry_summary:
Collaboration graph

Public Attributes

std::chrono::system_clock::time_point start_time
 Time range start.
 
std::chrono::system_clock::time_point end_time
 Time range end.
 
std::uint64_t total_logs = 0
 Total log count.
 
std::uint64_t error_count = 0
 Error log count.
 
std::uint64_t warn_count = 0
 Warning log count.
 
std::uint64_t info_count = 0
 Info log count.
 
std::uint64_t debug_count = 0
 Debug log count.
 
std::uint64_t trace_count = 0
 Trace log count.
 
std::uint32_t unique_sources = 0
 Number of unique source applications.
 
std::uint32_t unique_sessions = 0
 Number of unique sessions.
 
std::uint32_t unique_accounts = 0
 Number of unique accounts.
 

Detailed Description

Summary statistics for a telemetry overview.

Used for dashboard widgets showing recent activity.