Documentation ¶
Index ¶
- Variables
- type AgentInfo
- func (*AgentInfo) Descriptor() ([]byte, []int)deprecated
- func (x *AgentInfo) GetArchitecture() string
- func (x *AgentInfo) GetName() string
- func (x *AgentInfo) GetVersion() string
- func (*AgentInfo) ProtoMessage()
- func (x *AgentInfo) ProtoReflect() protoreflect.Message
- func (x *AgentInfo) Reset()
- func (x *AgentInfo) String() string
- type OSInfo
- func (*OSInfo) Descriptor() ([]byte, []int)deprecated
- func (x *OSInfo) GetKernelRelease() string
- func (x *OSInfo) GetKernelVersion() string
- func (x *OSInfo) GetLongName() string
- func (x *OSInfo) GetOsType() string
- func (x *OSInfo) GetShortName() string
- func (x *OSInfo) GetVersion() string
- func (*OSInfo) ProtoMessage()
- func (x *OSInfo) ProtoReflect() protoreflect.Message
- func (x *OSInfo) Reset()
- func (x *OSInfo) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_telemetry_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type AgentInfo ¶
type AgentInfo struct { Name *string `protobuf:"bytes,1,opt,name=name,proto3,oneof" json:"name,omitempty"` Version *string `protobuf:"bytes,2,opt,name=version,proto3,oneof" json:"version,omitempty"` Architecture *string `protobuf:"bytes,3,opt,name=architecture,proto3,oneof" json:"architecture,omitempty"` // contains filtered or unexported fields }
func (*AgentInfo) Descriptor
deprecated
func (*AgentInfo) GetArchitecture ¶
func (*AgentInfo) GetVersion ¶
func (*AgentInfo) ProtoMessage ¶
func (*AgentInfo) ProtoMessage()
func (*AgentInfo) ProtoReflect ¶
func (x *AgentInfo) ProtoReflect() protoreflect.Message
type OSInfo ¶
type OSInfo struct { OsType *string `protobuf:"bytes,1,opt,name=os_type,json=osType,proto3,oneof" json:"os_type,omitempty"` LongName *string `protobuf:"bytes,2,opt,name=long_name,json=longName,proto3,oneof" json:"long_name,omitempty"` ShortName *string `protobuf:"bytes,3,opt,name=short_name,json=shortName,proto3,oneof" json:"short_name,omitempty"` Version *string `protobuf:"bytes,4,opt,name=version,proto3,oneof" json:"version,omitempty"` KernelVersion *string `protobuf:"bytes,5,opt,name=kernel_version,json=kernelVersion,proto3,oneof" json:"kernel_version,omitempty"` KernelRelease *string `protobuf:"bytes,6,opt,name=kernel_release,json=kernelRelease,proto3,oneof" json:"kernel_release,omitempty"` // contains filtered or unexported fields }
func (*OSInfo) Descriptor
deprecated
func (*OSInfo) GetKernelRelease ¶
func (*OSInfo) GetKernelVersion ¶
func (*OSInfo) GetLongName ¶
func (*OSInfo) GetShortName ¶
func (*OSInfo) GetVersion ¶
func (*OSInfo) ProtoMessage ¶
func (*OSInfo) ProtoMessage()
func (*OSInfo) ProtoReflect ¶
func (x *OSInfo) ProtoReflect() protoreflect.Message
Click to show internal directories.
Click to hide internal directories.