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

Public Attributes | |
| std::string | service |
| std::string | method |
| std::vector< uint8_t > | body |
| std::chrono::milliseconds | timeout {30000} |
| std::unordered_map< std::string, std::string > | metadata |
gRPC request configuration
Definition at line 36 of file grpc_transport.h.
| std::vector<uint8_t> kcenon::monitoring::grpc_request::body |
Definition at line 39 of file grpc_transport.h.
Referenced by kcenon::monitoring::otlp_grpc_exporter::export_spans(), kcenon::monitoring::stub_grpc_transport::send(), kcenon::monitoring::otlp_metrics_exporter::send_via_grpc(), TEST(), TEST(), TEST(), TEST(), and TEST().
| std::unordered_map<std::string, std::string> kcenon::monitoring::grpc_request::metadata |
Definition at line 41 of file grpc_transport.h.
Referenced by kcenon::monitoring::otlp_grpc_exporter::export_spans().
| std::string kcenon::monitoring::grpc_request::method |
Definition at line 38 of file grpc_transport.h.
Referenced by kcenon::monitoring::otlp_grpc_exporter::export_spans(), kcenon::monitoring::otlp_metrics_exporter::send_via_grpc(), TEST(), and TEST().
| std::string kcenon::monitoring::grpc_request::service |
Definition at line 37 of file grpc_transport.h.
Referenced by kcenon::monitoring::otlp_grpc_exporter::export_spans(), kcenon::monitoring::otlp_metrics_exporter::send_via_grpc(), and TEST().
| std::chrono::milliseconds kcenon::monitoring::grpc_request::timeout {30000} |
Definition at line 40 of file grpc_transport.h.
Referenced by kcenon::monitoring::otlp_grpc_exporter::export_spans(), kcenon::monitoring::otlp_metrics_exporter::send_via_grpc(), and TEST().