ORE Studio 0.0.4
Loading...
Searching...
No Matches
Public Attributes | Static Public Attributes | List of all members
service_sample_entity Struct Reference

Entity for a single service heartbeat sample. More...

#include <telemetry_entity.hpp>

Collaboration diagram for service_sample_entity:
Collaboration graph

Public Attributes

sqlgen::PrimaryKey< sqlgen::Timestamp<"%Y-%m-%d %H:%M:%S"> > sampled_at
 
sqlgen::PrimaryKey< std::string > service_name
 
sqlgen::PrimaryKey< std::string > instance_id
 
std::string version
 

Static Public Attributes

static constexpr const char * schema = "public"
 
static constexpr const char * tablename = "ores_telemetry_service_samples_tbl"
 

Detailed Description

Entity for a single service heartbeat sample.

Maps to the ores_telemetry_service_samples_tbl hypertable.