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

gRPC response data More...

#include <grpc_transport.h>

Collaboration diagram for kcenon::monitoring::grpc_response:
Collaboration graph

Public Attributes

int status_code {0}
 
std::string status_message
 
std::vector< uint8_t > body
 
std::chrono::milliseconds elapsed {0}
 

Detailed Description

gRPC response data

Definition at line 48 of file grpc_transport.h.

Member Data Documentation

◆ body

std::vector<uint8_t> kcenon::monitoring::grpc_response::body

Definition at line 51 of file grpc_transport.h.

Referenced by TEST().

◆ elapsed

std::chrono::milliseconds kcenon::monitoring::grpc_response::elapsed {0}

Definition at line 52 of file grpc_transport.h.

52{0};

Referenced by kcenon::monitoring::stub_grpc_transport::send().

◆ status_code

int kcenon::monitoring::grpc_response::status_code {0}

Definition at line 49 of file grpc_transport.h.

49{0};

Referenced by kcenon::monitoring::stub_grpc_transport::send(), TEST(), TEST_F(), and TEST_F().

◆ status_message

std::string kcenon::monitoring::grpc_response::status_message

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