Documentation
¶
Index ¶
- Variables
- type DownstreamConnectionsConfig
- func (*DownstreamConnectionsConfig) Descriptor() ([]byte, []int)deprecated
- func (x *DownstreamConnectionsConfig) GetMaxActiveDownstreamConnections() int64
- func (*DownstreamConnectionsConfig) ProtoMessage()
- func (x *DownstreamConnectionsConfig) ProtoReflect() protoreflect.Message
- func (x *DownstreamConnectionsConfig) Reset()
- func (x *DownstreamConnectionsConfig) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_envoy_extensions_resource_monitors_downstream_connections_v3_downstream_connections_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type DownstreamConnectionsConfig ¶
type DownstreamConnectionsConfig struct { // Maximum threshold for global open downstream connections, defaults to 0. // If monitor is enabled in Overload manager api, this field should be explicitly configured with value greater than 0. MaxActiveDownstreamConnections int64 `` /* 156-byte string literal not displayed */ // contains filtered or unexported fields }
The downstream connections resource monitor tracks the global number of open downstream connections.
func (*DownstreamConnectionsConfig) Descriptor
deprecated
func (*DownstreamConnectionsConfig) Descriptor() ([]byte, []int)
Deprecated: Use DownstreamConnectionsConfig.ProtoReflect.Descriptor instead.
func (*DownstreamConnectionsConfig) GetMaxActiveDownstreamConnections ¶
func (x *DownstreamConnectionsConfig) GetMaxActiveDownstreamConnections() int64
func (*DownstreamConnectionsConfig) ProtoMessage ¶
func (*DownstreamConnectionsConfig) ProtoMessage()
func (*DownstreamConnectionsConfig) ProtoReflect ¶
func (x *DownstreamConnectionsConfig) ProtoReflect() protoreflect.Message
func (*DownstreamConnectionsConfig) Reset ¶
func (x *DownstreamConnectionsConfig) Reset()
func (*DownstreamConnectionsConfig) String ¶
func (x *DownstreamConnectionsConfig) String() string
Click to show internal directories.
Click to hide internal directories.