|
ORE Studio 0.0.4
|
Query parameters for retrieving telemetry statistics. More...
#include <telemetry_query.hpp>

Public Attributes | |
| std::chrono::system_clock::time_point | start_time |
| Start of the time range (inclusive). | |
| std::chrono::system_clock::time_point | end_time |
| End of the time range (exclusive). | |
| stats_granularity | granularity = stats_granularity::daily |
| Aggregation granularity. | |
| std::optional< telemetry_source > | source |
| Filter by source type. | |
| std::optional< std::string > | source_name |
| Filter by source application name. | |
| std::optional< std::string > | level |
| Filter by log level. | |
| std::optional< std::string > | component |
| Filter by component (daily stats only). | |
Query parameters for retrieving telemetry statistics.