Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var File_envoy_extensions_resource_monitors_fixed_heap_v3_fixed_heap_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type FixedHeapConfig ¶
type FixedHeapConfig struct {
MaxHeapSizeBytes uint64 `protobuf:"varint,1,opt,name=max_heap_size_bytes,json=maxHeapSizeBytes,proto3" json:"max_heap_size_bytes,omitempty"`
// contains filtered or unexported fields
}
The fixed heap resource monitor reports the Envoy process memory pressure, computed as a fraction of currently reserved heap memory divided by a statically configured maximum specified in the FixedHeapConfig.
func (*FixedHeapConfig) GetMaxHeapSizeBytes ¶
func (x *FixedHeapConfig) GetMaxHeapSizeBytes() uint64
func (*FixedHeapConfig) ProtoMessage ¶
func (*FixedHeapConfig) ProtoMessage()
func (*FixedHeapConfig) ProtoReflect ¶
func (x *FixedHeapConfig) ProtoReflect() protoreflect.Message
func (*FixedHeapConfig) Reset ¶
func (x *FixedHeapConfig) Reset()
func (*FixedHeapConfig) SetMaxHeapSizeBytes ¶
func (x *FixedHeapConfig) SetMaxHeapSizeBytes(v uint64)
func (*FixedHeapConfig) String ¶
func (x *FixedHeapConfig) String() string
type FixedHeapConfig_builder ¶
type FixedHeapConfig_builder struct {
MaxHeapSizeBytes uint64
// contains filtered or unexported fields
}
func (FixedHeapConfig_builder) Build ¶
func (b0 FixedHeapConfig_builder) Build() *FixedHeapConfig
Source Files
¶
- fixed_heap.pb.go
Click to show internal directories.
Click to hide internal directories.