|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
gRPC response data More...
#include <grpc_transport.h>

Public Attributes | |
| int | status_code {0} |
| std::string | status_message |
| std::vector< uint8_t > | body |
| std::chrono::milliseconds | elapsed {0} |
gRPC response data
Definition at line 48 of file grpc_transport.h.
| std::vector<uint8_t> kcenon::monitoring::grpc_response::body |
Definition at line 51 of file grpc_transport.h.
Referenced by TEST().
| std::chrono::milliseconds kcenon::monitoring::grpc_response::elapsed {0} |
Definition at line 52 of file grpc_transport.h.
Referenced by kcenon::monitoring::stub_grpc_transport::send().
| int kcenon::monitoring::grpc_response::status_code {0} |
Definition at line 49 of file grpc_transport.h.
Referenced by kcenon::monitoring::stub_grpc_transport::send(), TEST(), TEST_F(), and TEST_F().
| std::string kcenon::monitoring::grpc_response::status_message |
Definition at line 50 of file grpc_transport.h.
Referenced by kcenon::monitoring::stub_grpc_transport::send(), TEST(), TEST_F(), and TEST_F().