Documentation ¶
Index ¶
- type OrcaLoadReport
- func (*OrcaLoadReport) Descriptor() ([]byte, []int)
- func (m *OrcaLoadReport) GetCpuUtilization() float64
- func (m *OrcaLoadReport) GetMemUtilization() float64
- func (m *OrcaLoadReport) GetRequestCost() map[string]float64
- func (m *OrcaLoadReport) GetRps() uint64
- func (m *OrcaLoadReport) GetUtilization() map[string]float64
- func (*OrcaLoadReport) ProtoMessage()
- func (m *OrcaLoadReport) Reset()
- func (m *OrcaLoadReport) String() string
- func (m *OrcaLoadReport) XXX_DiscardUnknown()
- func (m *OrcaLoadReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *OrcaLoadReport) XXX_Merge(src proto.Message)
- func (m *OrcaLoadReport) XXX_Size() int
- func (m *OrcaLoadReport) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrcaLoadReport ¶
type OrcaLoadReport struct { // CPU utilization expressed as a fraction of available CPU resources. This // should be derived from the latest sample or measurement. CpuUtilization float64 `protobuf:"fixed64,1,opt,name=cpu_utilization,json=cpuUtilization,proto3" json:"cpu_utilization,omitempty"` // Memory utilization expressed as a fraction of available memory // resources. This should be derived from the latest sample or measurement. MemUtilization float64 `protobuf:"fixed64,2,opt,name=mem_utilization,json=memUtilization,proto3" json:"mem_utilization,omitempty"` // Total RPS being served by an endpoint. This should cover all services that an endpoint is // responsible for. Rps uint64 `protobuf:"varint,3,opt,name=rps,proto3" json:"rps,omitempty"` // Application specific requests costs. Each value is an absolute cost (e.g. 3487 bytes of // storage) associated with the request. RequestCost map[string]float64 `` /* 184-byte string literal not displayed */ // Resource utilization values. Each value is expressed as a fraction of total resources // available, derived from the latest sample or measurement. Utilization map[string]float64 `` /* 165-byte string literal not displayed */ XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*OrcaLoadReport) Descriptor ¶
func (*OrcaLoadReport) Descriptor() ([]byte, []int)
func (*OrcaLoadReport) GetCpuUtilization ¶
func (m *OrcaLoadReport) GetCpuUtilization() float64
func (*OrcaLoadReport) GetMemUtilization ¶
func (m *OrcaLoadReport) GetMemUtilization() float64
func (*OrcaLoadReport) GetRequestCost ¶
func (m *OrcaLoadReport) GetRequestCost() map[string]float64
func (*OrcaLoadReport) GetRps ¶
func (m *OrcaLoadReport) GetRps() uint64
func (*OrcaLoadReport) GetUtilization ¶
func (m *OrcaLoadReport) GetUtilization() map[string]float64
func (*OrcaLoadReport) ProtoMessage ¶
func (*OrcaLoadReport) ProtoMessage()
func (*OrcaLoadReport) Reset ¶
func (m *OrcaLoadReport) Reset()
func (*OrcaLoadReport) String ¶
func (m *OrcaLoadReport) String() string
func (*OrcaLoadReport) XXX_DiscardUnknown ¶
func (m *OrcaLoadReport) XXX_DiscardUnknown()
func (*OrcaLoadReport) XXX_Marshal ¶
func (m *OrcaLoadReport) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*OrcaLoadReport) XXX_Merge ¶
func (m *OrcaLoadReport) XXX_Merge(src proto.Message)
func (*OrcaLoadReport) XXX_Size ¶
func (m *OrcaLoadReport) XXX_Size() int
func (*OrcaLoadReport) XXX_Unmarshal ¶
func (m *OrcaLoadReport) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.