Documentation
¶
Index ¶
- Variables
- type CLRMetric
- func (*CLRMetric) Descriptor() ([]byte, []int)
- func (m *CLRMetric) GetCpu() *CPU
- func (m *CLRMetric) GetGc() *ClrGC
- func (m *CLRMetric) GetThread() *ClrThread
- func (m *CLRMetric) GetTime() int64
- func (*CLRMetric) ProtoMessage()
- func (m *CLRMetric) Reset()
- func (m *CLRMetric) String() string
- func (m *CLRMetric) XXX_DiscardUnknown()
- func (m *CLRMetric) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CLRMetric) XXX_Merge(src proto.Message)
- func (m *CLRMetric) XXX_Size() int
- func (m *CLRMetric) XXX_Unmarshal(b []byte) error
- type CPU
- func (*CPU) Descriptor() ([]byte, []int)
- func (m *CPU) GetUsagePercent() float64
- func (*CPU) ProtoMessage()
- func (m *CPU) Reset()
- func (m *CPU) String() string
- func (m *CPU) XXX_DiscardUnknown()
- func (m *CPU) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *CPU) XXX_Merge(src proto.Message)
- func (m *CPU) XXX_Size() int
- func (m *CPU) XXX_Unmarshal(b []byte) error
- type ClrGC
- func (*ClrGC) Descriptor() ([]byte, []int)
- func (m *ClrGC) GetGen0CollectCount() int64
- func (m *ClrGC) GetGen1CollectCount() int64
- func (m *ClrGC) GetGen2CollectCount() int64
- func (m *ClrGC) GetHeapMemory() int64
- func (*ClrGC) ProtoMessage()
- func (m *ClrGC) Reset()
- func (m *ClrGC) String() string
- func (m *ClrGC) XXX_DiscardUnknown()
- func (m *ClrGC) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ClrGC) XXX_Merge(src proto.Message)
- func (m *ClrGC) XXX_Size() int
- func (m *ClrGC) XXX_Unmarshal(b []byte) error
- type ClrThread
- func (*ClrThread) Descriptor() ([]byte, []int)
- func (m *ClrThread) GetAvailableCompletionPortThreads() int32
- func (m *ClrThread) GetAvailableWorkerThreads() int32
- func (m *ClrThread) GetMaxCompletionPortThreads() int32
- func (m *ClrThread) GetMaxWorkerThreads() int32
- func (*ClrThread) ProtoMessage()
- func (m *ClrThread) Reset()
- func (m *ClrThread) String() string
- func (m *ClrThread) XXX_DiscardUnknown()
- func (m *ClrThread) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *ClrThread) XXX_Merge(src proto.Message)
- func (m *ClrThread) XXX_Size() int
- func (m *ClrThread) XXX_Unmarshal(b []byte) error
- type Command
- func (*Command) Descriptor() ([]byte, []int)
- func (m *Command) GetArgs() []*KeyStringValuePair
- func (m *Command) GetCommand() string
- func (*Command) ProtoMessage()
- func (m *Command) Reset()
- func (m *Command) String() string
- func (m *Command) XXX_DiscardUnknown()
- func (m *Command) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Command) XXX_Merge(src proto.Message)
- func (m *Command) XXX_Size() int
- func (m *Command) XXX_Unmarshal(b []byte) error
- type Commands
- func (*Commands) Descriptor() ([]byte, []int)
- func (m *Commands) GetCommands() []*Command
- func (*Commands) ProtoMessage()
- func (m *Commands) Reset()
- func (m *Commands) String() string
- func (m *Commands) XXX_DiscardUnknown()
- func (m *Commands) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Commands) XXX_Merge(src proto.Message)
- func (m *Commands) XXX_Size() int
- func (m *Commands) XXX_Unmarshal(b []byte) error
- type DetectPoint
- type GC
- func (*GC) Descriptor() ([]byte, []int)
- func (m *GC) GetCount() int64
- func (m *GC) GetPhrase() GCPhrase
- func (m *GC) GetTime() int64
- func (*GC) ProtoMessage()
- func (m *GC) Reset()
- func (m *GC) String() string
- func (m *GC) XXX_DiscardUnknown()
- func (m *GC) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *GC) XXX_Merge(src proto.Message)
- func (m *GC) XXX_Size() int
- func (m *GC) XXX_Unmarshal(b []byte) error
- type GCPhrase
- type JVMMetric
- func (*JVMMetric) Descriptor() ([]byte, []int)
- func (m *JVMMetric) GetCpu() *CPU
- func (m *JVMMetric) GetGc() []*GC
- func (m *JVMMetric) GetMemory() []*Memory
- func (m *JVMMetric) GetMemoryPool() []*MemoryPool
- func (m *JVMMetric) GetTime() int64
- func (*JVMMetric) ProtoMessage()
- func (m *JVMMetric) Reset()
- func (m *JVMMetric) String() string
- func (m *JVMMetric) XXX_DiscardUnknown()
- func (m *JVMMetric) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *JVMMetric) XXX_Merge(src proto.Message)
- func (m *JVMMetric) XXX_Size() int
- func (m *JVMMetric) XXX_Unmarshal(b []byte) error
- type KeyIntValuePair
- func (*KeyIntValuePair) Descriptor() ([]byte, []int)
- func (m *KeyIntValuePair) GetKey() string
- func (m *KeyIntValuePair) GetValue() int32
- func (*KeyIntValuePair) ProtoMessage()
- func (m *KeyIntValuePair) Reset()
- func (m *KeyIntValuePair) String() string
- func (m *KeyIntValuePair) XXX_DiscardUnknown()
- func (m *KeyIntValuePair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KeyIntValuePair) XXX_Merge(src proto.Message)
- func (m *KeyIntValuePair) XXX_Size() int
- func (m *KeyIntValuePair) XXX_Unmarshal(b []byte) error
- type KeyStringValuePair
- func (*KeyStringValuePair) Descriptor() ([]byte, []int)
- func (m *KeyStringValuePair) GetKey() string
- func (m *KeyStringValuePair) GetValue() string
- func (*KeyStringValuePair) ProtoMessage()
- func (m *KeyStringValuePair) Reset()
- func (m *KeyStringValuePair) String() string
- func (m *KeyStringValuePair) XXX_DiscardUnknown()
- func (m *KeyStringValuePair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *KeyStringValuePair) XXX_Merge(src proto.Message)
- func (m *KeyStringValuePair) XXX_Size() int
- func (m *KeyStringValuePair) XXX_Unmarshal(b []byte) error
- type Memory
- func (*Memory) Descriptor() ([]byte, []int)
- func (m *Memory) GetCommitted() int64
- func (m *Memory) GetInit() int64
- func (m *Memory) GetIsHeap() bool
- func (m *Memory) GetMax() int64
- func (m *Memory) GetUsed() int64
- func (*Memory) ProtoMessage()
- func (m *Memory) Reset()
- func (m *Memory) String() string
- func (m *Memory) XXX_DiscardUnknown()
- func (m *Memory) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *Memory) XXX_Merge(src proto.Message)
- func (m *Memory) XXX_Size() int
- func (m *Memory) XXX_Unmarshal(b []byte) error
- type MemoryPool
- func (*MemoryPool) Descriptor() ([]byte, []int)
- func (m *MemoryPool) GetCommited() int64
- func (m *MemoryPool) GetInit() int64
- func (m *MemoryPool) GetMax() int64
- func (m *MemoryPool) GetType() PoolType
- func (m *MemoryPool) GetUsed() int64
- func (*MemoryPool) ProtoMessage()
- func (m *MemoryPool) Reset()
- func (m *MemoryPool) String() string
- func (m *MemoryPool) XXX_DiscardUnknown()
- func (m *MemoryPool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *MemoryPool) XXX_Merge(src proto.Message)
- func (m *MemoryPool) XXX_Size() int
- func (m *MemoryPool) XXX_Unmarshal(b []byte) error
- type PoolType
- type RefType
- type SpanLayer
- type SpanType
- type UniqueId
- func (*UniqueId) Descriptor() ([]byte, []int)
- func (m *UniqueId) GetIdParts() []int64
- func (*UniqueId) ProtoMessage()
- func (m *UniqueId) Reset()
- func (m *UniqueId) String() string
- func (m *UniqueId) XXX_DiscardUnknown()
- func (m *UniqueId) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UniqueId) XXX_Merge(src proto.Message)
- func (m *UniqueId) XXX_Size() int
- func (m *UniqueId) XXX_Unmarshal(b []byte) error
- type UpstreamSegment
- func (*UpstreamSegment) Descriptor() ([]byte, []int)
- func (m *UpstreamSegment) GetGlobalTraceIds() []*UniqueId
- func (m *UpstreamSegment) GetSegment() []byte
- func (*UpstreamSegment) ProtoMessage()
- func (m *UpstreamSegment) Reset()
- func (m *UpstreamSegment) String() string
- func (m *UpstreamSegment) XXX_DiscardUnknown()
- func (m *UpstreamSegment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
- func (m *UpstreamSegment) XXX_Merge(src proto.Message)
- func (m *UpstreamSegment) XXX_Size() int
- func (m *UpstreamSegment) XXX_Unmarshal(b []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var DetectPoint_name = map[int32]string{
0: "client",
1: "server",
2: "proxy",
}
View Source
var DetectPoint_value = map[string]int32{
"client": 0,
"server": 1,
"proxy": 2,
}
View Source
var GCPhrase_name = map[int32]string{
0: "NEW",
1: "OLD",
}
View Source
var GCPhrase_value = map[string]int32{
"NEW": 0,
"OLD": 1,
}
View Source
var PoolType_name = map[int32]string{
0: "CODE_CACHE_USAGE",
1: "NEWGEN_USAGE",
2: "OLDGEN_USAGE",
3: "SURVIVOR_USAGE",
4: "PERMGEN_USAGE",
5: "METASPACE_USAGE",
}
View Source
var PoolType_value = map[string]int32{
"CODE_CACHE_USAGE": 0,
"NEWGEN_USAGE": 1,
"OLDGEN_USAGE": 2,
"SURVIVOR_USAGE": 3,
"PERMGEN_USAGE": 4,
"METASPACE_USAGE": 5,
}
View Source
var RefType_name = map[int32]string{
0: "CrossProcess",
1: "CrossThread",
}
View Source
var RefType_value = map[string]int32{
"CrossProcess": 0,
"CrossThread": 1,
}
View Source
var SpanLayer_name = map[int32]string{
0: "Unknown",
1: "Database",
2: "RPCFramework",
3: "Http",
4: "MQ",
5: "Cache",
}
View Source
var SpanLayer_value = map[string]int32{
"Unknown": 0,
"Database": 1,
"RPCFramework": 2,
"Http": 3,
"MQ": 4,
"Cache": 5,
}
View Source
var SpanType_name = map[int32]string{
0: "Entry",
1: "Exit",
2: "Local",
}
View Source
var SpanType_value = map[string]int32{
"Entry": 0,
"Exit": 1,
"Local": 2,
}
Functions ¶
This section is empty.
Types ¶
type CLRMetric ¶
type CLRMetric struct { Time int64 `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"` Cpu *CPU `protobuf:"bytes,2,opt,name=cpu,proto3" json:"cpu,omitempty"` Gc *ClrGC `protobuf:"bytes,3,opt,name=gc,proto3" json:"gc,omitempty"` Thread *ClrThread `protobuf:"bytes,4,opt,name=thread,proto3" json:"thread,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CLRMetric) Descriptor ¶
func (*CLRMetric) ProtoMessage ¶
func (*CLRMetric) ProtoMessage()
func (*CLRMetric) XXX_DiscardUnknown ¶
func (m *CLRMetric) XXX_DiscardUnknown()
func (*CLRMetric) XXX_Marshal ¶
func (*CLRMetric) XXX_Unmarshal ¶
type CPU ¶
type CPU struct { UsagePercent float64 `protobuf:"fixed64,2,opt,name=usagePercent,proto3" json:"usagePercent,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*CPU) Descriptor ¶
func (*CPU) GetUsagePercent ¶
func (*CPU) ProtoMessage ¶
func (*CPU) ProtoMessage()
func (*CPU) XXX_DiscardUnknown ¶
func (m *CPU) XXX_DiscardUnknown()
func (*CPU) XXX_Unmarshal ¶
type ClrGC ¶
type ClrGC struct { Gen0CollectCount int64 `protobuf:"varint,1,opt,name=Gen0CollectCount,proto3" json:"Gen0CollectCount,omitempty"` Gen1CollectCount int64 `protobuf:"varint,2,opt,name=Gen1CollectCount,proto3" json:"Gen1CollectCount,omitempty"` Gen2CollectCount int64 `protobuf:"varint,3,opt,name=Gen2CollectCount,proto3" json:"Gen2CollectCount,omitempty"` HeapMemory int64 `protobuf:"varint,4,opt,name=HeapMemory,proto3" json:"HeapMemory,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ClrGC) Descriptor ¶
func (*ClrGC) GetGen0CollectCount ¶
func (*ClrGC) GetGen1CollectCount ¶
func (*ClrGC) GetGen2CollectCount ¶
func (*ClrGC) GetHeapMemory ¶
func (*ClrGC) ProtoMessage ¶
func (*ClrGC) ProtoMessage()
func (*ClrGC) XXX_DiscardUnknown ¶
func (m *ClrGC) XXX_DiscardUnknown()
func (*ClrGC) XXX_Marshal ¶
func (*ClrGC) XXX_Unmarshal ¶
type ClrThread ¶
type ClrThread struct { AvailableCompletionPortThreads int32 `protobuf:"varint,1,opt,name=AvailableCompletionPortThreads,proto3" json:"AvailableCompletionPortThreads,omitempty"` AvailableWorkerThreads int32 `protobuf:"varint,2,opt,name=AvailableWorkerThreads,proto3" json:"AvailableWorkerThreads,omitempty"` MaxCompletionPortThreads int32 `protobuf:"varint,3,opt,name=MaxCompletionPortThreads,proto3" json:"MaxCompletionPortThreads,omitempty"` MaxWorkerThreads int32 `protobuf:"varint,4,opt,name=MaxWorkerThreads,proto3" json:"MaxWorkerThreads,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*ClrThread) Descriptor ¶
func (*ClrThread) GetAvailableCompletionPortThreads ¶
func (*ClrThread) GetAvailableWorkerThreads ¶
func (*ClrThread) GetMaxCompletionPortThreads ¶
func (*ClrThread) GetMaxWorkerThreads ¶
func (*ClrThread) ProtoMessage ¶
func (*ClrThread) ProtoMessage()
func (*ClrThread) XXX_DiscardUnknown ¶
func (m *ClrThread) XXX_DiscardUnknown()
func (*ClrThread) XXX_Marshal ¶
func (*ClrThread) XXX_Unmarshal ¶
type Command ¶
type Command struct { Command string `protobuf:"bytes,1,opt,name=command,proto3" json:"command,omitempty"` Args []*KeyStringValuePair `protobuf:"bytes,2,rep,name=args,proto3" json:"args,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Command) Descriptor ¶
func (*Command) GetArgs ¶
func (m *Command) GetArgs() []*KeyStringValuePair
func (*Command) GetCommand ¶
func (*Command) ProtoMessage ¶
func (*Command) ProtoMessage()
func (*Command) XXX_DiscardUnknown ¶
func (m *Command) XXX_DiscardUnknown()
func (*Command) XXX_Marshal ¶
func (*Command) XXX_Unmarshal ¶
type Commands ¶
type Commands struct { Commands []*Command `protobuf:"bytes,1,rep,name=commands,proto3" json:"commands,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Commands) Descriptor ¶
func (*Commands) GetCommands ¶
func (*Commands) ProtoMessage ¶
func (*Commands) ProtoMessage()
func (*Commands) XXX_DiscardUnknown ¶
func (m *Commands) XXX_DiscardUnknown()
func (*Commands) XXX_Marshal ¶
func (*Commands) XXX_Unmarshal ¶
type DetectPoint ¶
type DetectPoint int32
In most cases, detect point should be `server` or `client`. Even in service mesh, this means `server`/`client` side sidecar `proxy` is reserved only.
const ( DetectPoint_client DetectPoint = 0 DetectPoint_server DetectPoint = 1 DetectPoint_proxy DetectPoint = 2 )
func (DetectPoint) EnumDescriptor ¶
func (DetectPoint) EnumDescriptor() ([]byte, []int)
func (DetectPoint) String ¶
func (x DetectPoint) String() string
type GC ¶
type GC struct { Phrase GCPhrase `protobuf:"varint,1,opt,name=phrase,proto3,enum=GCPhrase" json:"phrase,omitempty"` Count int64 `protobuf:"varint,2,opt,name=count,proto3" json:"count,omitempty"` Time int64 `protobuf:"varint,3,opt,name=time,proto3" json:"time,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*GC) Descriptor ¶
func (*GC) ProtoMessage ¶
func (*GC) ProtoMessage()
func (*GC) XXX_DiscardUnknown ¶
func (m *GC) XXX_DiscardUnknown()
func (*GC) XXX_Unmarshal ¶
type JVMMetric ¶
type JVMMetric struct { Time int64 `protobuf:"varint,1,opt,name=time,proto3" json:"time,omitempty"` Cpu *CPU `protobuf:"bytes,2,opt,name=cpu,proto3" json:"cpu,omitempty"` Memory []*Memory `protobuf:"bytes,3,rep,name=memory,proto3" json:"memory,omitempty"` MemoryPool []*MemoryPool `protobuf:"bytes,4,rep,name=memoryPool,proto3" json:"memoryPool,omitempty"` Gc []*GC `protobuf:"bytes,5,rep,name=gc,proto3" json:"gc,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*JVMMetric) Descriptor ¶
func (*JVMMetric) GetMemoryPool ¶
func (m *JVMMetric) GetMemoryPool() []*MemoryPool
func (*JVMMetric) ProtoMessage ¶
func (*JVMMetric) ProtoMessage()
func (*JVMMetric) XXX_DiscardUnknown ¶
func (m *JVMMetric) XXX_DiscardUnknown()
func (*JVMMetric) XXX_Marshal ¶
func (*JVMMetric) XXX_Unmarshal ¶
type KeyIntValuePair ¶
type KeyIntValuePair struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value int32 `protobuf:"varint,2,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*KeyIntValuePair) Descriptor ¶
func (*KeyIntValuePair) Descriptor() ([]byte, []int)
func (*KeyIntValuePair) GetKey ¶
func (m *KeyIntValuePair) GetKey() string
func (*KeyIntValuePair) GetValue ¶
func (m *KeyIntValuePair) GetValue() int32
func (*KeyIntValuePair) ProtoMessage ¶
func (*KeyIntValuePair) ProtoMessage()
func (*KeyIntValuePair) Reset ¶
func (m *KeyIntValuePair) Reset()
func (*KeyIntValuePair) String ¶
func (m *KeyIntValuePair) String() string
func (*KeyIntValuePair) XXX_DiscardUnknown ¶
func (m *KeyIntValuePair) XXX_DiscardUnknown()
func (*KeyIntValuePair) XXX_Marshal ¶
func (m *KeyIntValuePair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*KeyIntValuePair) XXX_Merge ¶
func (m *KeyIntValuePair) XXX_Merge(src proto.Message)
func (*KeyIntValuePair) XXX_Size ¶
func (m *KeyIntValuePair) XXX_Size() int
func (*KeyIntValuePair) XXX_Unmarshal ¶
func (m *KeyIntValuePair) XXX_Unmarshal(b []byte) error
type KeyStringValuePair ¶
type KeyStringValuePair struct { Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*KeyStringValuePair) Descriptor ¶
func (*KeyStringValuePair) Descriptor() ([]byte, []int)
func (*KeyStringValuePair) GetKey ¶
func (m *KeyStringValuePair) GetKey() string
func (*KeyStringValuePair) GetValue ¶
func (m *KeyStringValuePair) GetValue() string
func (*KeyStringValuePair) ProtoMessage ¶
func (*KeyStringValuePair) ProtoMessage()
func (*KeyStringValuePair) Reset ¶
func (m *KeyStringValuePair) Reset()
func (*KeyStringValuePair) String ¶
func (m *KeyStringValuePair) String() string
func (*KeyStringValuePair) XXX_DiscardUnknown ¶
func (m *KeyStringValuePair) XXX_DiscardUnknown()
func (*KeyStringValuePair) XXX_Marshal ¶
func (m *KeyStringValuePair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*KeyStringValuePair) XXX_Merge ¶
func (m *KeyStringValuePair) XXX_Merge(src proto.Message)
func (*KeyStringValuePair) XXX_Size ¶
func (m *KeyStringValuePair) XXX_Size() int
func (*KeyStringValuePair) XXX_Unmarshal ¶
func (m *KeyStringValuePair) XXX_Unmarshal(b []byte) error
type Memory ¶
type Memory struct { IsHeap bool `protobuf:"varint,1,opt,name=isHeap,proto3" json:"isHeap,omitempty"` Init int64 `protobuf:"varint,2,opt,name=init,proto3" json:"init,omitempty"` Max int64 `protobuf:"varint,3,opt,name=max,proto3" json:"max,omitempty"` Used int64 `protobuf:"varint,4,opt,name=used,proto3" json:"used,omitempty"` Committed int64 `protobuf:"varint,5,opt,name=committed,proto3" json:"committed,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*Memory) Descriptor ¶
func (*Memory) GetCommitted ¶
func (*Memory) ProtoMessage ¶
func (*Memory) ProtoMessage()
func (*Memory) XXX_DiscardUnknown ¶
func (m *Memory) XXX_DiscardUnknown()
func (*Memory) XXX_Marshal ¶
func (*Memory) XXX_Unmarshal ¶
type MemoryPool ¶
type MemoryPool struct { Type PoolType `protobuf:"varint,1,opt,name=type,proto3,enum=PoolType" json:"type,omitempty"` Init int64 `protobuf:"varint,2,opt,name=init,proto3" json:"init,omitempty"` Max int64 `protobuf:"varint,3,opt,name=max,proto3" json:"max,omitempty"` Used int64 `protobuf:"varint,4,opt,name=used,proto3" json:"used,omitempty"` Commited int64 `protobuf:"varint,5,opt,name=commited,proto3" json:"commited,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*MemoryPool) Descriptor ¶
func (*MemoryPool) Descriptor() ([]byte, []int)
func (*MemoryPool) GetCommited ¶
func (m *MemoryPool) GetCommited() int64
func (*MemoryPool) GetInit ¶
func (m *MemoryPool) GetInit() int64
func (*MemoryPool) GetMax ¶
func (m *MemoryPool) GetMax() int64
func (*MemoryPool) GetType ¶
func (m *MemoryPool) GetType() PoolType
func (*MemoryPool) GetUsed ¶
func (m *MemoryPool) GetUsed() int64
func (*MemoryPool) ProtoMessage ¶
func (*MemoryPool) ProtoMessage()
func (*MemoryPool) Reset ¶
func (m *MemoryPool) Reset()
func (*MemoryPool) String ¶
func (m *MemoryPool) String() string
func (*MemoryPool) XXX_DiscardUnknown ¶
func (m *MemoryPool) XXX_DiscardUnknown()
func (*MemoryPool) XXX_Marshal ¶
func (m *MemoryPool) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*MemoryPool) XXX_Merge ¶
func (m *MemoryPool) XXX_Merge(src proto.Message)
func (*MemoryPool) XXX_Size ¶
func (m *MemoryPool) XXX_Size() int
func (*MemoryPool) XXX_Unmarshal ¶
func (m *MemoryPool) XXX_Unmarshal(b []byte) error
type UniqueId ¶
type UniqueId struct { IdParts []int64 `protobuf:"varint,1,rep,packed,name=idParts,proto3" json:"idParts,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UniqueId) Descriptor ¶
func (*UniqueId) GetIdParts ¶
func (*UniqueId) ProtoMessage ¶
func (*UniqueId) ProtoMessage()
func (*UniqueId) XXX_DiscardUnknown ¶
func (m *UniqueId) XXX_DiscardUnknown()
func (*UniqueId) XXX_Marshal ¶
func (*UniqueId) XXX_Unmarshal ¶
type UpstreamSegment ¶
type UpstreamSegment struct { GlobalTraceIds []*UniqueId `protobuf:"bytes,1,rep,name=globalTraceIds,proto3" json:"globalTraceIds,omitempty"` Segment []byte `protobuf:"bytes,2,opt,name=segment,proto3" json:"segment,omitempty"` XXX_NoUnkeyedLiteral struct{} `json:"-"` XXX_unrecognized []byte `json:"-"` XXX_sizecache int32 `json:"-"` }
func (*UpstreamSegment) Descriptor ¶
func (*UpstreamSegment) Descriptor() ([]byte, []int)
func (*UpstreamSegment) GetGlobalTraceIds ¶
func (m *UpstreamSegment) GetGlobalTraceIds() []*UniqueId
func (*UpstreamSegment) GetSegment ¶
func (m *UpstreamSegment) GetSegment() []byte
func (*UpstreamSegment) ProtoMessage ¶
func (*UpstreamSegment) ProtoMessage()
func (*UpstreamSegment) Reset ¶
func (m *UpstreamSegment) Reset()
func (*UpstreamSegment) String ¶
func (m *UpstreamSegment) String() string
func (*UpstreamSegment) XXX_DiscardUnknown ¶
func (m *UpstreamSegment) XXX_DiscardUnknown()
func (*UpstreamSegment) XXX_Marshal ¶
func (m *UpstreamSegment) XXX_Marshal(b []byte, deterministic bool) ([]byte, error)
func (*UpstreamSegment) XXX_Merge ¶
func (m *UpstreamSegment) XXX_Merge(src proto.Message)
func (*UpstreamSegment) XXX_Size ¶
func (m *UpstreamSegment) XXX_Size() int
func (*UpstreamSegment) XXX_Unmarshal ¶
func (m *UpstreamSegment) XXX_Unmarshal(b []byte) error
Click to show internal directories.
Click to hide internal directories.