Documentation ¶
Index ¶
- Variables
- type ProcessStatRequest
- func (*ProcessStatRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ProcessStatRequest) GetPids() []int32
- func (*ProcessStatRequest) ProtoMessage()
- func (x *ProcessStatRequest) ProtoReflect() protoreflect.Message
- func (x *ProcessStatRequest) Reset()
- func (x *ProcessStatRequest) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_datadog_process_process_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ProcessStatRequest ¶
type ProcessStatRequest struct { Pids []int32 `protobuf:"varint,1,rep,packed,name=pids,proto3" json:"pids,omitempty"` // contains filtered or unexported fields }
ProcessStatRequest is the request to get process stats.
func (*ProcessStatRequest) Descriptor
deprecated
func (*ProcessStatRequest) Descriptor() ([]byte, []int)
Deprecated: Use ProcessStatRequest.ProtoReflect.Descriptor instead.
func (*ProcessStatRequest) GetPids ¶
func (x *ProcessStatRequest) GetPids() []int32
func (*ProcessStatRequest) ProtoMessage ¶
func (*ProcessStatRequest) ProtoMessage()
func (*ProcessStatRequest) ProtoReflect ¶
func (x *ProcessStatRequest) ProtoReflect() protoreflect.Message
func (*ProcessStatRequest) Reset ¶
func (x *ProcessStatRequest) Reset()
func (*ProcessStatRequest) String ¶
func (x *ProcessStatRequest) String() string
Click to show internal directories.
Click to hide internal directories.