Versions in this module Expand all Collapse all v0 v0.0.2 Aug 8, 2024 Changes in this version + var File_envoy_api_v2_endpoint_endpoint_components_proto protoreflect.FileDescriptor + var File_envoy_api_v2_endpoint_endpoint_proto protoreflect.FileDescriptor + var File_envoy_api_v2_endpoint_load_report_proto protoreflect.FileDescriptor + type ClusterStats struct + ClusterName string + ClusterServiceName string + DroppedRequests []*ClusterStats_DroppedRequests + LoadReportInterval *durationpb.Duration + TotalDroppedRequests uint64 + UpstreamLocalityStats []*UpstreamLocalityStats + func (*ClusterStats) Descriptor() ([]byte, []int) + func (*ClusterStats) ProtoMessage() + func (x *ClusterStats) GetClusterName() string + func (x *ClusterStats) GetClusterServiceName() string + func (x *ClusterStats) GetDroppedRequests() []*ClusterStats_DroppedRequests + func (x *ClusterStats) GetLoadReportInterval() *durationpb.Duration + func (x *ClusterStats) GetTotalDroppedRequests() uint64 + func (x *ClusterStats) GetUpstreamLocalityStats() []*UpstreamLocalityStats + func (x *ClusterStats) ProtoReflect() protoreflect.Message + func (x *ClusterStats) Reset() + func (x *ClusterStats) String() string + type ClusterStats_DroppedRequests struct + Category string + DroppedCount uint64 + func (*ClusterStats_DroppedRequests) Descriptor() ([]byte, []int) + func (*ClusterStats_DroppedRequests) ProtoMessage() + func (x *ClusterStats_DroppedRequests) GetCategory() string + func (x *ClusterStats_DroppedRequests) GetDroppedCount() uint64 + func (x *ClusterStats_DroppedRequests) ProtoReflect() protoreflect.Message + func (x *ClusterStats_DroppedRequests) Reset() + func (x *ClusterStats_DroppedRequests) String() string + type Endpoint struct + Address *core.Address + HealthCheckConfig *Endpoint_HealthCheckConfig + Hostname string + func (*Endpoint) Descriptor() ([]byte, []int) + func (*Endpoint) ProtoMessage() + func (x *Endpoint) GetAddress() *core.Address + func (x *Endpoint) GetHealthCheckConfig() *Endpoint_HealthCheckConfig + func (x *Endpoint) GetHostname() string + func (x *Endpoint) ProtoReflect() protoreflect.Message + func (x *Endpoint) Reset() + func (x *Endpoint) String() string + type EndpointLoadMetricStats struct + MetricName string + NumRequestsFinishedWithMetric uint64 + TotalMetricValue float64 + func (*EndpointLoadMetricStats) Descriptor() ([]byte, []int) + func (*EndpointLoadMetricStats) ProtoMessage() + func (x *EndpointLoadMetricStats) GetMetricName() string + func (x *EndpointLoadMetricStats) GetNumRequestsFinishedWithMetric() uint64 + func (x *EndpointLoadMetricStats) GetTotalMetricValue() float64 + func (x *EndpointLoadMetricStats) ProtoReflect() protoreflect.Message + func (x *EndpointLoadMetricStats) Reset() + func (x *EndpointLoadMetricStats) String() string + type Endpoint_HealthCheckConfig struct + Hostname string + PortValue uint32 + func (*Endpoint_HealthCheckConfig) Descriptor() ([]byte, []int) + func (*Endpoint_HealthCheckConfig) ProtoMessage() + func (x *Endpoint_HealthCheckConfig) GetHostname() string + func (x *Endpoint_HealthCheckConfig) GetPortValue() uint32 + func (x *Endpoint_HealthCheckConfig) ProtoReflect() protoreflect.Message + func (x *Endpoint_HealthCheckConfig) Reset() + func (x *Endpoint_HealthCheckConfig) String() string + type LbEndpoint struct + HealthStatus core.HealthStatus + HostIdentifier isLbEndpoint_HostIdentifier + LoadBalancingWeight *wrapperspb.UInt32Value + Metadata *core.Metadata + func (*LbEndpoint) Descriptor() ([]byte, []int) + func (*LbEndpoint) ProtoMessage() + func (m *LbEndpoint) GetHostIdentifier() isLbEndpoint_HostIdentifier + func (x *LbEndpoint) GetEndpoint() *Endpoint + func (x *LbEndpoint) GetEndpointName() string + func (x *LbEndpoint) GetHealthStatus() core.HealthStatus + func (x *LbEndpoint) GetLoadBalancingWeight() *wrapperspb.UInt32Value + func (x *LbEndpoint) GetMetadata() *core.Metadata + func (x *LbEndpoint) ProtoReflect() protoreflect.Message + func (x *LbEndpoint) Reset() + func (x *LbEndpoint) String() string + type LbEndpoint_Endpoint struct + Endpoint *Endpoint + type LbEndpoint_EndpointName struct + EndpointName string + type LocalityLbEndpoints struct + LbEndpoints []*LbEndpoint + LoadBalancingWeight *wrapperspb.UInt32Value + Locality *core.Locality + Priority uint32 + Proximity *wrapperspb.UInt32Value + func (*LocalityLbEndpoints) Descriptor() ([]byte, []int) + func (*LocalityLbEndpoints) ProtoMessage() + func (x *LocalityLbEndpoints) GetLbEndpoints() []*LbEndpoint + func (x *LocalityLbEndpoints) GetLoadBalancingWeight() *wrapperspb.UInt32Value + func (x *LocalityLbEndpoints) GetLocality() *core.Locality + func (x *LocalityLbEndpoints) GetPriority() uint32 + func (x *LocalityLbEndpoints) GetProximity() *wrapperspb.UInt32Value + func (x *LocalityLbEndpoints) ProtoReflect() protoreflect.Message + func (x *LocalityLbEndpoints) Reset() + func (x *LocalityLbEndpoints) String() string + type UpstreamEndpointStats struct + Address *core.Address + LoadMetricStats []*EndpointLoadMetricStats + Metadata *structpb.Struct + TotalErrorRequests uint64 + TotalIssuedRequests uint64 + TotalRequestsInProgress uint64 + TotalSuccessfulRequests uint64 + func (*UpstreamEndpointStats) Descriptor() ([]byte, []int) + func (*UpstreamEndpointStats) ProtoMessage() + func (x *UpstreamEndpointStats) GetAddress() *core.Address + func (x *UpstreamEndpointStats) GetLoadMetricStats() []*EndpointLoadMetricStats + func (x *UpstreamEndpointStats) GetMetadata() *structpb.Struct + func (x *UpstreamEndpointStats) GetTotalErrorRequests() uint64 + func (x *UpstreamEndpointStats) GetTotalIssuedRequests() uint64 + func (x *UpstreamEndpointStats) GetTotalRequestsInProgress() uint64 + func (x *UpstreamEndpointStats) GetTotalSuccessfulRequests() uint64 + func (x *UpstreamEndpointStats) ProtoReflect() protoreflect.Message + func (x *UpstreamEndpointStats) Reset() + func (x *UpstreamEndpointStats) String() string + type UpstreamLocalityStats struct + LoadMetricStats []*EndpointLoadMetricStats + Locality *core.Locality + Priority uint32 + TotalErrorRequests uint64 + TotalIssuedRequests uint64 + TotalRequestsInProgress uint64 + TotalSuccessfulRequests uint64 + UpstreamEndpointStats []*UpstreamEndpointStats + func (*UpstreamLocalityStats) Descriptor() ([]byte, []int) + func (*UpstreamLocalityStats) ProtoMessage() + func (x *UpstreamLocalityStats) GetLoadMetricStats() []*EndpointLoadMetricStats + func (x *UpstreamLocalityStats) GetLocality() *core.Locality + func (x *UpstreamLocalityStats) GetPriority() uint32 + func (x *UpstreamLocalityStats) GetTotalErrorRequests() uint64 + func (x *UpstreamLocalityStats) GetTotalIssuedRequests() uint64 + func (x *UpstreamLocalityStats) GetTotalRequestsInProgress() uint64 + func (x *UpstreamLocalityStats) GetTotalSuccessfulRequests() uint64 + func (x *UpstreamLocalityStats) GetUpstreamEndpointStats() []*UpstreamEndpointStats + func (x *UpstreamLocalityStats) ProtoReflect() protoreflect.Message + func (x *UpstreamLocalityStats) Reset() + func (x *UpstreamLocalityStats) String() string