Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
Loading...
Searching...
No Matches
kcenon::monitoring::jaeger_proto::key_value Struct Reference

#include <jaeger_proto.h>

Collaboration diagram for kcenon::monitoring::jaeger_proto::key_value:
Collaboration graph

Public Attributes

std::string key
 
value_type v_type {value_type::string_type}
 
std::string v_str
 
bool v_bool {false}
 
std::int64_t v_int64 {0}
 
double v_float64 {0.0}
 
std::vector< std::uint8_t > v_binary
 

Detailed Description

Definition at line 45 of file jaeger_proto.h.

Member Data Documentation

◆ key

◆ v_binary

std::vector<std::uint8_t> kcenon::monitoring::jaeger_proto::key_value::v_binary

◆ v_bool

bool kcenon::monitoring::jaeger_proto::key_value::v_bool {false}

◆ v_float64

double kcenon::monitoring::jaeger_proto::key_value::v_float64 {0.0}

◆ v_int64

std::int64_t kcenon::monitoring::jaeger_proto::key_value::v_int64 {0}

◆ v_str

◆ v_type


The documentation for this struct was generated from the following file: