GRPC C++  1.39.1
Public Member Functions | Data Fields
grpc_core::XdsClusterLocalityStats::Snapshot Struct Reference

#include <xds_client_stats.h>

Public Member Functions

Snapshotoperator+= (const Snapshot &other)
 
bool IsZero () const
 

Data Fields

uint64_t total_successful_requests
 
uint64_t total_requests_in_progress
 
uint64_t total_error_requests
 
uint64_t total_issued_requests
 
std::map< std::string, BackendMetricbackend_metrics
 

Member Function Documentation

◆ IsZero()

bool grpc_core::XdsClusterLocalityStats::Snapshot::IsZero ( ) const
inline

◆ operator+=()

Snapshot& grpc_core::XdsClusterLocalityStats::Snapshot::operator+= ( const Snapshot other)
inline

Field Documentation

◆ backend_metrics

std::map<std::string, BackendMetric> grpc_core::XdsClusterLocalityStats::Snapshot::backend_metrics

◆ total_error_requests

uint64_t grpc_core::XdsClusterLocalityStats::Snapshot::total_error_requests

◆ total_issued_requests

uint64_t grpc_core::XdsClusterLocalityStats::Snapshot::total_issued_requests

◆ total_requests_in_progress

uint64_t grpc_core::XdsClusterLocalityStats::Snapshot::total_requests_in_progress

◆ total_successful_requests

uint64_t grpc_core::XdsClusterLocalityStats::Snapshot::total_successful_requests

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