Documentation ¶
Index ¶
- Variables
- func RegisterAgentServer(s grpc.ServiceRegistrar, srv AgentServer)
- func RegisterMetadataServer(s grpc.ServiceRegistrar, srv MetadataServer)
- func RegisterProfilerCommandServiceServer(s grpc.ServiceRegistrar, srv ProfilerCommandServiceServer)
- func RegisterSpanServer(s grpc.ServiceRegistrar, srv SpanServer)
- func RegisterStatServer(s grpc.ServiceRegistrar, srv StatServer)
- type AgentClient
- type AgentServer
- type Agent_PingSessionClient
- type Agent_PingSessionServer
- type MetadataClient
- type MetadataServer
- type PAcceptEvent
- func (*PAcceptEvent) Descriptor() ([]byte, []int)deprecated
- func (x *PAcceptEvent) GetEndPoint() string
- func (x *PAcceptEvent) GetParentInfo() *PParentInfo
- func (x *PAcceptEvent) GetRemoteAddr() string
- func (x *PAcceptEvent) GetRpc() string
- func (*PAcceptEvent) ProtoMessage()
- func (x *PAcceptEvent) ProtoReflect() protoreflect.Message
- func (x *PAcceptEvent) Reset()
- func (x *PAcceptEvent) String() string
- type PActiveThreadDump
- func (*PActiveThreadDump) Descriptor() ([]byte, []int)deprecated
- func (x *PActiveThreadDump) GetEntryPoint() string
- func (x *PActiveThreadDump) GetLocalTraceId() int64
- func (x *PActiveThreadDump) GetSampled() bool
- func (x *PActiveThreadDump) GetStartTime() int64
- func (x *PActiveThreadDump) GetThreadDump() *PThreadDump
- func (x *PActiveThreadDump) GetTransactionId() string
- func (*PActiveThreadDump) ProtoMessage()
- func (x *PActiveThreadDump) ProtoReflect() protoreflect.Message
- func (x *PActiveThreadDump) Reset()
- func (x *PActiveThreadDump) String() string
- type PActiveThreadLightDump
- func (*PActiveThreadLightDump) Descriptor() ([]byte, []int)deprecated
- func (x *PActiveThreadLightDump) GetEntryPoint() string
- func (x *PActiveThreadLightDump) GetLocalTraceId() int64
- func (x *PActiveThreadLightDump) GetSampled() bool
- func (x *PActiveThreadLightDump) GetStartTime() int64
- func (x *PActiveThreadLightDump) GetThreadDump() *PThreadLightDump
- func (x *PActiveThreadLightDump) GetTransactionId() string
- func (*PActiveThreadLightDump) ProtoMessage()
- func (x *PActiveThreadLightDump) ProtoReflect() protoreflect.Message
- func (x *PActiveThreadLightDump) Reset()
- func (x *PActiveThreadLightDump) String() string
- type PActiveTrace
- type PActiveTraceHistogram
- func (*PActiveTraceHistogram) Descriptor() ([]byte, []int)deprecated
- func (x *PActiveTraceHistogram) GetActiveTraceCount() []int32
- func (x *PActiveTraceHistogram) GetHistogramSchemaType() int32
- func (x *PActiveTraceHistogram) GetVersion() int32
- func (*PActiveTraceHistogram) ProtoMessage()
- func (x *PActiveTraceHistogram) ProtoReflect() protoreflect.Message
- func (x *PActiveTraceHistogram) Reset()
- func (x *PActiveTraceHistogram) String() string
- type PAgentInfo
- func (*PAgentInfo) Descriptor() ([]byte, []int)deprecated
- func (x *PAgentInfo) GetAgentVersion() string
- func (x *PAgentInfo) GetContainer() bool
- func (x *PAgentInfo) GetEndStatus() int32
- func (x *PAgentInfo) GetEndTimestamp() int64
- func (x *PAgentInfo) GetHostname() string
- func (x *PAgentInfo) GetIp() string
- func (x *PAgentInfo) GetJvmInfo() *PJvmInfo
- func (x *PAgentInfo) GetPid() int32
- func (x *PAgentInfo) GetPorts() string
- func (x *PAgentInfo) GetServerMetaData() *PServerMetaData
- func (x *PAgentInfo) GetServiceType() int32
- func (x *PAgentInfo) GetVmVersion() string
- func (*PAgentInfo) ProtoMessage()
- func (x *PAgentInfo) ProtoReflect() protoreflect.Message
- func (x *PAgentInfo) Reset()
- func (x *PAgentInfo) String() string
- type PAgentStat
- func (*PAgentStat) Descriptor() ([]byte, []int)deprecated
- func (x *PAgentStat) GetActiveTrace() *PActiveTrace
- func (x *PAgentStat) GetCollectInterval() int64
- func (x *PAgentStat) GetCpuLoad() *PCpuLoad
- func (x *PAgentStat) GetDataSourceList() *PDataSourceList
- func (x *PAgentStat) GetDeadlock() *PDeadlock
- func (x *PAgentStat) GetDirectBuffer() *PDirectBuffer
- func (x *PAgentStat) GetFileDescriptor() *PFileDescriptor
- func (x *PAgentStat) GetGc() *PJvmGc
- func (x *PAgentStat) GetLoadedClass() *PLoadedClass
- func (x *PAgentStat) GetMetadata() string
- func (x *PAgentStat) GetResponseTime() *PResponseTime
- func (x *PAgentStat) GetTimestamp() int64
- func (x *PAgentStat) GetTotalThread() *PTotalThread
- func (x *PAgentStat) GetTransaction() *PTransaction
- func (*PAgentStat) ProtoMessage()
- func (x *PAgentStat) ProtoReflect() protoreflect.Message
- func (x *PAgentStat) Reset()
- func (x *PAgentStat) String() string
- type PAgentStatBatch
- type PAgentUriStat
- func (*PAgentUriStat) Descriptor() ([]byte, []int)deprecated
- func (x *PAgentUriStat) GetBucketVersion() int32
- func (x *PAgentUriStat) GetEachUriStat() []*PEachUriStat
- func (x *PAgentUriStat) GetTimestamp() int64
- func (*PAgentUriStat) ProtoMessage()
- func (x *PAgentUriStat) ProtoReflect() protoreflect.Message
- func (x *PAgentUriStat) Reset()
- func (x *PAgentUriStat) String() string
- type PAnnotation
- func (*PAnnotation) Descriptor() ([]byte, []int)deprecated
- func (x *PAnnotation) GetKey() int32
- func (x *PAnnotation) GetValue() *PAnnotationValue
- func (*PAnnotation) ProtoMessage()
- func (x *PAnnotation) ProtoReflect() protoreflect.Message
- func (x *PAnnotation) Reset()
- func (x *PAnnotation) String() string
- type PAnnotationValue
- func (*PAnnotationValue) Descriptor() ([]byte, []int)deprecated
- func (x *PAnnotationValue) GetBinaryValue() []byte
- func (x *PAnnotationValue) GetBoolValue() bool
- func (x *PAnnotationValue) GetByteValue() int32
- func (x *PAnnotationValue) GetDoubleValue() float64
- func (m *PAnnotationValue) GetField() isPAnnotationValue_Field
- func (x *PAnnotationValue) GetIntBooleanIntBooleanValue() *PIntBooleanIntBooleanValue
- func (x *PAnnotationValue) GetIntStringStringValue() *PIntStringStringValue
- func (x *PAnnotationValue) GetIntStringValue() *PIntStringValue
- func (x *PAnnotationValue) GetIntValue() int32
- func (x *PAnnotationValue) GetLongIntIntByteByteStringValue() *PLongIntIntByteByteStringValue
- func (x *PAnnotationValue) GetLongValue() int64
- func (x *PAnnotationValue) GetShortValue() int32
- func (x *PAnnotationValue) GetStringStringValue() *PStringStringValue
- func (x *PAnnotationValue) GetStringValue() string
- func (*PAnnotationValue) ProtoMessage()
- func (x *PAnnotationValue) ProtoReflect() protoreflect.Message
- func (x *PAnnotationValue) Reset()
- func (x *PAnnotationValue) String() string
- type PAnnotationValue_BinaryValue
- type PAnnotationValue_BoolValue
- type PAnnotationValue_ByteValue
- type PAnnotationValue_DoubleValue
- type PAnnotationValue_IntBooleanIntBooleanValue
- type PAnnotationValue_IntStringStringValue
- type PAnnotationValue_IntStringValue
- type PAnnotationValue_IntValue
- type PAnnotationValue_LongIntIntByteByteStringValue
- type PAnnotationValue_LongValue
- type PAnnotationValue_ShortValue
- type PAnnotationValue_StringStringValue
- type PAnnotationValue_StringValue
- type PApiMetaData
- func (*PApiMetaData) Descriptor() ([]byte, []int)deprecated
- func (x *PApiMetaData) GetApiId() int32
- func (x *PApiMetaData) GetApiInfo() string
- func (x *PApiMetaData) GetLine() int32
- func (x *PApiMetaData) GetLocation() string
- func (x *PApiMetaData) GetType() int32
- func (*PApiMetaData) ProtoMessage()
- func (x *PApiMetaData) ProtoReflect() protoreflect.Message
- func (x *PApiMetaData) Reset()
- func (x *PApiMetaData) String() string
- type PCmdActiveThreadCount
- type PCmdActiveThreadCountRes
- func (*PCmdActiveThreadCountRes) Descriptor() ([]byte, []int)deprecated
- func (x *PCmdActiveThreadCountRes) GetActiveThreadCount() []int32
- func (x *PCmdActiveThreadCountRes) GetCommonStreamResponse() *PCmdStreamResponse
- func (x *PCmdActiveThreadCountRes) GetHistogramSchemaType() int32
- func (x *PCmdActiveThreadCountRes) GetTimeStamp() int64
- func (*PCmdActiveThreadCountRes) ProtoMessage()
- func (x *PCmdActiveThreadCountRes) ProtoReflect() protoreflect.Message
- func (x *PCmdActiveThreadCountRes) Reset()
- func (x *PCmdActiveThreadCountRes) String() string
- type PCmdActiveThreadDump
- func (*PCmdActiveThreadDump) Descriptor() ([]byte, []int)deprecated
- func (x *PCmdActiveThreadDump) GetLimit() int32
- func (x *PCmdActiveThreadDump) GetLocalTraceId() []int64
- func (x *PCmdActiveThreadDump) GetThreadName() []string
- func (*PCmdActiveThreadDump) ProtoMessage()
- func (x *PCmdActiveThreadDump) ProtoReflect() protoreflect.Message
- func (x *PCmdActiveThreadDump) Reset()
- func (x *PCmdActiveThreadDump) String() string
- type PCmdActiveThreadDumpRes
- func (*PCmdActiveThreadDumpRes) Descriptor() ([]byte, []int)deprecated
- func (x *PCmdActiveThreadDumpRes) GetCommonResponse() *PCmdResponse
- func (x *PCmdActiveThreadDumpRes) GetSubType() string
- func (x *PCmdActiveThreadDumpRes) GetThreadDump() []*PActiveThreadDump
- func (x *PCmdActiveThreadDumpRes) GetType() string
- func (x *PCmdActiveThreadDumpRes) GetVersion() string
- func (*PCmdActiveThreadDumpRes) ProtoMessage()
- func (x *PCmdActiveThreadDumpRes) ProtoReflect() protoreflect.Message
- func (x *PCmdActiveThreadDumpRes) Reset()
- func (x *PCmdActiveThreadDumpRes) String() string
- type PCmdActiveThreadLightDump
- func (*PCmdActiveThreadLightDump) Descriptor() ([]byte, []int)deprecated
- func (x *PCmdActiveThreadLightDump) GetLimit() int32
- func (x *PCmdActiveThreadLightDump) GetLocalTraceId() []int64
- func (x *PCmdActiveThreadLightDump) GetThreadName() []string
- func (*PCmdActiveThreadLightDump) ProtoMessage()
- func (x *PCmdActiveThreadLightDump) ProtoReflect() protoreflect.Message
- func (x *PCmdActiveThreadLightDump) Reset()
- func (x *PCmdActiveThreadLightDump) String() string
- type PCmdActiveThreadLightDumpRes
- func (*PCmdActiveThreadLightDumpRes) Descriptor() ([]byte, []int)deprecated
- func (x *PCmdActiveThreadLightDumpRes) GetCommonResponse() *PCmdResponse
- func (x *PCmdActiveThreadLightDumpRes) GetSubType() string
- func (x *PCmdActiveThreadLightDumpRes) GetThreadDump() []*PActiveThreadLightDump
- func (x *PCmdActiveThreadLightDumpRes) GetType() string
- func (x *PCmdActiveThreadLightDumpRes) GetVersion() string
- func (*PCmdActiveThreadLightDumpRes) ProtoMessage()
- func (x *PCmdActiveThreadLightDumpRes) ProtoReflect() protoreflect.Message
- func (x *PCmdActiveThreadLightDumpRes) Reset()
- func (x *PCmdActiveThreadLightDumpRes) String() string
- type PCmdEcho
- type PCmdEchoResponse
- func (*PCmdEchoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PCmdEchoResponse) GetCommonResponse() *PCmdResponse
- func (x *PCmdEchoResponse) GetMessage() string
- func (*PCmdEchoResponse) ProtoMessage()
- func (x *PCmdEchoResponse) ProtoReflect() protoreflect.Message
- func (x *PCmdEchoResponse) Reset()
- func (x *PCmdEchoResponse) String() string
- type PCmdMessage
- func (*PCmdMessage) Descriptor() ([]byte, []int)deprecated
- func (x *PCmdMessage) GetFailMessage() *PCmdResponse
- func (x *PCmdMessage) GetHandshakeMessage() *PCmdServiceHandshake
- func (m *PCmdMessage) GetMessage() isPCmdMessage_Message
- func (*PCmdMessage) ProtoMessage()
- func (x *PCmdMessage) ProtoReflect() protoreflect.Message
- func (x *PCmdMessage) Reset()
- func (x *PCmdMessage) String() string
- type PCmdMessage_FailMessage
- type PCmdMessage_HandshakeMessage
- type PCmdRequest
- func (*PCmdRequest) Descriptor() ([]byte, []int)deprecated
- func (m *PCmdRequest) GetCommand() isPCmdRequest_Command
- func (x *PCmdRequest) GetCommandActiveThreadCount() *PCmdActiveThreadCount
- func (x *PCmdRequest) GetCommandActiveThreadDump() *PCmdActiveThreadDump
- func (x *PCmdRequest) GetCommandActiveThreadLightDump() *PCmdActiveThreadLightDump
- func (x *PCmdRequest) GetCommandEcho() *PCmdEcho
- func (x *PCmdRequest) GetRequestId() int32
- func (*PCmdRequest) ProtoMessage()
- func (x *PCmdRequest) ProtoReflect() protoreflect.Message
- func (x *PCmdRequest) Reset()
- func (x *PCmdRequest) String() string
- type PCmdRequest_CommandActiveThreadCount
- type PCmdRequest_CommandActiveThreadDump
- type PCmdRequest_CommandActiveThreadLightDump
- type PCmdRequest_CommandEcho
- type PCmdResponse
- func (*PCmdResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PCmdResponse) GetMessage() *wrapperspb.StringValue
- func (x *PCmdResponse) GetResponseId() int32
- func (x *PCmdResponse) GetStatus() int32
- func (*PCmdResponse) ProtoMessage()
- func (x *PCmdResponse) ProtoReflect() protoreflect.Message
- func (x *PCmdResponse) Reset()
- func (x *PCmdResponse) String() string
- type PCmdServiceHandshake
- func (*PCmdServiceHandshake) Descriptor() ([]byte, []int)deprecated
- func (x *PCmdServiceHandshake) GetSupportCommandServiceKey() []int32
- func (*PCmdServiceHandshake) ProtoMessage()
- func (x *PCmdServiceHandshake) ProtoReflect() protoreflect.Message
- func (x *PCmdServiceHandshake) Reset()
- func (x *PCmdServiceHandshake) String() string
- type PCmdStreamResponse
- func (*PCmdStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PCmdStreamResponse) GetMessage() *wrapperspb.StringValue
- func (x *PCmdStreamResponse) GetResponseId() int32
- func (x *PCmdStreamResponse) GetSequenceId() int32
- func (*PCmdStreamResponse) ProtoMessage()
- func (x *PCmdStreamResponse) ProtoReflect() protoreflect.Message
- func (x *PCmdStreamResponse) Reset()
- func (x *PCmdStreamResponse) String() string
- type PCommandType
- func (PCommandType) Descriptor() protoreflect.EnumDescriptor
- func (x PCommandType) Enum() *PCommandType
- func (PCommandType) EnumDescriptor() ([]byte, []int)deprecated
- func (x PCommandType) Number() protoreflect.EnumNumber
- func (x PCommandType) String() string
- func (PCommandType) Type() protoreflect.EnumType
- type PCpuLoad
- type PCustomMetric
- func (*PCustomMetric) Descriptor() ([]byte, []int)deprecated
- func (x *PCustomMetric) GetDoubleGaugeMetric() *PDouleGaugeMetric
- func (m *PCustomMetric) GetField() isPCustomMetric_Field
- func (x *PCustomMetric) GetIntCountMetric() *PIntCountMetric
- func (x *PCustomMetric) GetIntGaugeMetric() *PIntGaugeMetric
- func (x *PCustomMetric) GetLongCountMetric() *PLongCountMetric
- func (x *PCustomMetric) GetLongGaugeMetric() *PLongGaugeMetric
- func (*PCustomMetric) ProtoMessage()
- func (x *PCustomMetric) ProtoReflect() protoreflect.Message
- func (x *PCustomMetric) Reset()
- func (x *PCustomMetric) String() string
- type PCustomMetricMessage
- func (*PCustomMetricMessage) Descriptor() ([]byte, []int)deprecated
- func (x *PCustomMetricMessage) GetCollectInterval() []int64
- func (x *PCustomMetricMessage) GetCustomMetrics() []*PCustomMetric
- func (x *PCustomMetricMessage) GetTimestamp() []int64
- func (*PCustomMetricMessage) ProtoMessage()
- func (x *PCustomMetricMessage) ProtoReflect() protoreflect.Message
- func (x *PCustomMetricMessage) Reset()
- func (x *PCustomMetricMessage) String() string
- type PCustomMetric_DoubleGaugeMetric
- type PCustomMetric_IntCountMetric
- type PCustomMetric_IntGaugeMetric
- type PCustomMetric_LongCountMetric
- type PCustomMetric_LongGaugeMetric
- type PDataSource
- func (*PDataSource) Descriptor() ([]byte, []int)deprecated
- func (x *PDataSource) GetActiveConnectionSize() int32
- func (x *PDataSource) GetDatabaseName() string
- func (x *PDataSource) GetId() int32
- func (x *PDataSource) GetMaxConnectionSize() int32
- func (x *PDataSource) GetServiceTypeCode() int32
- func (x *PDataSource) GetUrl() string
- func (*PDataSource) ProtoMessage()
- func (x *PDataSource) ProtoReflect() protoreflect.Message
- func (x *PDataSource) Reset()
- func (x *PDataSource) String() string
- type PDataSourceList
- type PDeadlock
- type PDirectBuffer
- func (*PDirectBuffer) Descriptor() ([]byte, []int)deprecated
- func (x *PDirectBuffer) GetDirectCount() int64
- func (x *PDirectBuffer) GetDirectMemoryUsed() int64
- func (x *PDirectBuffer) GetMappedCount() int64
- func (x *PDirectBuffer) GetMappedMemoryUsed() int64
- func (*PDirectBuffer) ProtoMessage()
- func (x *PDirectBuffer) ProtoReflect() protoreflect.Message
- func (x *PDirectBuffer) Reset()
- func (x *PDirectBuffer) String() string
- type PDoubleValue
- func (*PDoubleValue) Descriptor() ([]byte, []int)deprecated
- func (x *PDoubleValue) GetIsNotSet() bool
- func (x *PDoubleValue) GetValue() float64
- func (*PDoubleValue) ProtoMessage()
- func (x *PDoubleValue) ProtoReflect() protoreflect.Message
- func (x *PDoubleValue) Reset()
- func (x *PDoubleValue) String() string
- type PDouleGaugeMetric
- func (*PDouleGaugeMetric) Descriptor() ([]byte, []int)deprecated
- func (x *PDouleGaugeMetric) GetName() string
- func (x *PDouleGaugeMetric) GetValues() []*PDoubleValue
- func (*PDouleGaugeMetric) ProtoMessage()
- func (x *PDouleGaugeMetric) ProtoReflect() protoreflect.Message
- func (x *PDouleGaugeMetric) Reset()
- func (x *PDouleGaugeMetric) String() string
- type PEachUriStat
- func (*PEachUriStat) Descriptor() ([]byte, []int)deprecated
- func (x *PEachUriStat) GetFailedHistogram() *PUriHistogram
- func (x *PEachUriStat) GetTotalHistogram() *PUriHistogram
- func (x *PEachUriStat) GetUri() string
- func (*PEachUriStat) ProtoMessage()
- func (x *PEachUriStat) ProtoReflect() protoreflect.Message
- func (x *PEachUriStat) Reset()
- func (x *PEachUriStat) String() string
- type PFileDescriptor
- func (*PFileDescriptor) Descriptor() ([]byte, []int)deprecated
- func (x *PFileDescriptor) GetOpenFileDescriptorCount() int64
- func (*PFileDescriptor) ProtoMessage()
- func (x *PFileDescriptor) ProtoReflect() protoreflect.Message
- func (x *PFileDescriptor) Reset()
- func (x *PFileDescriptor) String() string
- type PIntBooleanIntBooleanValue
- func (*PIntBooleanIntBooleanValue) Descriptor() ([]byte, []int)deprecated
- func (x *PIntBooleanIntBooleanValue) GetBoolValue1() bool
- func (x *PIntBooleanIntBooleanValue) GetBoolValue2() bool
- func (x *PIntBooleanIntBooleanValue) GetIntValue1() int32
- func (x *PIntBooleanIntBooleanValue) GetIntValue2() int32
- func (*PIntBooleanIntBooleanValue) ProtoMessage()
- func (x *PIntBooleanIntBooleanValue) ProtoReflect() protoreflect.Message
- func (x *PIntBooleanIntBooleanValue) Reset()
- func (x *PIntBooleanIntBooleanValue) String() string
- type PIntCountMetric
- func (*PIntCountMetric) Descriptor() ([]byte, []int)deprecated
- func (x *PIntCountMetric) GetName() string
- func (x *PIntCountMetric) GetValues() []*PIntValue
- func (*PIntCountMetric) ProtoMessage()
- func (x *PIntCountMetric) ProtoReflect() protoreflect.Message
- func (x *PIntCountMetric) Reset()
- func (x *PIntCountMetric) String() string
- type PIntGaugeMetric
- func (*PIntGaugeMetric) Descriptor() ([]byte, []int)deprecated
- func (x *PIntGaugeMetric) GetName() string
- func (x *PIntGaugeMetric) GetValues() []*PIntValue
- func (*PIntGaugeMetric) ProtoMessage()
- func (x *PIntGaugeMetric) ProtoReflect() protoreflect.Message
- func (x *PIntGaugeMetric) Reset()
- func (x *PIntGaugeMetric) String() string
- type PIntStringStringValue
- func (*PIntStringStringValue) Descriptor() ([]byte, []int)deprecated
- func (x *PIntStringStringValue) GetIntValue() int32
- func (x *PIntStringStringValue) GetStringValue1() *wrapperspb.StringValue
- func (x *PIntStringStringValue) GetStringValue2() *wrapperspb.StringValue
- func (*PIntStringStringValue) ProtoMessage()
- func (x *PIntStringStringValue) ProtoReflect() protoreflect.Message
- func (x *PIntStringStringValue) Reset()
- func (x *PIntStringStringValue) String() string
- type PIntStringValue
- func (*PIntStringValue) Descriptor() ([]byte, []int)deprecated
- func (x *PIntStringValue) GetIntValue() int32
- func (x *PIntStringValue) GetStringValue() *wrapperspb.StringValue
- func (*PIntStringValue) ProtoMessage()
- func (x *PIntStringValue) ProtoReflect() protoreflect.Message
- func (x *PIntStringValue) Reset()
- func (x *PIntStringValue) String() string
- type PIntValue
- type PJvmGc
- func (*PJvmGc) Descriptor() ([]byte, []int)deprecated
- func (x *PJvmGc) GetJvmGcDetailed() *PJvmGcDetailed
- func (x *PJvmGc) GetJvmGcOldCount() int64
- func (x *PJvmGc) GetJvmGcOldTime() int64
- func (x *PJvmGc) GetJvmMemoryHeapMax() int64
- func (x *PJvmGc) GetJvmMemoryHeapUsed() int64
- func (x *PJvmGc) GetJvmMemoryNonHeapMax() int64
- func (x *PJvmGc) GetJvmMemoryNonHeapUsed() int64
- func (x *PJvmGc) GetType() PJvmGcType
- func (*PJvmGc) ProtoMessage()
- func (x *PJvmGc) ProtoReflect() protoreflect.Message
- func (x *PJvmGc) Reset()
- func (x *PJvmGc) String() string
- type PJvmGcDetailed
- func (*PJvmGcDetailed) Descriptor() ([]byte, []int)deprecated
- func (x *PJvmGcDetailed) GetJvmGcNewCount() int64
- func (x *PJvmGcDetailed) GetJvmGcNewTime() int64
- func (x *PJvmGcDetailed) GetJvmPoolCodeCacheUsed() float64
- func (x *PJvmGcDetailed) GetJvmPoolMetaspaceUsed() float64
- func (x *PJvmGcDetailed) GetJvmPoolNewGenUsed() float64
- func (x *PJvmGcDetailed) GetJvmPoolOldGenUsed() float64
- func (x *PJvmGcDetailed) GetJvmPoolPermGenUsed() float64
- func (x *PJvmGcDetailed) GetJvmPoolSurvivorSpaceUsed() float64
- func (*PJvmGcDetailed) ProtoMessage()
- func (x *PJvmGcDetailed) ProtoReflect() protoreflect.Message
- func (x *PJvmGcDetailed) Reset()
- func (x *PJvmGcDetailed) String() string
- type PJvmGcType
- type PJvmInfo
- func (*PJvmInfo) Descriptor() ([]byte, []int)deprecated
- func (x *PJvmInfo) GetGcType() PJvmGcType
- func (x *PJvmInfo) GetVersion() int32
- func (x *PJvmInfo) GetVmVersion() string
- func (*PJvmInfo) ProtoMessage()
- func (x *PJvmInfo) ProtoReflect() protoreflect.Message
- func (x *PJvmInfo) Reset()
- func (x *PJvmInfo) String() string
- type PLoadedClass
- func (*PLoadedClass) Descriptor() ([]byte, []int)deprecated
- func (x *PLoadedClass) GetLoadedClassCount() int64
- func (x *PLoadedClass) GetUnloadedClassCount() int64
- func (*PLoadedClass) ProtoMessage()
- func (x *PLoadedClass) ProtoReflect() protoreflect.Message
- func (x *PLoadedClass) Reset()
- func (x *PLoadedClass) String() string
- type PLocalAsyncId
- func (*PLocalAsyncId) Descriptor() ([]byte, []int)deprecated
- func (x *PLocalAsyncId) GetAsyncId() int32
- func (x *PLocalAsyncId) GetSequence() int32
- func (*PLocalAsyncId) ProtoMessage()
- func (x *PLocalAsyncId) ProtoReflect() protoreflect.Message
- func (x *PLocalAsyncId) Reset()
- func (x *PLocalAsyncId) String() string
- type PLongCountMetric
- func (*PLongCountMetric) Descriptor() ([]byte, []int)deprecated
- func (x *PLongCountMetric) GetName() string
- func (x *PLongCountMetric) GetValues() []*PLongValue
- func (*PLongCountMetric) ProtoMessage()
- func (x *PLongCountMetric) ProtoReflect() protoreflect.Message
- func (x *PLongCountMetric) Reset()
- func (x *PLongCountMetric) String() string
- type PLongGaugeMetric
- func (*PLongGaugeMetric) Descriptor() ([]byte, []int)deprecated
- func (x *PLongGaugeMetric) GetName() string
- func (x *PLongGaugeMetric) GetValues() []*PLongValue
- func (*PLongGaugeMetric) ProtoMessage()
- func (x *PLongGaugeMetric) ProtoReflect() protoreflect.Message
- func (x *PLongGaugeMetric) Reset()
- func (x *PLongGaugeMetric) String() string
- type PLongIntIntByteByteStringValue
- func (*PLongIntIntByteByteStringValue) Descriptor() ([]byte, []int)deprecated
- func (x *PLongIntIntByteByteStringValue) GetByteValue1() int32
- func (x *PLongIntIntByteByteStringValue) GetByteValue2() int32
- func (x *PLongIntIntByteByteStringValue) GetIntValue1() int32
- func (x *PLongIntIntByteByteStringValue) GetIntValue2() int32
- func (x *PLongIntIntByteByteStringValue) GetLongValue() int64
- func (x *PLongIntIntByteByteStringValue) GetStringValue() *wrapperspb.StringValue
- func (*PLongIntIntByteByteStringValue) ProtoMessage()
- func (x *PLongIntIntByteByteStringValue) ProtoReflect() protoreflect.Message
- func (x *PLongIntIntByteByteStringValue) Reset()
- func (x *PLongIntIntByteByteStringValue) String() string
- type PLongValue
- type PMessageEvent
- func (*PMessageEvent) Descriptor() ([]byte, []int)deprecated
- func (x *PMessageEvent) GetDestinationId() string
- func (x *PMessageEvent) GetEndPoint() string
- func (x *PMessageEvent) GetNextSpanId() int64
- func (*PMessageEvent) ProtoMessage()
- func (x *PMessageEvent) ProtoReflect() protoreflect.Message
- func (x *PMessageEvent) Reset()
- func (x *PMessageEvent) String() string
- type PMonitorInfo
- func (*PMonitorInfo) Descriptor() ([]byte, []int)deprecated
- func (x *PMonitorInfo) GetStackDepth() int32
- func (x *PMonitorInfo) GetStackFrame() string
- func (*PMonitorInfo) ProtoMessage()
- func (x *PMonitorInfo) ProtoReflect() protoreflect.Message
- func (x *PMonitorInfo) Reset()
- func (x *PMonitorInfo) String() string
- type PNextEvent
- func (*PNextEvent) Descriptor() ([]byte, []int)deprecated
- func (m *PNextEvent) GetField() isPNextEvent_Field
- func (x *PNextEvent) GetMessageEvent() *PMessageEvent
- func (*PNextEvent) ProtoMessage()
- func (x *PNextEvent) ProtoReflect() protoreflect.Message
- func (x *PNextEvent) Reset()
- func (x *PNextEvent) String() string
- type PNextEvent_MessageEvent
- type PParentInfo
- func (*PParentInfo) Descriptor() ([]byte, []int)deprecated
- func (x *PParentInfo) GetAcceptorHost() string
- func (x *PParentInfo) GetParentApplicationName() string
- func (x *PParentInfo) GetParentApplicationType() int32
- func (*PParentInfo) ProtoMessage()
- func (x *PParentInfo) ProtoReflect() protoreflect.Message
- func (x *PParentInfo) Reset()
- func (x *PParentInfo) String() string
- type PPing
- type PResponseTime
- func (*PResponseTime) Descriptor() ([]byte, []int)deprecated
- func (x *PResponseTime) GetAvg() int64
- func (x *PResponseTime) GetMax() int64
- func (*PResponseTime) ProtoMessage()
- func (x *PResponseTime) ProtoReflect() protoreflect.Message
- func (x *PResponseTime) Reset()
- func (x *PResponseTime) String() string
- type PResult
- type PServerMetaData
- func (*PServerMetaData) Descriptor() ([]byte, []int)deprecated
- func (x *PServerMetaData) GetServerInfo() string
- func (x *PServerMetaData) GetServiceInfo() []*PServiceInfo
- func (x *PServerMetaData) GetVmArg() []string
- func (*PServerMetaData) ProtoMessage()
- func (x *PServerMetaData) ProtoReflect() protoreflect.Message
- func (x *PServerMetaData) Reset()
- func (x *PServerMetaData) String() string
- type PServiceInfo
- func (*PServiceInfo) Descriptor() ([]byte, []int)deprecated
- func (x *PServiceInfo) GetServiceLib() []string
- func (x *PServiceInfo) GetServiceName() string
- func (*PServiceInfo) ProtoMessage()
- func (x *PServiceInfo) ProtoReflect() protoreflect.Message
- func (x *PServiceInfo) Reset()
- func (x *PServiceInfo) String() string
- type PSpan
- func (*PSpan) Descriptor() ([]byte, []int)deprecated
- func (x *PSpan) GetAcceptEvent() *PAcceptEvent
- func (x *PSpan) GetAnnotation() []*PAnnotation
- func (x *PSpan) GetApiId() int32
- func (x *PSpan) GetApplicationServiceType() int32
- func (x *PSpan) GetElapsed() int32
- func (x *PSpan) GetErr() int32
- func (x *PSpan) GetExceptionInfo() *PIntStringValue
- func (x *PSpan) GetFlag() int32
- func (x *PSpan) GetLoggingTransactionInfo() int32
- func (x *PSpan) GetParentSpanId() int64
- func (x *PSpan) GetServiceType() int32
- func (x *PSpan) GetSpanEvent() []*PSpanEvent
- func (x *PSpan) GetSpanId() int64
- func (x *PSpan) GetStartTime() int64
- func (x *PSpan) GetTransactionId() *PTransactionId
- func (x *PSpan) GetVersion() int32
- func (*PSpan) ProtoMessage()
- func (x *PSpan) ProtoReflect() protoreflect.Message
- func (x *PSpan) Reset()
- func (x *PSpan) String() string
- type PSpanChunk
- func (*PSpanChunk) Descriptor() ([]byte, []int)deprecated
- func (x *PSpanChunk) GetApplicationServiceType() int32
- func (x *PSpanChunk) GetEndPoint() string
- func (x *PSpanChunk) GetKeyTime() int64
- func (x *PSpanChunk) GetLocalAsyncId() *PLocalAsyncId
- func (x *PSpanChunk) GetSpanEvent() []*PSpanEvent
- func (x *PSpanChunk) GetSpanId() int64
- func (x *PSpanChunk) GetTransactionId() *PTransactionId
- func (x *PSpanChunk) GetVersion() int32
- func (*PSpanChunk) ProtoMessage()
- func (x *PSpanChunk) ProtoReflect() protoreflect.Message
- func (x *PSpanChunk) Reset()
- func (x *PSpanChunk) String() string
- type PSpanEvent
- func (*PSpanEvent) Descriptor() ([]byte, []int)deprecated
- func (x *PSpanEvent) GetAnnotation() []*PAnnotation
- func (x *PSpanEvent) GetApiId() int32
- func (x *PSpanEvent) GetAsyncEvent() int32
- func (x *PSpanEvent) GetDepth() int32
- func (x *PSpanEvent) GetEndElapsed() int32
- func (x *PSpanEvent) GetExceptionInfo() *PIntStringValue
- func (x *PSpanEvent) GetNextEvent() *PNextEvent
- func (x *PSpanEvent) GetSequence() int32
- func (x *PSpanEvent) GetServiceType() int32
- func (x *PSpanEvent) GetStartElapsed() int32
- func (*PSpanEvent) ProtoMessage()
- func (x *PSpanEvent) ProtoReflect() protoreflect.Message
- func (x *PSpanEvent) Reset()
- func (x *PSpanEvent) String() string
- type PSpanMessage
- func (*PSpanMessage) Descriptor() ([]byte, []int)deprecated
- func (m *PSpanMessage) GetField() isPSpanMessage_Field
- func (x *PSpanMessage) GetSpan() *PSpan
- func (x *PSpanMessage) GetSpanChunk() *PSpanChunk
- func (*PSpanMessage) ProtoMessage()
- func (x *PSpanMessage) ProtoReflect() protoreflect.Message
- func (x *PSpanMessage) Reset()
- func (x *PSpanMessage) String() string
- type PSpanMessageWithMeta
- func (*PSpanMessageWithMeta) Descriptor() ([]byte, []int)deprecated
- func (x *PSpanMessageWithMeta) GetMeta() map[string]*StringSlice
- func (x *PSpanMessageWithMeta) GetSpanMessage() *PSpanMessage
- func (*PSpanMessageWithMeta) ProtoMessage()
- func (x *PSpanMessageWithMeta) ProtoReflect() protoreflect.Message
- func (x *PSpanMessageWithMeta) Reset()
- func (x *PSpanMessageWithMeta) String() string
- type PSpanMessage_Span
- type PSpanMessage_SpanChunk
- type PSqlMetaData
- func (*PSqlMetaData) Descriptor() ([]byte, []int)deprecated
- func (x *PSqlMetaData) GetSql() string
- func (x *PSqlMetaData) GetSqlId() int32
- func (*PSqlMetaData) ProtoMessage()
- func (x *PSqlMetaData) ProtoReflect() protoreflect.Message
- func (x *PSqlMetaData) Reset()
- func (x *PSqlMetaData) String() string
- type PStatMessage
- func (*PStatMessage) Descriptor() ([]byte, []int)deprecated
- func (x *PStatMessage) GetAgentStat() *PAgentStat
- func (x *PStatMessage) GetAgentStatBatch() *PAgentStatBatch
- func (x *PStatMessage) GetAgentUriStat() *PAgentUriStat
- func (m *PStatMessage) GetField() isPStatMessage_Field
- func (*PStatMessage) ProtoMessage()
- func (x *PStatMessage) ProtoReflect() protoreflect.Message
- func (x *PStatMessage) Reset()
- func (x *PStatMessage) String() string
- type PStatMessage_AgentStat
- type PStatMessage_AgentStatBatch
- type PStatMessage_AgentUriStat
- type PStringMetaData
- func (*PStringMetaData) Descriptor() ([]byte, []int)deprecated
- func (x *PStringMetaData) GetStringId() int32
- func (x *PStringMetaData) GetStringValue() string
- func (*PStringMetaData) ProtoMessage()
- func (x *PStringMetaData) ProtoReflect() protoreflect.Message
- func (x *PStringMetaData) Reset()
- func (x *PStringMetaData) String() string
- type PStringStringValue
- func (*PStringStringValue) Descriptor() ([]byte, []int)deprecated
- func (x *PStringStringValue) GetStringValue1() *wrapperspb.StringValue
- func (x *PStringStringValue) GetStringValue2() *wrapperspb.StringValue
- func (*PStringStringValue) ProtoMessage()
- func (x *PStringStringValue) ProtoReflect() protoreflect.Message
- func (x *PStringStringValue) Reset()
- func (x *PStringStringValue) String() string
- type PThreadDump
- func (*PThreadDump) Descriptor() ([]byte, []int)deprecated
- func (x *PThreadDump) GetBlockedCount() int64
- func (x *PThreadDump) GetBlockedTime() int64
- func (x *PThreadDump) GetInNative() bool
- func (x *PThreadDump) GetLockName() string
- func (x *PThreadDump) GetLockOwnerId() int64
- func (x *PThreadDump) GetLockOwnerName() string
- func (x *PThreadDump) GetLockedMonitor() []*PMonitorInfo
- func (x *PThreadDump) GetLockedSynchronizer() []string
- func (x *PThreadDump) GetStackTrace() []string
- func (x *PThreadDump) GetSuspended() bool
- func (x *PThreadDump) GetThreadId() int64
- func (x *PThreadDump) GetThreadName() string
- func (x *PThreadDump) GetThreadState() PThreadState
- func (x *PThreadDump) GetWaitedCount() int64
- func (x *PThreadDump) GetWaitedTime() int64
- func (*PThreadDump) ProtoMessage()
- func (x *PThreadDump) ProtoReflect() protoreflect.Message
- func (x *PThreadDump) Reset()
- func (x *PThreadDump) String() string
- type PThreadDumpType
- func (PThreadDumpType) Descriptor() protoreflect.EnumDescriptor
- func (x PThreadDumpType) Enum() *PThreadDumpType
- func (PThreadDumpType) EnumDescriptor() ([]byte, []int)deprecated
- func (x PThreadDumpType) Number() protoreflect.EnumNumber
- func (x PThreadDumpType) String() string
- func (PThreadDumpType) Type() protoreflect.EnumType
- type PThreadLightDump
- func (*PThreadLightDump) Descriptor() ([]byte, []int)deprecated
- func (x *PThreadLightDump) GetThreadId() int64
- func (x *PThreadLightDump) GetThreadName() string
- func (x *PThreadLightDump) GetThreadState() PThreadState
- func (*PThreadLightDump) ProtoMessage()
- func (x *PThreadLightDump) ProtoReflect() protoreflect.Message
- func (x *PThreadLightDump) Reset()
- func (x *PThreadLightDump) String() string
- type PThreadState
- func (PThreadState) Descriptor() protoreflect.EnumDescriptor
- func (x PThreadState) Enum() *PThreadState
- func (PThreadState) EnumDescriptor() ([]byte, []int)deprecated
- func (x PThreadState) Number() protoreflect.EnumNumber
- func (x PThreadState) String() string
- func (PThreadState) Type() protoreflect.EnumType
- type PTotalThread
- type PTransaction
- func (*PTransaction) Descriptor() ([]byte, []int)deprecated
- func (x *PTransaction) GetSampledContinuationCount() int64
- func (x *PTransaction) GetSampledNewCount() int64
- func (x *PTransaction) GetSkippedContinuationCount() int64
- func (x *PTransaction) GetSkippedNewCount() int64
- func (x *PTransaction) GetUnsampledContinuationCount() int64
- func (x *PTransaction) GetUnsampledNewCount() int64
- func (*PTransaction) ProtoMessage()
- func (x *PTransaction) ProtoReflect() protoreflect.Message
- func (x *PTransaction) Reset()
- func (x *PTransaction) String() string
- type PTransactionId
- func (*PTransactionId) Descriptor() ([]byte, []int)deprecated
- func (x *PTransactionId) GetAgentId() string
- func (x *PTransactionId) GetAgentStartTime() int64
- func (x *PTransactionId) GetSequence() int64
- func (*PTransactionId) ProtoMessage()
- func (x *PTransactionId) ProtoReflect() protoreflect.Message
- func (x *PTransactionId) Reset()
- func (x *PTransactionId) String() string
- type PUriHistogram
- func (*PUriHistogram) Descriptor() ([]byte, []int)deprecated
- func (x *PUriHistogram) GetAvg() float64
- func (x *PUriHistogram) GetCount() int32
- func (x *PUriHistogram) GetHistogram() []int32
- func (x *PUriHistogram) GetMax() int64
- func (*PUriHistogram) ProtoMessage()
- func (x *PUriHistogram) ProtoReflect() protoreflect.Message
- func (x *PUriHistogram) Reset()
- func (x *PUriHistogram) String() string
- type ProfilerCommandServiceClient
- type ProfilerCommandServiceServer
- type ProfilerCommandService_CommandStreamActiveThreadCountClient
- type ProfilerCommandService_CommandStreamActiveThreadCountServer
- type ProfilerCommandService_HandleCommandClient
- type ProfilerCommandService_HandleCommandServer
- type ProfilerCommandService_HandleCommandV2Client
- type ProfilerCommandService_HandleCommandV2Server
- type SpanClient
- type SpanServer
- type Span_SendSpanClient
- type Span_SendSpanServer
- type StatClient
- type StatServer
- type Stat_SendAgentStatClient
- type Stat_SendAgentStatServer
- type StringSlice
- type UnimplementedAgentServer
- type UnimplementedMetadataServer
- func (UnimplementedMetadataServer) RequestApiMetaData(context.Context, *PApiMetaData) (*PResult, error)
- func (UnimplementedMetadataServer) RequestSqlMetaData(context.Context, *PSqlMetaData) (*PResult, error)
- func (UnimplementedMetadataServer) RequestStringMetaData(context.Context, *PStringMetaData) (*PResult, error)
- type UnimplementedProfilerCommandServiceServer
- func (UnimplementedProfilerCommandServiceServer) CommandActiveThreadDump(context.Context, *PCmdActiveThreadDumpRes) (*emptypb.Empty, error)
- func (UnimplementedProfilerCommandServiceServer) CommandActiveThreadLightDump(context.Context, *PCmdActiveThreadLightDumpRes) (*emptypb.Empty, error)
- func (UnimplementedProfilerCommandServiceServer) CommandEcho(context.Context, *PCmdEchoResponse) (*emptypb.Empty, error)
- func (UnimplementedProfilerCommandServiceServer) CommandStreamActiveThreadCount(ProfilerCommandService_CommandStreamActiveThreadCountServer) error
- func (UnimplementedProfilerCommandServiceServer) HandleCommand(ProfilerCommandService_HandleCommandServer) error
- func (UnimplementedProfilerCommandServiceServer) HandleCommandV2(ProfilerCommandService_HandleCommandV2Server) error
- type UnimplementedSpanServer
- type UnimplementedStatServer
- type UnsafeAgentServer
- type UnsafeMetadataServer
- type UnsafeProfilerCommandServiceServer
- type UnsafeSpanServer
- type UnsafeStatServer
Constants ¶
This section is empty.
Variables ¶
var ( PCommandType_name = map[int32]string{ 0: "NONE", 100: "PING", 101: "PONG", 710: "ECHO", 730: "ACTIVE_THREAD_COUNT", 740: "ACTIVE_THREAD_DUMP", 750: "ACTIVE_THREAD_LIGHT_DUMP", } PCommandType_value = map[string]int32{ "NONE": 0, "PING": 100, "PONG": 101, "ECHO": 710, "ACTIVE_THREAD_COUNT": 730, "ACTIVE_THREAD_DUMP": 740, "ACTIVE_THREAD_LIGHT_DUMP": 750, } )
Enum value maps for PCommandType.
var ( PJvmGcType_name = map[int32]string{ 0: "JVM_GC_TYPE_UNKNOWN", 1: "JVM_GC_TYPE_SERIAL", 2: "JVM_GC_TYPE_PARALLEL", 3: "JVM_GC_TYPE_CMS", 4: "JVM_GC_TYPE_G1", } PJvmGcType_value = map[string]int32{ "JVM_GC_TYPE_UNKNOWN": 0, "JVM_GC_TYPE_SERIAL": 1, "JVM_GC_TYPE_PARALLEL": 2, "JVM_GC_TYPE_CMS": 3, "JVM_GC_TYPE_G1": 4, } )
Enum value maps for PJvmGcType.
var ( PThreadState_name = map[int32]string{ 0: "THREAD_STATE_NEW", 1: "THREAD_STATE_RUNNABLE", 2: "THREAD_STATE_BLOCKED", 3: "THREAD_STATE_WAITING", 4: "THREAD_STATE_TIMED_WAITING", 5: "THREAD_STATE_TERMINATED", 6: "THREAD_STATE_UNKNOWN", } PThreadState_value = map[string]int32{ "THREAD_STATE_NEW": 0, "THREAD_STATE_RUNNABLE": 1, "THREAD_STATE_BLOCKED": 2, "THREAD_STATE_WAITING": 3, "THREAD_STATE_TIMED_WAITING": 4, "THREAD_STATE_TERMINATED": 5, "THREAD_STATE_UNKNOWN": 6, } )
Enum value maps for PThreadState.
var ( PThreadDumpType_name = map[int32]string{ 0: "TARGET", 1: "PENDING", } PThreadDumpType_value = map[string]int32{ "TARGET": 0, "PENDING": 1, } )
Enum value maps for PThreadDumpType.
var File_v1_Annotation_proto protoreflect.FileDescriptor
var File_v1_Cmd_proto protoreflect.FileDescriptor
var File_v1_CustomMetric_proto protoreflect.FileDescriptor
var File_v1_Service_proto protoreflect.FileDescriptor
var File_v1_Span_proto protoreflect.FileDescriptor
var File_v1_Stat_proto protoreflect.FileDescriptor
var File_v1_ThreadDump_proto protoreflect.FileDescriptor
Functions ¶
func RegisterAgentServer ¶
func RegisterAgentServer(s grpc.ServiceRegistrar, srv AgentServer)
func RegisterMetadataServer ¶
func RegisterMetadataServer(s grpc.ServiceRegistrar, srv MetadataServer)
func RegisterProfilerCommandServiceServer ¶
func RegisterProfilerCommandServiceServer(s grpc.ServiceRegistrar, srv ProfilerCommandServiceServer)
func RegisterSpanServer ¶
func RegisterSpanServer(s grpc.ServiceRegistrar, srv SpanServer)
func RegisterStatServer ¶
func RegisterStatServer(s grpc.ServiceRegistrar, srv StatServer)
Types ¶
type AgentClient ¶
type AgentClient interface { RequestAgentInfo(ctx context.Context, in *PAgentInfo, opts ...grpc.CallOption) (*PResult, error) PingSession(ctx context.Context, opts ...grpc.CallOption) (Agent_PingSessionClient, error) }
AgentClient is the client API for Agent service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewAgentClient ¶
func NewAgentClient(cc grpc.ClientConnInterface) AgentClient
type AgentServer ¶
type AgentServer interface { RequestAgentInfo(context.Context, *PAgentInfo) (*PResult, error) PingSession(Agent_PingSessionServer) error // contains filtered or unexported methods }
AgentServer is the server API for Agent service. All implementations must embed UnimplementedAgentServer for forward compatibility
type Agent_PingSessionClient ¶
type Agent_PingSessionServer ¶
type MetadataClient ¶
type MetadataClient interface { RequestSqlMetaData(ctx context.Context, in *PSqlMetaData, opts ...grpc.CallOption) (*PResult, error) RequestApiMetaData(ctx context.Context, in *PApiMetaData, opts ...grpc.CallOption) (*PResult, error) RequestStringMetaData(ctx context.Context, in *PStringMetaData, opts ...grpc.CallOption) (*PResult, error) }
MetadataClient is the client API for Metadata service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewMetadataClient ¶
func NewMetadataClient(cc grpc.ClientConnInterface) MetadataClient
type MetadataServer ¶
type MetadataServer interface { RequestSqlMetaData(context.Context, *PSqlMetaData) (*PResult, error) RequestApiMetaData(context.Context, *PApiMetaData) (*PResult, error) RequestStringMetaData(context.Context, *PStringMetaData) (*PResult, error) // contains filtered or unexported methods }
MetadataServer is the server API for Metadata service. All implementations must embed UnimplementedMetadataServer for forward compatibility
type PAcceptEvent ¶
type PAcceptEvent struct { Rpc string `protobuf:"bytes,1,opt,name=rpc,proto3" json:"rpc,omitempty"` EndPoint string `protobuf:"bytes,2,opt,name=endPoint,proto3" json:"endPoint,omitempty"` RemoteAddr string `protobuf:"bytes,3,opt,name=remoteAddr,proto3" json:"remoteAddr,omitempty"` ParentInfo *PParentInfo `protobuf:"bytes,4,opt,name=parentInfo,proto3" json:"parentInfo,omitempty"` // contains filtered or unexported fields }
func (*PAcceptEvent) Descriptor
deprecated
func (*PAcceptEvent) Descriptor() ([]byte, []int)
Deprecated: Use PAcceptEvent.ProtoReflect.Descriptor instead.
func (*PAcceptEvent) GetEndPoint ¶
func (x *PAcceptEvent) GetEndPoint() string
func (*PAcceptEvent) GetParentInfo ¶
func (x *PAcceptEvent) GetParentInfo() *PParentInfo
func (*PAcceptEvent) GetRemoteAddr ¶
func (x *PAcceptEvent) GetRemoteAddr() string
func (*PAcceptEvent) GetRpc ¶
func (x *PAcceptEvent) GetRpc() string
func (*PAcceptEvent) ProtoMessage ¶
func (*PAcceptEvent) ProtoMessage()
func (*PAcceptEvent) ProtoReflect ¶
func (x *PAcceptEvent) ProtoReflect() protoreflect.Message
func (*PAcceptEvent) Reset ¶
func (x *PAcceptEvent) Reset()
func (*PAcceptEvent) String ¶
func (x *PAcceptEvent) String() string
type PActiveThreadDump ¶
type PActiveThreadDump struct { StartTime int64 `protobuf:"varint,1,opt,name=startTime,proto3" json:"startTime,omitempty"` LocalTraceId int64 `protobuf:"varint,2,opt,name=localTraceId,proto3" json:"localTraceId,omitempty"` ThreadDump *PThreadDump `protobuf:"bytes,3,opt,name=threadDump,proto3" json:"threadDump,omitempty"` Sampled bool `protobuf:"varint,4,opt,name=sampled,proto3" json:"sampled,omitempty"` TransactionId string `protobuf:"bytes,5,opt,name=transactionId,proto3" json:"transactionId,omitempty"` EntryPoint string `protobuf:"bytes,6,opt,name=entryPoint,proto3" json:"entryPoint,omitempty"` // contains filtered or unexported fields }
func (*PActiveThreadDump) Descriptor
deprecated
func (*PActiveThreadDump) Descriptor() ([]byte, []int)
Deprecated: Use PActiveThreadDump.ProtoReflect.Descriptor instead.
func (*PActiveThreadDump) GetEntryPoint ¶
func (x *PActiveThreadDump) GetEntryPoint() string
func (*PActiveThreadDump) GetLocalTraceId ¶
func (x *PActiveThreadDump) GetLocalTraceId() int64
func (*PActiveThreadDump) GetSampled ¶
func (x *PActiveThreadDump) GetSampled() bool
func (*PActiveThreadDump) GetStartTime ¶
func (x *PActiveThreadDump) GetStartTime() int64
func (*PActiveThreadDump) GetThreadDump ¶
func (x *PActiveThreadDump) GetThreadDump() *PThreadDump
func (*PActiveThreadDump) GetTransactionId ¶
func (x *PActiveThreadDump) GetTransactionId() string
func (*PActiveThreadDump) ProtoMessage ¶
func (*PActiveThreadDump) ProtoMessage()
func (*PActiveThreadDump) ProtoReflect ¶
func (x *PActiveThreadDump) ProtoReflect() protoreflect.Message
func (*PActiveThreadDump) Reset ¶
func (x *PActiveThreadDump) Reset()
func (*PActiveThreadDump) String ¶
func (x *PActiveThreadDump) String() string
type PActiveThreadLightDump ¶
type PActiveThreadLightDump struct { StartTime int64 `protobuf:"varint,1,opt,name=startTime,proto3" json:"startTime,omitempty"` LocalTraceId int64 `protobuf:"varint,2,opt,name=localTraceId,proto3" json:"localTraceId,omitempty"` ThreadDump *PThreadLightDump `protobuf:"bytes,3,opt,name=threadDump,proto3" json:"threadDump,omitempty"` Sampled bool `protobuf:"varint,4,opt,name=sampled,proto3" json:"sampled,omitempty"` TransactionId string `protobuf:"bytes,5,opt,name=transactionId,proto3" json:"transactionId,omitempty"` EntryPoint string `protobuf:"bytes,6,opt,name=entryPoint,proto3" json:"entryPoint,omitempty"` // contains filtered or unexported fields }
func (*PActiveThreadLightDump) Descriptor
deprecated
func (*PActiveThreadLightDump) Descriptor() ([]byte, []int)
Deprecated: Use PActiveThreadLightDump.ProtoReflect.Descriptor instead.
func (*PActiveThreadLightDump) GetEntryPoint ¶
func (x *PActiveThreadLightDump) GetEntryPoint() string
func (*PActiveThreadLightDump) GetLocalTraceId ¶
func (x *PActiveThreadLightDump) GetLocalTraceId() int64
func (*PActiveThreadLightDump) GetSampled ¶
func (x *PActiveThreadLightDump) GetSampled() bool
func (*PActiveThreadLightDump) GetStartTime ¶
func (x *PActiveThreadLightDump) GetStartTime() int64
func (*PActiveThreadLightDump) GetThreadDump ¶
func (x *PActiveThreadLightDump) GetThreadDump() *PThreadLightDump
func (*PActiveThreadLightDump) GetTransactionId ¶
func (x *PActiveThreadLightDump) GetTransactionId() string
func (*PActiveThreadLightDump) ProtoMessage ¶
func (*PActiveThreadLightDump) ProtoMessage()
func (*PActiveThreadLightDump) ProtoReflect ¶
func (x *PActiveThreadLightDump) ProtoReflect() protoreflect.Message
func (*PActiveThreadLightDump) Reset ¶
func (x *PActiveThreadLightDump) Reset()
func (*PActiveThreadLightDump) String ¶
func (x *PActiveThreadLightDump) String() string
type PActiveTrace ¶
type PActiveTrace struct { Histogram *PActiveTraceHistogram `protobuf:"bytes,1,opt,name=histogram,proto3" json:"histogram,omitempty"` // contains filtered or unexported fields }
func (*PActiveTrace) Descriptor
deprecated
func (*PActiveTrace) Descriptor() ([]byte, []int)
Deprecated: Use PActiveTrace.ProtoReflect.Descriptor instead.
func (*PActiveTrace) GetHistogram ¶
func (x *PActiveTrace) GetHistogram() *PActiveTraceHistogram
func (*PActiveTrace) ProtoMessage ¶
func (*PActiveTrace) ProtoMessage()
func (*PActiveTrace) ProtoReflect ¶
func (x *PActiveTrace) ProtoReflect() protoreflect.Message
func (*PActiveTrace) Reset ¶
func (x *PActiveTrace) Reset()
func (*PActiveTrace) String ¶
func (x *PActiveTrace) String() string
type PActiveTraceHistogram ¶
type PActiveTraceHistogram struct { Version int32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` HistogramSchemaType int32 `protobuf:"varint,2,opt,name=histogramSchemaType,proto3" json:"histogramSchemaType,omitempty"` ActiveTraceCount []int32 `protobuf:"varint,3,rep,packed,name=activeTraceCount,proto3" json:"activeTraceCount,omitempty"` // contains filtered or unexported fields }
func (*PActiveTraceHistogram) Descriptor
deprecated
func (*PActiveTraceHistogram) Descriptor() ([]byte, []int)
Deprecated: Use PActiveTraceHistogram.ProtoReflect.Descriptor instead.
func (*PActiveTraceHistogram) GetActiveTraceCount ¶
func (x *PActiveTraceHistogram) GetActiveTraceCount() []int32
func (*PActiveTraceHistogram) GetHistogramSchemaType ¶
func (x *PActiveTraceHistogram) GetHistogramSchemaType() int32
func (*PActiveTraceHistogram) GetVersion ¶
func (x *PActiveTraceHistogram) GetVersion() int32
func (*PActiveTraceHistogram) ProtoMessage ¶
func (*PActiveTraceHistogram) ProtoMessage()
func (*PActiveTraceHistogram) ProtoReflect ¶
func (x *PActiveTraceHistogram) ProtoReflect() protoreflect.Message
func (*PActiveTraceHistogram) Reset ¶
func (x *PActiveTraceHistogram) Reset()
func (*PActiveTraceHistogram) String ¶
func (x *PActiveTraceHistogram) String() string
type PAgentInfo ¶
type PAgentInfo struct { Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"` Ip string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip,omitempty"` Ports string `protobuf:"bytes,3,opt,name=ports,proto3" json:"ports,omitempty"` ServiceType int32 `protobuf:"varint,4,opt,name=serviceType,proto3" json:"serviceType,omitempty"` Pid int32 `protobuf:"varint,5,opt,name=pid,proto3" json:"pid,omitempty"` AgentVersion string `protobuf:"bytes,6,opt,name=agentVersion,proto3" json:"agentVersion,omitempty"` VmVersion string `protobuf:"bytes,7,opt,name=vmVersion,proto3" json:"vmVersion,omitempty"` EndTimestamp int64 `protobuf:"varint,8,opt,name=endTimestamp,proto3" json:"endTimestamp,omitempty"` EndStatus int32 `protobuf:"varint,9,opt,name=endStatus,proto3" json:"endStatus,omitempty"` ServerMetaData *PServerMetaData `protobuf:"bytes,10,opt,name=serverMetaData,proto3" json:"serverMetaData,omitempty"` JvmInfo *PJvmInfo `protobuf:"bytes,11,opt,name=jvmInfo,proto3" json:"jvmInfo,omitempty"` Container bool `protobuf:"varint,12,opt,name=container,proto3" json:"container,omitempty"` // contains filtered or unexported fields }
func (*PAgentInfo) Descriptor
deprecated
func (*PAgentInfo) Descriptor() ([]byte, []int)
Deprecated: Use PAgentInfo.ProtoReflect.Descriptor instead.
func (*PAgentInfo) GetAgentVersion ¶
func (x *PAgentInfo) GetAgentVersion() string
func (*PAgentInfo) GetContainer ¶
func (x *PAgentInfo) GetContainer() bool
func (*PAgentInfo) GetEndStatus ¶
func (x *PAgentInfo) GetEndStatus() int32
func (*PAgentInfo) GetEndTimestamp ¶
func (x *PAgentInfo) GetEndTimestamp() int64
func (*PAgentInfo) GetHostname ¶
func (x *PAgentInfo) GetHostname() string
func (*PAgentInfo) GetIp ¶
func (x *PAgentInfo) GetIp() string
func (*PAgentInfo) GetJvmInfo ¶
func (x *PAgentInfo) GetJvmInfo() *PJvmInfo
func (*PAgentInfo) GetPid ¶
func (x *PAgentInfo) GetPid() int32
func (*PAgentInfo) GetPorts ¶
func (x *PAgentInfo) GetPorts() string
func (*PAgentInfo) GetServerMetaData ¶
func (x *PAgentInfo) GetServerMetaData() *PServerMetaData
func (*PAgentInfo) GetServiceType ¶
func (x *PAgentInfo) GetServiceType() int32
func (*PAgentInfo) GetVmVersion ¶
func (x *PAgentInfo) GetVmVersion() string
func (*PAgentInfo) ProtoMessage ¶
func (*PAgentInfo) ProtoMessage()
func (*PAgentInfo) ProtoReflect ¶
func (x *PAgentInfo) ProtoReflect() protoreflect.Message
func (*PAgentInfo) Reset ¶
func (x *PAgentInfo) Reset()
func (*PAgentInfo) String ¶
func (x *PAgentInfo) String() string
type PAgentStat ¶
type PAgentStat struct { Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` CollectInterval int64 `protobuf:"varint,2,opt,name=collectInterval,proto3" json:"collectInterval,omitempty"` Gc *PJvmGc `protobuf:"bytes,3,opt,name=gc,proto3" json:"gc,omitempty"` CpuLoad *PCpuLoad `protobuf:"bytes,4,opt,name=cpuLoad,proto3" json:"cpuLoad,omitempty"` Transaction *PTransaction `protobuf:"bytes,5,opt,name=transaction,proto3" json:"transaction,omitempty"` ActiveTrace *PActiveTrace `protobuf:"bytes,6,opt,name=activeTrace,proto3" json:"activeTrace,omitempty"` DataSourceList *PDataSourceList `protobuf:"bytes,7,opt,name=dataSourceList,proto3" json:"dataSourceList,omitempty"` ResponseTime *PResponseTime `protobuf:"bytes,8,opt,name=responseTime,proto3" json:"responseTime,omitempty"` Deadlock *PDeadlock `protobuf:"bytes,9,opt,name=deadlock,proto3" json:"deadlock,omitempty"` FileDescriptor *PFileDescriptor `protobuf:"bytes,10,opt,name=fileDescriptor,proto3" json:"fileDescriptor,omitempty"` DirectBuffer *PDirectBuffer `protobuf:"bytes,11,opt,name=directBuffer,proto3" json:"directBuffer,omitempty"` Metadata string `protobuf:"bytes,12,opt,name=metadata,proto3" json:"metadata,omitempty"` TotalThread *PTotalThread `protobuf:"bytes,13,opt,name=totalThread,proto3" json:"totalThread,omitempty"` LoadedClass *PLoadedClass `protobuf:"bytes,14,opt,name=loadedClass,proto3" json:"loadedClass,omitempty"` // contains filtered or unexported fields }
func (*PAgentStat) Descriptor
deprecated
func (*PAgentStat) Descriptor() ([]byte, []int)
Deprecated: Use PAgentStat.ProtoReflect.Descriptor instead.
func (*PAgentStat) GetActiveTrace ¶
func (x *PAgentStat) GetActiveTrace() *PActiveTrace
func (*PAgentStat) GetCollectInterval ¶
func (x *PAgentStat) GetCollectInterval() int64
func (*PAgentStat) GetCpuLoad ¶
func (x *PAgentStat) GetCpuLoad() *PCpuLoad
func (*PAgentStat) GetDataSourceList ¶
func (x *PAgentStat) GetDataSourceList() *PDataSourceList
func (*PAgentStat) GetDeadlock ¶
func (x *PAgentStat) GetDeadlock() *PDeadlock
func (*PAgentStat) GetDirectBuffer ¶
func (x *PAgentStat) GetDirectBuffer() *PDirectBuffer
func (*PAgentStat) GetFileDescriptor ¶
func (x *PAgentStat) GetFileDescriptor() *PFileDescriptor
func (*PAgentStat) GetGc ¶
func (x *PAgentStat) GetGc() *PJvmGc
func (*PAgentStat) GetLoadedClass ¶
func (x *PAgentStat) GetLoadedClass() *PLoadedClass
func (*PAgentStat) GetMetadata ¶
func (x *PAgentStat) GetMetadata() string
func (*PAgentStat) GetResponseTime ¶
func (x *PAgentStat) GetResponseTime() *PResponseTime
func (*PAgentStat) GetTimestamp ¶
func (x *PAgentStat) GetTimestamp() int64
func (*PAgentStat) GetTotalThread ¶
func (x *PAgentStat) GetTotalThread() *PTotalThread
func (*PAgentStat) GetTransaction ¶
func (x *PAgentStat) GetTransaction() *PTransaction
func (*PAgentStat) ProtoMessage ¶
func (*PAgentStat) ProtoMessage()
func (*PAgentStat) ProtoReflect ¶
func (x *PAgentStat) ProtoReflect() protoreflect.Message
func (*PAgentStat) Reset ¶
func (x *PAgentStat) Reset()
func (*PAgentStat) String ¶
func (x *PAgentStat) String() string
type PAgentStatBatch ¶
type PAgentStatBatch struct { AgentStat []*PAgentStat `protobuf:"bytes,1,rep,name=agentStat,proto3" json:"agentStat,omitempty"` // contains filtered or unexported fields }
func (*PAgentStatBatch) Descriptor
deprecated
func (*PAgentStatBatch) Descriptor() ([]byte, []int)
Deprecated: Use PAgentStatBatch.ProtoReflect.Descriptor instead.
func (*PAgentStatBatch) GetAgentStat ¶
func (x *PAgentStatBatch) GetAgentStat() []*PAgentStat
func (*PAgentStatBatch) ProtoMessage ¶
func (*PAgentStatBatch) ProtoMessage()
func (*PAgentStatBatch) ProtoReflect ¶
func (x *PAgentStatBatch) ProtoReflect() protoreflect.Message
func (*PAgentStatBatch) Reset ¶
func (x *PAgentStatBatch) Reset()
func (*PAgentStatBatch) String ¶
func (x *PAgentStatBatch) String() string
type PAgentUriStat ¶
type PAgentUriStat struct { Timestamp int64 `protobuf:"varint,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` BucketVersion int32 `protobuf:"varint,2,opt,name=bucketVersion,proto3" json:"bucketVersion,omitempty"` EachUriStat []*PEachUriStat `protobuf:"bytes,3,rep,name=eachUriStat,proto3" json:"eachUriStat,omitempty"` // contains filtered or unexported fields }
func (*PAgentUriStat) Descriptor
deprecated
func (*PAgentUriStat) Descriptor() ([]byte, []int)
Deprecated: Use PAgentUriStat.ProtoReflect.Descriptor instead.
func (*PAgentUriStat) GetBucketVersion ¶
func (x *PAgentUriStat) GetBucketVersion() int32
func (*PAgentUriStat) GetEachUriStat ¶
func (x *PAgentUriStat) GetEachUriStat() []*PEachUriStat
func (*PAgentUriStat) GetTimestamp ¶
func (x *PAgentUriStat) GetTimestamp() int64
func (*PAgentUriStat) ProtoMessage ¶
func (*PAgentUriStat) ProtoMessage()
func (*PAgentUriStat) ProtoReflect ¶
func (x *PAgentUriStat) ProtoReflect() protoreflect.Message
func (*PAgentUriStat) Reset ¶
func (x *PAgentUriStat) Reset()
func (*PAgentUriStat) String ¶
func (x *PAgentUriStat) String() string
type PAnnotation ¶
type PAnnotation struct { Key int32 `protobuf:"varint,1,opt,name=key,proto3" json:"key,omitempty"` Value *PAnnotationValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*PAnnotation) Descriptor
deprecated
func (*PAnnotation) Descriptor() ([]byte, []int)
Deprecated: Use PAnnotation.ProtoReflect.Descriptor instead.
func (*PAnnotation) GetKey ¶
func (x *PAnnotation) GetKey() int32
func (*PAnnotation) GetValue ¶
func (x *PAnnotation) GetValue() *PAnnotationValue
func (*PAnnotation) ProtoMessage ¶
func (*PAnnotation) ProtoMessage()
func (*PAnnotation) ProtoReflect ¶
func (x *PAnnotation) ProtoReflect() protoreflect.Message
func (*PAnnotation) Reset ¶
func (x *PAnnotation) Reset()
func (*PAnnotation) String ¶
func (x *PAnnotation) String() string
type PAnnotationValue ¶
type PAnnotationValue struct { // Types that are assignable to Field: // *PAnnotationValue_StringValue // *PAnnotationValue_BoolValue // *PAnnotationValue_IntValue // *PAnnotationValue_LongValue // *PAnnotationValue_ShortValue // *PAnnotationValue_DoubleValue // *PAnnotationValue_BinaryValue // *PAnnotationValue_ByteValue // *PAnnotationValue_IntStringValue // *PAnnotationValue_StringStringValue // *PAnnotationValue_IntStringStringValue // *PAnnotationValue_LongIntIntByteByteStringValue // *PAnnotationValue_IntBooleanIntBooleanValue Field isPAnnotationValue_Field `protobuf_oneof:"field"` // contains filtered or unexported fields }
func (*PAnnotationValue) Descriptor
deprecated
func (*PAnnotationValue) Descriptor() ([]byte, []int)
Deprecated: Use PAnnotationValue.ProtoReflect.Descriptor instead.
func (*PAnnotationValue) GetBinaryValue ¶
func (x *PAnnotationValue) GetBinaryValue() []byte
func (*PAnnotationValue) GetBoolValue ¶
func (x *PAnnotationValue) GetBoolValue() bool
func (*PAnnotationValue) GetByteValue ¶
func (x *PAnnotationValue) GetByteValue() int32
func (*PAnnotationValue) GetDoubleValue ¶
func (x *PAnnotationValue) GetDoubleValue() float64
func (*PAnnotationValue) GetField ¶
func (m *PAnnotationValue) GetField() isPAnnotationValue_Field
func (*PAnnotationValue) GetIntBooleanIntBooleanValue ¶
func (x *PAnnotationValue) GetIntBooleanIntBooleanValue() *PIntBooleanIntBooleanValue
func (*PAnnotationValue) GetIntStringStringValue ¶
func (x *PAnnotationValue) GetIntStringStringValue() *PIntStringStringValue
func (*PAnnotationValue) GetIntStringValue ¶
func (x *PAnnotationValue) GetIntStringValue() *PIntStringValue
func (*PAnnotationValue) GetIntValue ¶
func (x *PAnnotationValue) GetIntValue() int32
func (*PAnnotationValue) GetLongIntIntByteByteStringValue ¶
func (x *PAnnotationValue) GetLongIntIntByteByteStringValue() *PLongIntIntByteByteStringValue
func (*PAnnotationValue) GetLongValue ¶
func (x *PAnnotationValue) GetLongValue() int64
func (*PAnnotationValue) GetShortValue ¶
func (x *PAnnotationValue) GetShortValue() int32
func (*PAnnotationValue) GetStringStringValue ¶
func (x *PAnnotationValue) GetStringStringValue() *PStringStringValue
func (*PAnnotationValue) GetStringValue ¶
func (x *PAnnotationValue) GetStringValue() string
func (*PAnnotationValue) ProtoMessage ¶
func (*PAnnotationValue) ProtoMessage()
func (*PAnnotationValue) ProtoReflect ¶
func (x *PAnnotationValue) ProtoReflect() protoreflect.Message
func (*PAnnotationValue) Reset ¶
func (x *PAnnotationValue) Reset()
func (*PAnnotationValue) String ¶
func (x *PAnnotationValue) String() string
type PAnnotationValue_BinaryValue ¶
type PAnnotationValue_BinaryValue struct {
BinaryValue []byte `protobuf:"bytes,7,opt,name=binaryValue,proto3,oneof"`
}
type PAnnotationValue_BoolValue ¶
type PAnnotationValue_BoolValue struct {
BoolValue bool `protobuf:"varint,2,opt,name=boolValue,proto3,oneof"`
}
type PAnnotationValue_ByteValue ¶
type PAnnotationValue_ByteValue struct { // for compatibility ByteValue int32 `protobuf:"zigzag32,8,opt,name=byteValue,proto3,oneof"` }
type PAnnotationValue_DoubleValue ¶
type PAnnotationValue_DoubleValue struct {
DoubleValue float64 `protobuf:"fixed64,6,opt,name=doubleValue,proto3,oneof"`
}
type PAnnotationValue_IntBooleanIntBooleanValue ¶
type PAnnotationValue_IntBooleanIntBooleanValue struct {
IntBooleanIntBooleanValue *PIntBooleanIntBooleanValue `protobuf:"bytes,13,opt,name=intBooleanIntBooleanValue,proto3,oneof"`
}
type PAnnotationValue_IntStringStringValue ¶
type PAnnotationValue_IntStringStringValue struct {
IntStringStringValue *PIntStringStringValue `protobuf:"bytes,11,opt,name=intStringStringValue,proto3,oneof"`
}
type PAnnotationValue_IntStringValue ¶
type PAnnotationValue_IntStringValue struct {
IntStringValue *PIntStringValue `protobuf:"bytes,9,opt,name=intStringValue,proto3,oneof"`
}
type PAnnotationValue_IntValue ¶
type PAnnotationValue_IntValue struct {
IntValue int32 `protobuf:"varint,3,opt,name=intValue,proto3,oneof"`
}
type PAnnotationValue_LongIntIntByteByteStringValue ¶
type PAnnotationValue_LongIntIntByteByteStringValue struct {
LongIntIntByteByteStringValue *PLongIntIntByteByteStringValue `protobuf:"bytes,12,opt,name=longIntIntByteByteStringValue,proto3,oneof"`
}
type PAnnotationValue_LongValue ¶
type PAnnotationValue_LongValue struct {
LongValue int64 `protobuf:"varint,4,opt,name=longValue,proto3,oneof"`
}
type PAnnotationValue_ShortValue ¶
type PAnnotationValue_ShortValue struct { // for compatibility ShortValue int32 `protobuf:"zigzag32,5,opt,name=shortValue,proto3,oneof"` }
type PAnnotationValue_StringStringValue ¶
type PAnnotationValue_StringStringValue struct {
StringStringValue *PStringStringValue `protobuf:"bytes,10,opt,name=stringStringValue,proto3,oneof"`
}
type PAnnotationValue_StringValue ¶
type PAnnotationValue_StringValue struct {
StringValue string `protobuf:"bytes,1,opt,name=stringValue,proto3,oneof"`
}
type PApiMetaData ¶
type PApiMetaData struct { ApiId int32 `protobuf:"varint,1,opt,name=apiId,proto3" json:"apiId,omitempty"` ApiInfo string `protobuf:"bytes,2,opt,name=apiInfo,proto3" json:"apiInfo,omitempty"` Line int32 `protobuf:"varint,3,opt,name=line,proto3" json:"line,omitempty"` Type int32 `protobuf:"varint,4,opt,name=type,proto3" json:"type,omitempty"` Location string `protobuf:"bytes,5,opt,name=location,proto3" json:"location,omitempty"` // contains filtered or unexported fields }
func (*PApiMetaData) Descriptor
deprecated
func (*PApiMetaData) Descriptor() ([]byte, []int)
Deprecated: Use PApiMetaData.ProtoReflect.Descriptor instead.
func (*PApiMetaData) GetApiId ¶
func (x *PApiMetaData) GetApiId() int32
func (*PApiMetaData) GetApiInfo ¶
func (x *PApiMetaData) GetApiInfo() string
func (*PApiMetaData) GetLine ¶
func (x *PApiMetaData) GetLine() int32
func (*PApiMetaData) GetLocation ¶
func (x *PApiMetaData) GetLocation() string
func (*PApiMetaData) GetType ¶
func (x *PApiMetaData) GetType() int32
func (*PApiMetaData) ProtoMessage ¶
func (*PApiMetaData) ProtoMessage()
func (*PApiMetaData) ProtoReflect ¶
func (x *PApiMetaData) ProtoReflect() protoreflect.Message
func (*PApiMetaData) Reset ¶
func (x *PApiMetaData) Reset()
func (*PApiMetaData) String ¶
func (x *PApiMetaData) String() string
type PCmdActiveThreadCount ¶
type PCmdActiveThreadCount struct {
// contains filtered or unexported fields
}
func (*PCmdActiveThreadCount) Descriptor
deprecated
func (*PCmdActiveThreadCount) Descriptor() ([]byte, []int)
Deprecated: Use PCmdActiveThreadCount.ProtoReflect.Descriptor instead.
func (*PCmdActiveThreadCount) ProtoMessage ¶
func (*PCmdActiveThreadCount) ProtoMessage()
func (*PCmdActiveThreadCount) ProtoReflect ¶
func (x *PCmdActiveThreadCount) ProtoReflect() protoreflect.Message
func (*PCmdActiveThreadCount) Reset ¶
func (x *PCmdActiveThreadCount) Reset()
func (*PCmdActiveThreadCount) String ¶
func (x *PCmdActiveThreadCount) String() string
type PCmdActiveThreadCountRes ¶
type PCmdActiveThreadCountRes struct { CommonStreamResponse *PCmdStreamResponse `protobuf:"bytes,1,opt,name=commonStreamResponse,proto3" json:"commonStreamResponse,omitempty"` HistogramSchemaType int32 `protobuf:"varint,2,opt,name=histogramSchemaType,proto3" json:"histogramSchemaType,omitempty"` ActiveThreadCount []int32 `protobuf:"varint,3,rep,packed,name=activeThreadCount,proto3" json:"activeThreadCount,omitempty"` TimeStamp int64 `protobuf:"varint,4,opt,name=timeStamp,proto3" json:"timeStamp,omitempty"` // contains filtered or unexported fields }
func (*PCmdActiveThreadCountRes) Descriptor
deprecated
func (*PCmdActiveThreadCountRes) Descriptor() ([]byte, []int)
Deprecated: Use PCmdActiveThreadCountRes.ProtoReflect.Descriptor instead.
func (*PCmdActiveThreadCountRes) GetActiveThreadCount ¶
func (x *PCmdActiveThreadCountRes) GetActiveThreadCount() []int32
func (*PCmdActiveThreadCountRes) GetCommonStreamResponse ¶
func (x *PCmdActiveThreadCountRes) GetCommonStreamResponse() *PCmdStreamResponse
func (*PCmdActiveThreadCountRes) GetHistogramSchemaType ¶
func (x *PCmdActiveThreadCountRes) GetHistogramSchemaType() int32
func (*PCmdActiveThreadCountRes) GetTimeStamp ¶
func (x *PCmdActiveThreadCountRes) GetTimeStamp() int64
func (*PCmdActiveThreadCountRes) ProtoMessage ¶
func (*PCmdActiveThreadCountRes) ProtoMessage()
func (*PCmdActiveThreadCountRes) ProtoReflect ¶
func (x *PCmdActiveThreadCountRes) ProtoReflect() protoreflect.Message
func (*PCmdActiveThreadCountRes) Reset ¶
func (x *PCmdActiveThreadCountRes) Reset()
func (*PCmdActiveThreadCountRes) String ¶
func (x *PCmdActiveThreadCountRes) String() string
type PCmdActiveThreadDump ¶
type PCmdActiveThreadDump struct { Limit int32 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"` ThreadName []string `protobuf:"bytes,2,rep,name=threadName,proto3" json:"threadName,omitempty"` LocalTraceId []int64 `protobuf:"varint,3,rep,packed,name=localTraceId,proto3" json:"localTraceId,omitempty"` // contains filtered or unexported fields }
func (*PCmdActiveThreadDump) Descriptor
deprecated
func (*PCmdActiveThreadDump) Descriptor() ([]byte, []int)
Deprecated: Use PCmdActiveThreadDump.ProtoReflect.Descriptor instead.
func (*PCmdActiveThreadDump) GetLimit ¶
func (x *PCmdActiveThreadDump) GetLimit() int32
func (*PCmdActiveThreadDump) GetLocalTraceId ¶
func (x *PCmdActiveThreadDump) GetLocalTraceId() []int64
func (*PCmdActiveThreadDump) GetThreadName ¶
func (x *PCmdActiveThreadDump) GetThreadName() []string
func (*PCmdActiveThreadDump) ProtoMessage ¶
func (*PCmdActiveThreadDump) ProtoMessage()
func (*PCmdActiveThreadDump) ProtoReflect ¶
func (x *PCmdActiveThreadDump) ProtoReflect() protoreflect.Message
func (*PCmdActiveThreadDump) Reset ¶
func (x *PCmdActiveThreadDump) Reset()
func (*PCmdActiveThreadDump) String ¶
func (x *PCmdActiveThreadDump) String() string
type PCmdActiveThreadDumpRes ¶
type PCmdActiveThreadDumpRes struct { CommonResponse *PCmdResponse `protobuf:"bytes,1,opt,name=commonResponse,proto3" json:"commonResponse,omitempty"` ThreadDump []*PActiveThreadDump `protobuf:"bytes,2,rep,name=threadDump,proto3" json:"threadDump,omitempty"` Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` SubType string `protobuf:"bytes,4,opt,name=subType,proto3" json:"subType,omitempty"` Version string `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*PCmdActiveThreadDumpRes) Descriptor
deprecated
func (*PCmdActiveThreadDumpRes) Descriptor() ([]byte, []int)
Deprecated: Use PCmdActiveThreadDumpRes.ProtoReflect.Descriptor instead.
func (*PCmdActiveThreadDumpRes) GetCommonResponse ¶
func (x *PCmdActiveThreadDumpRes) GetCommonResponse() *PCmdResponse
func (*PCmdActiveThreadDumpRes) GetSubType ¶
func (x *PCmdActiveThreadDumpRes) GetSubType() string
func (*PCmdActiveThreadDumpRes) GetThreadDump ¶
func (x *PCmdActiveThreadDumpRes) GetThreadDump() []*PActiveThreadDump
func (*PCmdActiveThreadDumpRes) GetType ¶
func (x *PCmdActiveThreadDumpRes) GetType() string
func (*PCmdActiveThreadDumpRes) GetVersion ¶
func (x *PCmdActiveThreadDumpRes) GetVersion() string
func (*PCmdActiveThreadDumpRes) ProtoMessage ¶
func (*PCmdActiveThreadDumpRes) ProtoMessage()
func (*PCmdActiveThreadDumpRes) ProtoReflect ¶
func (x *PCmdActiveThreadDumpRes) ProtoReflect() protoreflect.Message
func (*PCmdActiveThreadDumpRes) Reset ¶
func (x *PCmdActiveThreadDumpRes) Reset()
func (*PCmdActiveThreadDumpRes) String ¶
func (x *PCmdActiveThreadDumpRes) String() string
type PCmdActiveThreadLightDump ¶
type PCmdActiveThreadLightDump struct { Limit int32 `protobuf:"varint,1,opt,name=limit,proto3" json:"limit,omitempty"` ThreadName []string `protobuf:"bytes,2,rep,name=threadName,proto3" json:"threadName,omitempty"` LocalTraceId []int64 `protobuf:"varint,3,rep,packed,name=localTraceId,proto3" json:"localTraceId,omitempty"` // contains filtered or unexported fields }
func (*PCmdActiveThreadLightDump) Descriptor
deprecated
func (*PCmdActiveThreadLightDump) Descriptor() ([]byte, []int)
Deprecated: Use PCmdActiveThreadLightDump.ProtoReflect.Descriptor instead.
func (*PCmdActiveThreadLightDump) GetLimit ¶
func (x *PCmdActiveThreadLightDump) GetLimit() int32
func (*PCmdActiveThreadLightDump) GetLocalTraceId ¶
func (x *PCmdActiveThreadLightDump) GetLocalTraceId() []int64
func (*PCmdActiveThreadLightDump) GetThreadName ¶
func (x *PCmdActiveThreadLightDump) GetThreadName() []string
func (*PCmdActiveThreadLightDump) ProtoMessage ¶
func (*PCmdActiveThreadLightDump) ProtoMessage()
func (*PCmdActiveThreadLightDump) ProtoReflect ¶
func (x *PCmdActiveThreadLightDump) ProtoReflect() protoreflect.Message
func (*PCmdActiveThreadLightDump) Reset ¶
func (x *PCmdActiveThreadLightDump) Reset()
func (*PCmdActiveThreadLightDump) String ¶
func (x *PCmdActiveThreadLightDump) String() string
type PCmdActiveThreadLightDumpRes ¶
type PCmdActiveThreadLightDumpRes struct { CommonResponse *PCmdResponse `protobuf:"bytes,1,opt,name=commonResponse,proto3" json:"commonResponse,omitempty"` ThreadDump []*PActiveThreadLightDump `protobuf:"bytes,2,rep,name=threadDump,proto3" json:"threadDump,omitempty"` Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` SubType string `protobuf:"bytes,4,opt,name=subType,proto3" json:"subType,omitempty"` Version string `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty"` // contains filtered or unexported fields }
func (*PCmdActiveThreadLightDumpRes) Descriptor
deprecated
func (*PCmdActiveThreadLightDumpRes) Descriptor() ([]byte, []int)
Deprecated: Use PCmdActiveThreadLightDumpRes.ProtoReflect.Descriptor instead.
func (*PCmdActiveThreadLightDumpRes) GetCommonResponse ¶
func (x *PCmdActiveThreadLightDumpRes) GetCommonResponse() *PCmdResponse
func (*PCmdActiveThreadLightDumpRes) GetSubType ¶
func (x *PCmdActiveThreadLightDumpRes) GetSubType() string
func (*PCmdActiveThreadLightDumpRes) GetThreadDump ¶
func (x *PCmdActiveThreadLightDumpRes) GetThreadDump() []*PActiveThreadLightDump
func (*PCmdActiveThreadLightDumpRes) GetType ¶
func (x *PCmdActiveThreadLightDumpRes) GetType() string
func (*PCmdActiveThreadLightDumpRes) GetVersion ¶
func (x *PCmdActiveThreadLightDumpRes) GetVersion() string
func (*PCmdActiveThreadLightDumpRes) ProtoMessage ¶
func (*PCmdActiveThreadLightDumpRes) ProtoMessage()
func (*PCmdActiveThreadLightDumpRes) ProtoReflect ¶
func (x *PCmdActiveThreadLightDumpRes) ProtoReflect() protoreflect.Message
func (*PCmdActiveThreadLightDumpRes) Reset ¶
func (x *PCmdActiveThreadLightDumpRes) Reset()
func (*PCmdActiveThreadLightDumpRes) String ¶
func (x *PCmdActiveThreadLightDumpRes) String() string
type PCmdEcho ¶
type PCmdEcho struct { Message string `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*PCmdEcho) Descriptor
deprecated
func (*PCmdEcho) GetMessage ¶
func (*PCmdEcho) ProtoMessage ¶
func (*PCmdEcho) ProtoMessage()
func (*PCmdEcho) ProtoReflect ¶
func (x *PCmdEcho) ProtoReflect() protoreflect.Message
type PCmdEchoResponse ¶
type PCmdEchoResponse struct { CommonResponse *PCmdResponse `protobuf:"bytes,1,opt,name=commonResponse,proto3" json:"commonResponse,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*PCmdEchoResponse) Descriptor
deprecated
func (*PCmdEchoResponse) Descriptor() ([]byte, []int)
Deprecated: Use PCmdEchoResponse.ProtoReflect.Descriptor instead.
func (*PCmdEchoResponse) GetCommonResponse ¶
func (x *PCmdEchoResponse) GetCommonResponse() *PCmdResponse
func (*PCmdEchoResponse) GetMessage ¶
func (x *PCmdEchoResponse) GetMessage() string
func (*PCmdEchoResponse) ProtoMessage ¶
func (*PCmdEchoResponse) ProtoMessage()
func (*PCmdEchoResponse) ProtoReflect ¶
func (x *PCmdEchoResponse) ProtoReflect() protoreflect.Message
func (*PCmdEchoResponse) Reset ¶
func (x *PCmdEchoResponse) Reset()
func (*PCmdEchoResponse) String ¶
func (x *PCmdEchoResponse) String() string
type PCmdMessage ¶
type PCmdMessage struct { // Types that are assignable to Message: // *PCmdMessage_HandshakeMessage // *PCmdMessage_FailMessage Message isPCmdMessage_Message `protobuf_oneof:"message"` // contains filtered or unexported fields }
func (*PCmdMessage) Descriptor
deprecated
func (*PCmdMessage) Descriptor() ([]byte, []int)
Deprecated: Use PCmdMessage.ProtoReflect.Descriptor instead.
func (*PCmdMessage) GetFailMessage ¶
func (x *PCmdMessage) GetFailMessage() *PCmdResponse
func (*PCmdMessage) GetHandshakeMessage ¶
func (x *PCmdMessage) GetHandshakeMessage() *PCmdServiceHandshake
func (*PCmdMessage) GetMessage ¶
func (m *PCmdMessage) GetMessage() isPCmdMessage_Message
func (*PCmdMessage) ProtoMessage ¶
func (*PCmdMessage) ProtoMessage()
func (*PCmdMessage) ProtoReflect ¶
func (x *PCmdMessage) ProtoReflect() protoreflect.Message
func (*PCmdMessage) Reset ¶
func (x *PCmdMessage) Reset()
func (*PCmdMessage) String ¶
func (x *PCmdMessage) String() string
type PCmdMessage_FailMessage ¶
type PCmdMessage_FailMessage struct {
FailMessage *PCmdResponse `protobuf:"bytes,2,opt,name=failMessage,proto3,oneof"`
}
type PCmdMessage_HandshakeMessage ¶
type PCmdMessage_HandshakeMessage struct {
HandshakeMessage *PCmdServiceHandshake `protobuf:"bytes,1,opt,name=handshakeMessage,proto3,oneof"`
}
type PCmdRequest ¶
type PCmdRequest struct { RequestId int32 `protobuf:"varint,1,opt,name=requestId,proto3" json:"requestId,omitempty"` // Types that are assignable to Command: // *PCmdRequest_CommandEcho // *PCmdRequest_CommandActiveThreadCount // *PCmdRequest_CommandActiveThreadDump // *PCmdRequest_CommandActiveThreadLightDump Command isPCmdRequest_Command `protobuf_oneof:"command"` // contains filtered or unexported fields }
func (*PCmdRequest) Descriptor
deprecated
func (*PCmdRequest) Descriptor() ([]byte, []int)
Deprecated: Use PCmdRequest.ProtoReflect.Descriptor instead.
func (*PCmdRequest) GetCommand ¶
func (m *PCmdRequest) GetCommand() isPCmdRequest_Command
func (*PCmdRequest) GetCommandActiveThreadCount ¶
func (x *PCmdRequest) GetCommandActiveThreadCount() *PCmdActiveThreadCount
func (*PCmdRequest) GetCommandActiveThreadDump ¶
func (x *PCmdRequest) GetCommandActiveThreadDump() *PCmdActiveThreadDump
func (*PCmdRequest) GetCommandActiveThreadLightDump ¶
func (x *PCmdRequest) GetCommandActiveThreadLightDump() *PCmdActiveThreadLightDump
func (*PCmdRequest) GetCommandEcho ¶
func (x *PCmdRequest) GetCommandEcho() *PCmdEcho
func (*PCmdRequest) GetRequestId ¶
func (x *PCmdRequest) GetRequestId() int32
func (*PCmdRequest) ProtoMessage ¶
func (*PCmdRequest) ProtoMessage()
func (*PCmdRequest) ProtoReflect ¶
func (x *PCmdRequest) ProtoReflect() protoreflect.Message
func (*PCmdRequest) Reset ¶
func (x *PCmdRequest) Reset()
func (*PCmdRequest) String ¶
func (x *PCmdRequest) String() string
type PCmdRequest_CommandActiveThreadCount ¶
type PCmdRequest_CommandActiveThreadCount struct {
CommandActiveThreadCount *PCmdActiveThreadCount `protobuf:"bytes,730,opt,name=commandActiveThreadCount,proto3,oneof"`
}
type PCmdRequest_CommandActiveThreadDump ¶
type PCmdRequest_CommandActiveThreadDump struct {
CommandActiveThreadDump *PCmdActiveThreadDump `protobuf:"bytes,740,opt,name=commandActiveThreadDump,proto3,oneof"`
}
type PCmdRequest_CommandActiveThreadLightDump ¶
type PCmdRequest_CommandActiveThreadLightDump struct {
CommandActiveThreadLightDump *PCmdActiveThreadLightDump `protobuf:"bytes,750,opt,name=commandActiveThreadLightDump,proto3,oneof"`
}
type PCmdRequest_CommandEcho ¶
type PCmdRequest_CommandEcho struct {
CommandEcho *PCmdEcho `protobuf:"bytes,710,opt,name=commandEcho,proto3,oneof"`
}
type PCmdResponse ¶
type PCmdResponse struct { ResponseId int32 `protobuf:"varint,1,opt,name=responseId,proto3" json:"responseId,omitempty"` Status int32 `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"` Message *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*PCmdResponse) Descriptor
deprecated
func (*PCmdResponse) Descriptor() ([]byte, []int)
Deprecated: Use PCmdResponse.ProtoReflect.Descriptor instead.
func (*PCmdResponse) GetMessage ¶
func (x *PCmdResponse) GetMessage() *wrapperspb.StringValue
func (*PCmdResponse) GetResponseId ¶
func (x *PCmdResponse) GetResponseId() int32
func (*PCmdResponse) GetStatus ¶
func (x *PCmdResponse) GetStatus() int32
func (*PCmdResponse) ProtoMessage ¶
func (*PCmdResponse) ProtoMessage()
func (*PCmdResponse) ProtoReflect ¶
func (x *PCmdResponse) ProtoReflect() protoreflect.Message
func (*PCmdResponse) Reset ¶
func (x *PCmdResponse) Reset()
func (*PCmdResponse) String ¶
func (x *PCmdResponse) String() string
type PCmdServiceHandshake ¶
type PCmdServiceHandshake struct { // initial message SupportCommandServiceKey []int32 `protobuf:"varint,1,rep,packed,name=supportCommandServiceKey,proto3" json:"supportCommandServiceKey,omitempty"` // contains filtered or unexported fields }
func (*PCmdServiceHandshake) Descriptor
deprecated
func (*PCmdServiceHandshake) Descriptor() ([]byte, []int)
Deprecated: Use PCmdServiceHandshake.ProtoReflect.Descriptor instead.
func (*PCmdServiceHandshake) GetSupportCommandServiceKey ¶
func (x *PCmdServiceHandshake) GetSupportCommandServiceKey() []int32
func (*PCmdServiceHandshake) ProtoMessage ¶
func (*PCmdServiceHandshake) ProtoMessage()
func (*PCmdServiceHandshake) ProtoReflect ¶
func (x *PCmdServiceHandshake) ProtoReflect() protoreflect.Message
func (*PCmdServiceHandshake) Reset ¶
func (x *PCmdServiceHandshake) Reset()
func (*PCmdServiceHandshake) String ¶
func (x *PCmdServiceHandshake) String() string
type PCmdStreamResponse ¶
type PCmdStreamResponse struct { ResponseId int32 `protobuf:"varint,1,opt,name=responseId,proto3" json:"responseId,omitempty"` SequenceId int32 `protobuf:"varint,2,opt,name=sequenceId,proto3" json:"sequenceId,omitempty"` Message *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*PCmdStreamResponse) Descriptor
deprecated
func (*PCmdStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use PCmdStreamResponse.ProtoReflect.Descriptor instead.
func (*PCmdStreamResponse) GetMessage ¶
func (x *PCmdStreamResponse) GetMessage() *wrapperspb.StringValue
func (*PCmdStreamResponse) GetResponseId ¶
func (x *PCmdStreamResponse) GetResponseId() int32
func (*PCmdStreamResponse) GetSequenceId ¶
func (x *PCmdStreamResponse) GetSequenceId() int32
func (*PCmdStreamResponse) ProtoMessage ¶
func (*PCmdStreamResponse) ProtoMessage()
func (*PCmdStreamResponse) ProtoReflect ¶
func (x *PCmdStreamResponse) ProtoReflect() protoreflect.Message
func (*PCmdStreamResponse) Reset ¶
func (x *PCmdStreamResponse) Reset()
func (*PCmdStreamResponse) String ¶
func (x *PCmdStreamResponse) String() string
type PCommandType ¶
type PCommandType int32
const ( PCommandType_NONE PCommandType = 0 PCommandType_PING PCommandType = 100 PCommandType_PONG PCommandType = 101 PCommandType_ECHO PCommandType = 710 PCommandType_ACTIVE_THREAD_COUNT PCommandType = 730 PCommandType_ACTIVE_THREAD_DUMP PCommandType = 740 PCommandType_ACTIVE_THREAD_LIGHT_DUMP PCommandType = 750 )
func (PCommandType) Descriptor ¶
func (PCommandType) Descriptor() protoreflect.EnumDescriptor
func (PCommandType) Enum ¶
func (x PCommandType) Enum() *PCommandType
func (PCommandType) EnumDescriptor
deprecated
func (PCommandType) EnumDescriptor() ([]byte, []int)
Deprecated: Use PCommandType.Descriptor instead.
func (PCommandType) Number ¶
func (x PCommandType) Number() protoreflect.EnumNumber
func (PCommandType) String ¶
func (x PCommandType) String() string
func (PCommandType) Type ¶
func (PCommandType) Type() protoreflect.EnumType
type PCpuLoad ¶
type PCpuLoad struct { JvmCpuLoad float64 `protobuf:"fixed64,1,opt,name=jvmCpuLoad,proto3" json:"jvmCpuLoad,omitempty"` SystemCpuLoad float64 `protobuf:"fixed64,2,opt,name=systemCpuLoad,proto3" json:"systemCpuLoad,omitempty"` // contains filtered or unexported fields }
func (*PCpuLoad) Descriptor
deprecated
func (*PCpuLoad) GetJvmCpuLoad ¶
func (*PCpuLoad) GetSystemCpuLoad ¶
func (*PCpuLoad) ProtoMessage ¶
func (*PCpuLoad) ProtoMessage()
func (*PCpuLoad) ProtoReflect ¶
func (x *PCpuLoad) ProtoReflect() protoreflect.Message
type PCustomMetric ¶
type PCustomMetric struct { // Types that are assignable to Field: // *PCustomMetric_IntCountMetric // *PCustomMetric_LongCountMetric // *PCustomMetric_IntGaugeMetric // *PCustomMetric_LongGaugeMetric // *PCustomMetric_DoubleGaugeMetric Field isPCustomMetric_Field `protobuf_oneof:"field"` // contains filtered or unexported fields }
func (*PCustomMetric) Descriptor
deprecated
func (*PCustomMetric) Descriptor() ([]byte, []int)
Deprecated: Use PCustomMetric.ProtoReflect.Descriptor instead.
func (*PCustomMetric) GetDoubleGaugeMetric ¶
func (x *PCustomMetric) GetDoubleGaugeMetric() *PDouleGaugeMetric
func (*PCustomMetric) GetField ¶
func (m *PCustomMetric) GetField() isPCustomMetric_Field
func (*PCustomMetric) GetIntCountMetric ¶
func (x *PCustomMetric) GetIntCountMetric() *PIntCountMetric
func (*PCustomMetric) GetIntGaugeMetric ¶
func (x *PCustomMetric) GetIntGaugeMetric() *PIntGaugeMetric
func (*PCustomMetric) GetLongCountMetric ¶
func (x *PCustomMetric) GetLongCountMetric() *PLongCountMetric
func (*PCustomMetric) GetLongGaugeMetric ¶
func (x *PCustomMetric) GetLongGaugeMetric() *PLongGaugeMetric
func (*PCustomMetric) ProtoMessage ¶
func (*PCustomMetric) ProtoMessage()
func (*PCustomMetric) ProtoReflect ¶
func (x *PCustomMetric) ProtoReflect() protoreflect.Message
func (*PCustomMetric) Reset ¶
func (x *PCustomMetric) Reset()
func (*PCustomMetric) String ¶
func (x *PCustomMetric) String() string
type PCustomMetricMessage ¶
type PCustomMetricMessage struct { Timestamp []int64 `protobuf:"varint,1,rep,packed,name=timestamp,proto3" json:"timestamp,omitempty"` CollectInterval []int64 `protobuf:"varint,2,rep,packed,name=collectInterval,proto3" json:"collectInterval,omitempty"` CustomMetrics []*PCustomMetric `protobuf:"bytes,3,rep,name=customMetrics,proto3" json:"customMetrics,omitempty"` // contains filtered or unexported fields }
func (*PCustomMetricMessage) Descriptor
deprecated
func (*PCustomMetricMessage) Descriptor() ([]byte, []int)
Deprecated: Use PCustomMetricMessage.ProtoReflect.Descriptor instead.
func (*PCustomMetricMessage) GetCollectInterval ¶
func (x *PCustomMetricMessage) GetCollectInterval() []int64
func (*PCustomMetricMessage) GetCustomMetrics ¶
func (x *PCustomMetricMessage) GetCustomMetrics() []*PCustomMetric
func (*PCustomMetricMessage) GetTimestamp ¶
func (x *PCustomMetricMessage) GetTimestamp() []int64
func (*PCustomMetricMessage) ProtoMessage ¶
func (*PCustomMetricMessage) ProtoMessage()
func (*PCustomMetricMessage) ProtoReflect ¶
func (x *PCustomMetricMessage) ProtoReflect() protoreflect.Message
func (*PCustomMetricMessage) Reset ¶
func (x *PCustomMetricMessage) Reset()
func (*PCustomMetricMessage) String ¶
func (x *PCustomMetricMessage) String() string
type PCustomMetric_DoubleGaugeMetric ¶
type PCustomMetric_DoubleGaugeMetric struct {
DoubleGaugeMetric *PDouleGaugeMetric `protobuf:"bytes,5,opt,name=doubleGaugeMetric,proto3,oneof"`
}
type PCustomMetric_IntCountMetric ¶
type PCustomMetric_IntCountMetric struct {
IntCountMetric *PIntCountMetric `protobuf:"bytes,1,opt,name=intCountMetric,proto3,oneof"`
}
type PCustomMetric_IntGaugeMetric ¶
type PCustomMetric_IntGaugeMetric struct {
IntGaugeMetric *PIntGaugeMetric `protobuf:"bytes,3,opt,name=intGaugeMetric,proto3,oneof"`
}
type PCustomMetric_LongCountMetric ¶
type PCustomMetric_LongCountMetric struct {
LongCountMetric *PLongCountMetric `protobuf:"bytes,2,opt,name=longCountMetric,proto3,oneof"`
}
type PCustomMetric_LongGaugeMetric ¶
type PCustomMetric_LongGaugeMetric struct {
LongGaugeMetric *PLongGaugeMetric `protobuf:"bytes,4,opt,name=longGaugeMetric,proto3,oneof"`
}
type PDataSource ¶
type PDataSource struct { Id int32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` ServiceTypeCode int32 `protobuf:"varint,2,opt,name=serviceTypeCode,proto3" json:"serviceTypeCode,omitempty"` DatabaseName string `protobuf:"bytes,3,opt,name=databaseName,proto3" json:"databaseName,omitempty"` Url string `protobuf:"bytes,4,opt,name=url,proto3" json:"url,omitempty"` ActiveConnectionSize int32 `protobuf:"varint,5,opt,name=activeConnectionSize,proto3" json:"activeConnectionSize,omitempty"` MaxConnectionSize int32 `protobuf:"varint,6,opt,name=maxConnectionSize,proto3" json:"maxConnectionSize,omitempty"` // contains filtered or unexported fields }
func (*PDataSource) Descriptor
deprecated
func (*PDataSource) Descriptor() ([]byte, []int)
Deprecated: Use PDataSource.ProtoReflect.Descriptor instead.
func (*PDataSource) GetActiveConnectionSize ¶
func (x *PDataSource) GetActiveConnectionSize() int32
func (*PDataSource) GetDatabaseName ¶
func (x *PDataSource) GetDatabaseName() string
func (*PDataSource) GetId ¶
func (x *PDataSource) GetId() int32
func (*PDataSource) GetMaxConnectionSize ¶
func (x *PDataSource) GetMaxConnectionSize() int32
func (*PDataSource) GetServiceTypeCode ¶
func (x *PDataSource) GetServiceTypeCode() int32
func (*PDataSource) GetUrl ¶
func (x *PDataSource) GetUrl() string
func (*PDataSource) ProtoMessage ¶
func (*PDataSource) ProtoMessage()
func (*PDataSource) ProtoReflect ¶
func (x *PDataSource) ProtoReflect() protoreflect.Message
func (*PDataSource) Reset ¶
func (x *PDataSource) Reset()
func (*PDataSource) String ¶
func (x *PDataSource) String() string
type PDataSourceList ¶
type PDataSourceList struct { DataSource []*PDataSource `protobuf:"bytes,1,rep,name=dataSource,proto3" json:"dataSource,omitempty"` // contains filtered or unexported fields }
func (*PDataSourceList) Descriptor
deprecated
func (*PDataSourceList) Descriptor() ([]byte, []int)
Deprecated: Use PDataSourceList.ProtoReflect.Descriptor instead.
func (*PDataSourceList) GetDataSource ¶
func (x *PDataSourceList) GetDataSource() []*PDataSource
func (*PDataSourceList) ProtoMessage ¶
func (*PDataSourceList) ProtoMessage()
func (*PDataSourceList) ProtoReflect ¶
func (x *PDataSourceList) ProtoReflect() protoreflect.Message
func (*PDataSourceList) Reset ¶
func (x *PDataSourceList) Reset()
func (*PDataSourceList) String ¶
func (x *PDataSourceList) String() string
type PDeadlock ¶
type PDeadlock struct { Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` ThreadDump []*PThreadDump `protobuf:"bytes,2,rep,name=threadDump,proto3" json:"threadDump,omitempty"` // contains filtered or unexported fields }
func (*PDeadlock) Descriptor
deprecated
func (*PDeadlock) GetThreadDump ¶
func (x *PDeadlock) GetThreadDump() []*PThreadDump
func (*PDeadlock) ProtoMessage ¶
func (*PDeadlock) ProtoMessage()
func (*PDeadlock) ProtoReflect ¶
func (x *PDeadlock) ProtoReflect() protoreflect.Message
type PDirectBuffer ¶
type PDirectBuffer struct { DirectCount int64 `protobuf:"varint,1,opt,name=directCount,proto3" json:"directCount,omitempty"` DirectMemoryUsed int64 `protobuf:"varint,2,opt,name=directMemoryUsed,proto3" json:"directMemoryUsed,omitempty"` MappedCount int64 `protobuf:"varint,3,opt,name=mappedCount,proto3" json:"mappedCount,omitempty"` MappedMemoryUsed int64 `protobuf:"varint,4,opt,name=mappedMemoryUsed,proto3" json:"mappedMemoryUsed,omitempty"` // contains filtered or unexported fields }
func (*PDirectBuffer) Descriptor
deprecated
func (*PDirectBuffer) Descriptor() ([]byte, []int)
Deprecated: Use PDirectBuffer.ProtoReflect.Descriptor instead.
func (*PDirectBuffer) GetDirectCount ¶
func (x *PDirectBuffer) GetDirectCount() int64
func (*PDirectBuffer) GetDirectMemoryUsed ¶
func (x *PDirectBuffer) GetDirectMemoryUsed() int64
func (*PDirectBuffer) GetMappedCount ¶
func (x *PDirectBuffer) GetMappedCount() int64
func (*PDirectBuffer) GetMappedMemoryUsed ¶
func (x *PDirectBuffer) GetMappedMemoryUsed() int64
func (*PDirectBuffer) ProtoMessage ¶
func (*PDirectBuffer) ProtoMessage()
func (*PDirectBuffer) ProtoReflect ¶
func (x *PDirectBuffer) ProtoReflect() protoreflect.Message
func (*PDirectBuffer) Reset ¶
func (x *PDirectBuffer) Reset()
func (*PDirectBuffer) String ¶
func (x *PDirectBuffer) String() string
type PDoubleValue ¶
type PDoubleValue struct { Value float64 `protobuf:"fixed64,1,opt,name=value,proto3" json:"value,omitempty"` IsNotSet bool `protobuf:"varint,2,opt,name=isNotSet,proto3" json:"isNotSet,omitempty"` // contains filtered or unexported fields }
func (*PDoubleValue) Descriptor
deprecated
func (*PDoubleValue) Descriptor() ([]byte, []int)
Deprecated: Use PDoubleValue.ProtoReflect.Descriptor instead.
func (*PDoubleValue) GetIsNotSet ¶
func (x *PDoubleValue) GetIsNotSet() bool
func (*PDoubleValue) GetValue ¶
func (x *PDoubleValue) GetValue() float64
func (*PDoubleValue) ProtoMessage ¶
func (*PDoubleValue) ProtoMessage()
func (*PDoubleValue) ProtoReflect ¶
func (x *PDoubleValue) ProtoReflect() protoreflect.Message
func (*PDoubleValue) Reset ¶
func (x *PDoubleValue) Reset()
func (*PDoubleValue) String ¶
func (x *PDoubleValue) String() string
type PDouleGaugeMetric ¶
type PDouleGaugeMetric struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Values []*PDoubleValue `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*PDouleGaugeMetric) Descriptor
deprecated
func (*PDouleGaugeMetric) Descriptor() ([]byte, []int)
Deprecated: Use PDouleGaugeMetric.ProtoReflect.Descriptor instead.
func (*PDouleGaugeMetric) GetName ¶
func (x *PDouleGaugeMetric) GetName() string
func (*PDouleGaugeMetric) GetValues ¶
func (x *PDouleGaugeMetric) GetValues() []*PDoubleValue
func (*PDouleGaugeMetric) ProtoMessage ¶
func (*PDouleGaugeMetric) ProtoMessage()
func (*PDouleGaugeMetric) ProtoReflect ¶
func (x *PDouleGaugeMetric) ProtoReflect() protoreflect.Message
func (*PDouleGaugeMetric) Reset ¶
func (x *PDouleGaugeMetric) Reset()
func (*PDouleGaugeMetric) String ¶
func (x *PDouleGaugeMetric) String() string
type PEachUriStat ¶
type PEachUriStat struct { Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"` TotalHistogram *PUriHistogram `protobuf:"bytes,2,opt,name=totalHistogram,proto3" json:"totalHistogram,omitempty"` FailedHistogram *PUriHistogram `protobuf:"bytes,3,opt,name=failedHistogram,proto3" json:"failedHistogram,omitempty"` // contains filtered or unexported fields }
func (*PEachUriStat) Descriptor
deprecated
func (*PEachUriStat) Descriptor() ([]byte, []int)
Deprecated: Use PEachUriStat.ProtoReflect.Descriptor instead.
func (*PEachUriStat) GetFailedHistogram ¶
func (x *PEachUriStat) GetFailedHistogram() *PUriHistogram
func (*PEachUriStat) GetTotalHistogram ¶
func (x *PEachUriStat) GetTotalHistogram() *PUriHistogram
func (*PEachUriStat) GetUri ¶
func (x *PEachUriStat) GetUri() string
func (*PEachUriStat) ProtoMessage ¶
func (*PEachUriStat) ProtoMessage()
func (*PEachUriStat) ProtoReflect ¶
func (x *PEachUriStat) ProtoReflect() protoreflect.Message
func (*PEachUriStat) Reset ¶
func (x *PEachUriStat) Reset()
func (*PEachUriStat) String ¶
func (x *PEachUriStat) String() string
type PFileDescriptor ¶
type PFileDescriptor struct { OpenFileDescriptorCount int64 `protobuf:"varint,1,opt,name=openFileDescriptorCount,proto3" json:"openFileDescriptorCount,omitempty"` // contains filtered or unexported fields }
func (*PFileDescriptor) Descriptor
deprecated
func (*PFileDescriptor) Descriptor() ([]byte, []int)
Deprecated: Use PFileDescriptor.ProtoReflect.Descriptor instead.
func (*PFileDescriptor) GetOpenFileDescriptorCount ¶
func (x *PFileDescriptor) GetOpenFileDescriptorCount() int64
func (*PFileDescriptor) ProtoMessage ¶
func (*PFileDescriptor) ProtoMessage()
func (*PFileDescriptor) ProtoReflect ¶
func (x *PFileDescriptor) ProtoReflect() protoreflect.Message
func (*PFileDescriptor) Reset ¶
func (x *PFileDescriptor) Reset()
func (*PFileDescriptor) String ¶
func (x *PFileDescriptor) String() string
type PIntBooleanIntBooleanValue ¶
type PIntBooleanIntBooleanValue struct { IntValue1 int32 `protobuf:"varint,1,opt,name=intValue1,proto3" json:"intValue1,omitempty"` BoolValue1 bool `protobuf:"varint,2,opt,name=boolValue1,proto3" json:"boolValue1,omitempty"` IntValue2 int32 `protobuf:"varint,3,opt,name=intValue2,proto3" json:"intValue2,omitempty"` BoolValue2 bool `protobuf:"varint,4,opt,name=boolValue2,proto3" json:"boolValue2,omitempty"` // contains filtered or unexported fields }
func (*PIntBooleanIntBooleanValue) Descriptor
deprecated
func (*PIntBooleanIntBooleanValue) Descriptor() ([]byte, []int)
Deprecated: Use PIntBooleanIntBooleanValue.ProtoReflect.Descriptor instead.
func (*PIntBooleanIntBooleanValue) GetBoolValue1 ¶
func (x *PIntBooleanIntBooleanValue) GetBoolValue1() bool
func (*PIntBooleanIntBooleanValue) GetBoolValue2 ¶
func (x *PIntBooleanIntBooleanValue) GetBoolValue2() bool
func (*PIntBooleanIntBooleanValue) GetIntValue1 ¶
func (x *PIntBooleanIntBooleanValue) GetIntValue1() int32
func (*PIntBooleanIntBooleanValue) GetIntValue2 ¶
func (x *PIntBooleanIntBooleanValue) GetIntValue2() int32
func (*PIntBooleanIntBooleanValue) ProtoMessage ¶
func (*PIntBooleanIntBooleanValue) ProtoMessage()
func (*PIntBooleanIntBooleanValue) ProtoReflect ¶
func (x *PIntBooleanIntBooleanValue) ProtoReflect() protoreflect.Message
func (*PIntBooleanIntBooleanValue) Reset ¶
func (x *PIntBooleanIntBooleanValue) Reset()
func (*PIntBooleanIntBooleanValue) String ¶
func (x *PIntBooleanIntBooleanValue) String() string
type PIntCountMetric ¶
type PIntCountMetric struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Values []*PIntValue `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*PIntCountMetric) Descriptor
deprecated
func (*PIntCountMetric) Descriptor() ([]byte, []int)
Deprecated: Use PIntCountMetric.ProtoReflect.Descriptor instead.
func (*PIntCountMetric) GetName ¶
func (x *PIntCountMetric) GetName() string
func (*PIntCountMetric) GetValues ¶
func (x *PIntCountMetric) GetValues() []*PIntValue
func (*PIntCountMetric) ProtoMessage ¶
func (*PIntCountMetric) ProtoMessage()
func (*PIntCountMetric) ProtoReflect ¶
func (x *PIntCountMetric) ProtoReflect() protoreflect.Message
func (*PIntCountMetric) Reset ¶
func (x *PIntCountMetric) Reset()
func (*PIntCountMetric) String ¶
func (x *PIntCountMetric) String() string
type PIntGaugeMetric ¶
type PIntGaugeMetric struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Values []*PIntValue `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*PIntGaugeMetric) Descriptor
deprecated
func (*PIntGaugeMetric) Descriptor() ([]byte, []int)
Deprecated: Use PIntGaugeMetric.ProtoReflect.Descriptor instead.
func (*PIntGaugeMetric) GetName ¶
func (x *PIntGaugeMetric) GetName() string
func (*PIntGaugeMetric) GetValues ¶
func (x *PIntGaugeMetric) GetValues() []*PIntValue
func (*PIntGaugeMetric) ProtoMessage ¶
func (*PIntGaugeMetric) ProtoMessage()
func (*PIntGaugeMetric) ProtoReflect ¶
func (x *PIntGaugeMetric) ProtoReflect() protoreflect.Message
func (*PIntGaugeMetric) Reset ¶
func (x *PIntGaugeMetric) Reset()
func (*PIntGaugeMetric) String ¶
func (x *PIntGaugeMetric) String() string
type PIntStringStringValue ¶
type PIntStringStringValue struct { IntValue int32 `protobuf:"varint,1,opt,name=intValue,proto3" json:"intValue,omitempty"` StringValue1 *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=stringValue1,proto3" json:"stringValue1,omitempty"` StringValue2 *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=stringValue2,proto3" json:"stringValue2,omitempty"` // contains filtered or unexported fields }
func (*PIntStringStringValue) Descriptor
deprecated
func (*PIntStringStringValue) Descriptor() ([]byte, []int)
Deprecated: Use PIntStringStringValue.ProtoReflect.Descriptor instead.
func (*PIntStringStringValue) GetIntValue ¶
func (x *PIntStringStringValue) GetIntValue() int32
func (*PIntStringStringValue) GetStringValue1 ¶
func (x *PIntStringStringValue) GetStringValue1() *wrapperspb.StringValue
func (*PIntStringStringValue) GetStringValue2 ¶
func (x *PIntStringStringValue) GetStringValue2() *wrapperspb.StringValue
func (*PIntStringStringValue) ProtoMessage ¶
func (*PIntStringStringValue) ProtoMessage()
func (*PIntStringStringValue) ProtoReflect ¶
func (x *PIntStringStringValue) ProtoReflect() protoreflect.Message
func (*PIntStringStringValue) Reset ¶
func (x *PIntStringStringValue) Reset()
func (*PIntStringStringValue) String ¶
func (x *PIntStringStringValue) String() string
type PIntStringValue ¶
type PIntStringValue struct { IntValue int32 `protobuf:"varint,1,opt,name=intValue,proto3" json:"intValue,omitempty"` StringValue *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=stringValue,proto3" json:"stringValue,omitempty"` // contains filtered or unexported fields }
func (*PIntStringValue) Descriptor
deprecated
func (*PIntStringValue) Descriptor() ([]byte, []int)
Deprecated: Use PIntStringValue.ProtoReflect.Descriptor instead.
func (*PIntStringValue) GetIntValue ¶
func (x *PIntStringValue) GetIntValue() int32
func (*PIntStringValue) GetStringValue ¶
func (x *PIntStringValue) GetStringValue() *wrapperspb.StringValue
func (*PIntStringValue) ProtoMessage ¶
func (*PIntStringValue) ProtoMessage()
func (*PIntStringValue) ProtoReflect ¶
func (x *PIntStringValue) ProtoReflect() protoreflect.Message
func (*PIntStringValue) Reset ¶
func (x *PIntStringValue) Reset()
func (*PIntStringValue) String ¶
func (x *PIntStringValue) String() string
type PIntValue ¶
type PIntValue struct { Value int32 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` IsNotSet bool `protobuf:"varint,2,opt,name=isNotSet,proto3" json:"isNotSet,omitempty"` // contains filtered or unexported fields }
func (*PIntValue) Descriptor
deprecated
func (*PIntValue) GetIsNotSet ¶
func (*PIntValue) ProtoMessage ¶
func (*PIntValue) ProtoMessage()
func (*PIntValue) ProtoReflect ¶
func (x *PIntValue) ProtoReflect() protoreflect.Message
type PJvmGc ¶
type PJvmGc struct { Type PJvmGcType `protobuf:"varint,1,opt,name=type,proto3,enum=v1.PJvmGcType" json:"type,omitempty"` JvmMemoryHeapUsed int64 `protobuf:"varint,2,opt,name=jvmMemoryHeapUsed,proto3" json:"jvmMemoryHeapUsed,omitempty"` JvmMemoryHeapMax int64 `protobuf:"varint,3,opt,name=jvmMemoryHeapMax,proto3" json:"jvmMemoryHeapMax,omitempty"` JvmMemoryNonHeapUsed int64 `protobuf:"varint,4,opt,name=jvmMemoryNonHeapUsed,proto3" json:"jvmMemoryNonHeapUsed,omitempty"` JvmMemoryNonHeapMax int64 `protobuf:"varint,5,opt,name=jvmMemoryNonHeapMax,proto3" json:"jvmMemoryNonHeapMax,omitempty"` JvmGcOldCount int64 `protobuf:"varint,6,opt,name=jvmGcOldCount,proto3" json:"jvmGcOldCount,omitempty"` JvmGcOldTime int64 `protobuf:"varint,7,opt,name=jvmGcOldTime,proto3" json:"jvmGcOldTime,omitempty"` JvmGcDetailed *PJvmGcDetailed `protobuf:"bytes,8,opt,name=jvmGcDetailed,proto3" json:"jvmGcDetailed,omitempty"` // contains filtered or unexported fields }
func (*PJvmGc) Descriptor
deprecated
func (*PJvmGc) GetJvmGcDetailed ¶
func (x *PJvmGc) GetJvmGcDetailed() *PJvmGcDetailed
func (*PJvmGc) GetJvmGcOldCount ¶
func (*PJvmGc) GetJvmGcOldTime ¶
func (*PJvmGc) GetJvmMemoryHeapMax ¶
func (*PJvmGc) GetJvmMemoryHeapUsed ¶
func (*PJvmGc) GetJvmMemoryNonHeapMax ¶
func (*PJvmGc) GetJvmMemoryNonHeapUsed ¶
func (*PJvmGc) GetType ¶
func (x *PJvmGc) GetType() PJvmGcType
func (*PJvmGc) ProtoMessage ¶
func (*PJvmGc) ProtoMessage()
func (*PJvmGc) ProtoReflect ¶
func (x *PJvmGc) ProtoReflect() protoreflect.Message
type PJvmGcDetailed ¶
type PJvmGcDetailed struct { JvmGcNewCount int64 `protobuf:"varint,1,opt,name=jvmGcNewCount,proto3" json:"jvmGcNewCount,omitempty"` JvmGcNewTime int64 `protobuf:"varint,2,opt,name=jvmGcNewTime,proto3" json:"jvmGcNewTime,omitempty"` JvmPoolCodeCacheUsed float64 `protobuf:"fixed64,3,opt,name=jvmPoolCodeCacheUsed,proto3" json:"jvmPoolCodeCacheUsed,omitempty"` JvmPoolNewGenUsed float64 `protobuf:"fixed64,4,opt,name=jvmPoolNewGenUsed,proto3" json:"jvmPoolNewGenUsed,omitempty"` JvmPoolOldGenUsed float64 `protobuf:"fixed64,5,opt,name=jvmPoolOldGenUsed,proto3" json:"jvmPoolOldGenUsed,omitempty"` JvmPoolSurvivorSpaceUsed float64 `protobuf:"fixed64,6,opt,name=jvmPoolSurvivorSpaceUsed,proto3" json:"jvmPoolSurvivorSpaceUsed,omitempty"` JvmPoolPermGenUsed float64 `protobuf:"fixed64,7,opt,name=jvmPoolPermGenUsed,proto3" json:"jvmPoolPermGenUsed,omitempty"` JvmPoolMetaspaceUsed float64 `protobuf:"fixed64,8,opt,name=jvmPoolMetaspaceUsed,proto3" json:"jvmPoolMetaspaceUsed,omitempty"` // contains filtered or unexported fields }
func (*PJvmGcDetailed) Descriptor
deprecated
func (*PJvmGcDetailed) Descriptor() ([]byte, []int)
Deprecated: Use PJvmGcDetailed.ProtoReflect.Descriptor instead.
func (*PJvmGcDetailed) GetJvmGcNewCount ¶
func (x *PJvmGcDetailed) GetJvmGcNewCount() int64
func (*PJvmGcDetailed) GetJvmGcNewTime ¶
func (x *PJvmGcDetailed) GetJvmGcNewTime() int64
func (*PJvmGcDetailed) GetJvmPoolCodeCacheUsed ¶
func (x *PJvmGcDetailed) GetJvmPoolCodeCacheUsed() float64
func (*PJvmGcDetailed) GetJvmPoolMetaspaceUsed ¶
func (x *PJvmGcDetailed) GetJvmPoolMetaspaceUsed() float64
func (*PJvmGcDetailed) GetJvmPoolNewGenUsed ¶
func (x *PJvmGcDetailed) GetJvmPoolNewGenUsed() float64
func (*PJvmGcDetailed) GetJvmPoolOldGenUsed ¶
func (x *PJvmGcDetailed) GetJvmPoolOldGenUsed() float64
func (*PJvmGcDetailed) GetJvmPoolPermGenUsed ¶
func (x *PJvmGcDetailed) GetJvmPoolPermGenUsed() float64
func (*PJvmGcDetailed) GetJvmPoolSurvivorSpaceUsed ¶
func (x *PJvmGcDetailed) GetJvmPoolSurvivorSpaceUsed() float64
func (*PJvmGcDetailed) ProtoMessage ¶
func (*PJvmGcDetailed) ProtoMessage()
func (*PJvmGcDetailed) ProtoReflect ¶
func (x *PJvmGcDetailed) ProtoReflect() protoreflect.Message
func (*PJvmGcDetailed) Reset ¶
func (x *PJvmGcDetailed) Reset()
func (*PJvmGcDetailed) String ¶
func (x *PJvmGcDetailed) String() string
type PJvmGcType ¶
type PJvmGcType int32
const ( PJvmGcType_JVM_GC_TYPE_UNKNOWN PJvmGcType = 0 PJvmGcType_JVM_GC_TYPE_SERIAL PJvmGcType = 1 PJvmGcType_JVM_GC_TYPE_PARALLEL PJvmGcType = 2 PJvmGcType_JVM_GC_TYPE_CMS PJvmGcType = 3 PJvmGcType_JVM_GC_TYPE_G1 PJvmGcType = 4 )
func (PJvmGcType) Descriptor ¶
func (PJvmGcType) Descriptor() protoreflect.EnumDescriptor
func (PJvmGcType) Enum ¶
func (x PJvmGcType) Enum() *PJvmGcType
func (PJvmGcType) EnumDescriptor
deprecated
func (PJvmGcType) EnumDescriptor() ([]byte, []int)
Deprecated: Use PJvmGcType.Descriptor instead.
func (PJvmGcType) Number ¶
func (x PJvmGcType) Number() protoreflect.EnumNumber
func (PJvmGcType) String ¶
func (x PJvmGcType) String() string
func (PJvmGcType) Type ¶
func (PJvmGcType) Type() protoreflect.EnumType
type PJvmInfo ¶
type PJvmInfo struct { Version int32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` VmVersion string `protobuf:"bytes,2,opt,name=vmVersion,proto3" json:"vmVersion,omitempty"` GcType PJvmGcType `protobuf:"varint,3,opt,name=gcType,proto3,enum=v1.PJvmGcType" json:"gcType,omitempty"` // contains filtered or unexported fields }
func (*PJvmInfo) Descriptor
deprecated
func (*PJvmInfo) GetGcType ¶
func (x *PJvmInfo) GetGcType() PJvmGcType
func (*PJvmInfo) GetVersion ¶
func (*PJvmInfo) GetVmVersion ¶
func (*PJvmInfo) ProtoMessage ¶
func (*PJvmInfo) ProtoMessage()
func (*PJvmInfo) ProtoReflect ¶
func (x *PJvmInfo) ProtoReflect() protoreflect.Message
type PLoadedClass ¶
type PLoadedClass struct { LoadedClassCount int64 `protobuf:"varint,1,opt,name=loadedClassCount,proto3" json:"loadedClassCount,omitempty"` UnloadedClassCount int64 `protobuf:"varint,2,opt,name=unloadedClassCount,proto3" json:"unloadedClassCount,omitempty"` // contains filtered or unexported fields }
func (*PLoadedClass) Descriptor
deprecated
func (*PLoadedClass) Descriptor() ([]byte, []int)
Deprecated: Use PLoadedClass.ProtoReflect.Descriptor instead.
func (*PLoadedClass) GetLoadedClassCount ¶
func (x *PLoadedClass) GetLoadedClassCount() int64
func (*PLoadedClass) GetUnloadedClassCount ¶
func (x *PLoadedClass) GetUnloadedClassCount() int64
func (*PLoadedClass) ProtoMessage ¶
func (*PLoadedClass) ProtoMessage()
func (*PLoadedClass) ProtoReflect ¶
func (x *PLoadedClass) ProtoReflect() protoreflect.Message
func (*PLoadedClass) Reset ¶
func (x *PLoadedClass) Reset()
func (*PLoadedClass) String ¶
func (x *PLoadedClass) String() string
type PLocalAsyncId ¶
type PLocalAsyncId struct { AsyncId int32 `protobuf:"varint,1,opt,name=asyncId,proto3" json:"asyncId,omitempty"` Sequence int32 `protobuf:"varint,2,opt,name=sequence,proto3" json:"sequence,omitempty"` // contains filtered or unexported fields }
func (*PLocalAsyncId) Descriptor
deprecated
func (*PLocalAsyncId) Descriptor() ([]byte, []int)
Deprecated: Use PLocalAsyncId.ProtoReflect.Descriptor instead.
func (*PLocalAsyncId) GetAsyncId ¶
func (x *PLocalAsyncId) GetAsyncId() int32
func (*PLocalAsyncId) GetSequence ¶
func (x *PLocalAsyncId) GetSequence() int32
func (*PLocalAsyncId) ProtoMessage ¶
func (*PLocalAsyncId) ProtoMessage()
func (*PLocalAsyncId) ProtoReflect ¶
func (x *PLocalAsyncId) ProtoReflect() protoreflect.Message
func (*PLocalAsyncId) Reset ¶
func (x *PLocalAsyncId) Reset()
func (*PLocalAsyncId) String ¶
func (x *PLocalAsyncId) String() string
type PLongCountMetric ¶
type PLongCountMetric struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Values []*PLongValue `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*PLongCountMetric) Descriptor
deprecated
func (*PLongCountMetric) Descriptor() ([]byte, []int)
Deprecated: Use PLongCountMetric.ProtoReflect.Descriptor instead.
func (*PLongCountMetric) GetName ¶
func (x *PLongCountMetric) GetName() string
func (*PLongCountMetric) GetValues ¶
func (x *PLongCountMetric) GetValues() []*PLongValue
func (*PLongCountMetric) ProtoMessage ¶
func (*PLongCountMetric) ProtoMessage()
func (*PLongCountMetric) ProtoReflect ¶
func (x *PLongCountMetric) ProtoReflect() protoreflect.Message
func (*PLongCountMetric) Reset ¶
func (x *PLongCountMetric) Reset()
func (*PLongCountMetric) String ¶
func (x *PLongCountMetric) String() string
type PLongGaugeMetric ¶
type PLongGaugeMetric struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Values []*PLongValue `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*PLongGaugeMetric) Descriptor
deprecated
func (*PLongGaugeMetric) Descriptor() ([]byte, []int)
Deprecated: Use PLongGaugeMetric.ProtoReflect.Descriptor instead.
func (*PLongGaugeMetric) GetName ¶
func (x *PLongGaugeMetric) GetName() string
func (*PLongGaugeMetric) GetValues ¶
func (x *PLongGaugeMetric) GetValues() []*PLongValue
func (*PLongGaugeMetric) ProtoMessage ¶
func (*PLongGaugeMetric) ProtoMessage()
func (*PLongGaugeMetric) ProtoReflect ¶
func (x *PLongGaugeMetric) ProtoReflect() protoreflect.Message
func (*PLongGaugeMetric) Reset ¶
func (x *PLongGaugeMetric) Reset()
func (*PLongGaugeMetric) String ¶
func (x *PLongGaugeMetric) String() string
type PLongIntIntByteByteStringValue ¶
type PLongIntIntByteByteStringValue struct { LongValue int64 `protobuf:"varint,1,opt,name=longValue,proto3" json:"longValue,omitempty"` IntValue1 int32 `protobuf:"varint,2,opt,name=intValue1,proto3" json:"intValue1,omitempty"` IntValue2 int32 `protobuf:"varint,3,opt,name=intValue2,proto3" json:"intValue2,omitempty"` ByteValue1 int32 `protobuf:"zigzag32,4,opt,name=byteValue1,proto3" json:"byteValue1,omitempty"` ByteValue2 int32 `protobuf:"zigzag32,5,opt,name=byteValue2,proto3" json:"byteValue2,omitempty"` StringValue *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=stringValue,proto3" json:"stringValue,omitempty"` // contains filtered or unexported fields }
func (*PLongIntIntByteByteStringValue) Descriptor
deprecated
func (*PLongIntIntByteByteStringValue) Descriptor() ([]byte, []int)
Deprecated: Use PLongIntIntByteByteStringValue.ProtoReflect.Descriptor instead.
func (*PLongIntIntByteByteStringValue) GetByteValue1 ¶
func (x *PLongIntIntByteByteStringValue) GetByteValue1() int32
func (*PLongIntIntByteByteStringValue) GetByteValue2 ¶
func (x *PLongIntIntByteByteStringValue) GetByteValue2() int32
func (*PLongIntIntByteByteStringValue) GetIntValue1 ¶
func (x *PLongIntIntByteByteStringValue) GetIntValue1() int32
func (*PLongIntIntByteByteStringValue) GetIntValue2 ¶
func (x *PLongIntIntByteByteStringValue) GetIntValue2() int32
func (*PLongIntIntByteByteStringValue) GetLongValue ¶
func (x *PLongIntIntByteByteStringValue) GetLongValue() int64
func (*PLongIntIntByteByteStringValue) GetStringValue ¶
func (x *PLongIntIntByteByteStringValue) GetStringValue() *wrapperspb.StringValue
func (*PLongIntIntByteByteStringValue) ProtoMessage ¶
func (*PLongIntIntByteByteStringValue) ProtoMessage()
func (*PLongIntIntByteByteStringValue) ProtoReflect ¶
func (x *PLongIntIntByteByteStringValue) ProtoReflect() protoreflect.Message
func (*PLongIntIntByteByteStringValue) Reset ¶
func (x *PLongIntIntByteByteStringValue) Reset()
func (*PLongIntIntByteByteStringValue) String ¶
func (x *PLongIntIntByteByteStringValue) String() string
type PLongValue ¶
type PLongValue struct { Value int64 `protobuf:"varint,1,opt,name=value,proto3" json:"value,omitempty"` IsNotSet bool `protobuf:"varint,2,opt,name=isNotSet,proto3" json:"isNotSet,omitempty"` // contains filtered or unexported fields }
func (*PLongValue) Descriptor
deprecated
func (*PLongValue) Descriptor() ([]byte, []int)
Deprecated: Use PLongValue.ProtoReflect.Descriptor instead.
func (*PLongValue) GetIsNotSet ¶
func (x *PLongValue) GetIsNotSet() bool
func (*PLongValue) GetValue ¶
func (x *PLongValue) GetValue() int64
func (*PLongValue) ProtoMessage ¶
func (*PLongValue) ProtoMessage()
func (*PLongValue) ProtoReflect ¶
func (x *PLongValue) ProtoReflect() protoreflect.Message
func (*PLongValue) Reset ¶
func (x *PLongValue) Reset()
func (*PLongValue) String ¶
func (x *PLongValue) String() string
type PMessageEvent ¶
type PMessageEvent struct { NextSpanId int64 `protobuf:"fixed64,1,opt,name=nextSpanId,proto3" json:"nextSpanId,omitempty"` EndPoint string `protobuf:"bytes,2,opt,name=endPoint,proto3" json:"endPoint,omitempty"` DestinationId string `protobuf:"bytes,3,opt,name=destinationId,proto3" json:"destinationId,omitempty"` // contains filtered or unexported fields }
func (*PMessageEvent) Descriptor
deprecated
func (*PMessageEvent) Descriptor() ([]byte, []int)
Deprecated: Use PMessageEvent.ProtoReflect.Descriptor instead.
func (*PMessageEvent) GetDestinationId ¶
func (x *PMessageEvent) GetDestinationId() string
func (*PMessageEvent) GetEndPoint ¶
func (x *PMessageEvent) GetEndPoint() string
func (*PMessageEvent) GetNextSpanId ¶
func (x *PMessageEvent) GetNextSpanId() int64
func (*PMessageEvent) ProtoMessage ¶
func (*PMessageEvent) ProtoMessage()
func (*PMessageEvent) ProtoReflect ¶
func (x *PMessageEvent) ProtoReflect() protoreflect.Message
func (*PMessageEvent) Reset ¶
func (x *PMessageEvent) Reset()
func (*PMessageEvent) String ¶
func (x *PMessageEvent) String() string
type PMonitorInfo ¶
type PMonitorInfo struct { StackDepth int32 `protobuf:"varint,1,opt,name=stackDepth,proto3" json:"stackDepth,omitempty"` StackFrame string `protobuf:"bytes,2,opt,name=stackFrame,proto3" json:"stackFrame,omitempty"` // contains filtered or unexported fields }
func (*PMonitorInfo) Descriptor
deprecated
func (*PMonitorInfo) Descriptor() ([]byte, []int)
Deprecated: Use PMonitorInfo.ProtoReflect.Descriptor instead.
func (*PMonitorInfo) GetStackDepth ¶
func (x *PMonitorInfo) GetStackDepth() int32
func (*PMonitorInfo) GetStackFrame ¶
func (x *PMonitorInfo) GetStackFrame() string
func (*PMonitorInfo) ProtoMessage ¶
func (*PMonitorInfo) ProtoMessage()
func (*PMonitorInfo) ProtoReflect ¶
func (x *PMonitorInfo) ProtoReflect() protoreflect.Message
func (*PMonitorInfo) Reset ¶
func (x *PMonitorInfo) Reset()
func (*PMonitorInfo) String ¶
func (x *PMonitorInfo) String() string
type PNextEvent ¶
type PNextEvent struct { // Types that are assignable to Field: // *PNextEvent_MessageEvent Field isPNextEvent_Field `protobuf_oneof:"field"` // contains filtered or unexported fields }
func (*PNextEvent) Descriptor
deprecated
func (*PNextEvent) Descriptor() ([]byte, []int)
Deprecated: Use PNextEvent.ProtoReflect.Descriptor instead.
func (*PNextEvent) GetField ¶
func (m *PNextEvent) GetField() isPNextEvent_Field
func (*PNextEvent) GetMessageEvent ¶
func (x *PNextEvent) GetMessageEvent() *PMessageEvent
func (*PNextEvent) ProtoMessage ¶
func (*PNextEvent) ProtoMessage()
func (*PNextEvent) ProtoReflect ¶
func (x *PNextEvent) ProtoReflect() protoreflect.Message
func (*PNextEvent) Reset ¶
func (x *PNextEvent) Reset()
func (*PNextEvent) String ¶
func (x *PNextEvent) String() string
type PNextEvent_MessageEvent ¶
type PNextEvent_MessageEvent struct {
MessageEvent *PMessageEvent `protobuf:"bytes,1,opt,name=messageEvent,proto3,oneof"`
}
type PParentInfo ¶
type PParentInfo struct { ParentApplicationName string `protobuf:"bytes,1,opt,name=parentApplicationName,proto3" json:"parentApplicationName,omitempty"` ParentApplicationType int32 `protobuf:"varint,2,opt,name=parentApplicationType,proto3" json:"parentApplicationType,omitempty"` AcceptorHost string `protobuf:"bytes,3,opt,name=acceptorHost,proto3" json:"acceptorHost,omitempty"` // contains filtered or unexported fields }
func (*PParentInfo) Descriptor
deprecated
func (*PParentInfo) Descriptor() ([]byte, []int)
Deprecated: Use PParentInfo.ProtoReflect.Descriptor instead.
func (*PParentInfo) GetAcceptorHost ¶
func (x *PParentInfo) GetAcceptorHost() string
func (*PParentInfo) GetParentApplicationName ¶
func (x *PParentInfo) GetParentApplicationName() string
func (*PParentInfo) GetParentApplicationType ¶
func (x *PParentInfo) GetParentApplicationType() int32
func (*PParentInfo) ProtoMessage ¶
func (*PParentInfo) ProtoMessage()
func (*PParentInfo) ProtoReflect ¶
func (x *PParentInfo) ProtoReflect() protoreflect.Message
func (*PParentInfo) Reset ¶
func (x *PParentInfo) Reset()
func (*PParentInfo) String ¶
func (x *PParentInfo) String() string
type PPing ¶
type PPing struct {
// contains filtered or unexported fields
}
func (*PPing) Descriptor
deprecated
func (*PPing) ProtoMessage ¶
func (*PPing) ProtoMessage()
func (*PPing) ProtoReflect ¶
func (x *PPing) ProtoReflect() protoreflect.Message
type PResponseTime ¶
type PResponseTime struct { Avg int64 `protobuf:"varint,1,opt,name=avg,proto3" json:"avg,omitempty"` Max int64 `protobuf:"varint,2,opt,name=max,proto3" json:"max,omitempty"` // contains filtered or unexported fields }
func (*PResponseTime) Descriptor
deprecated
func (*PResponseTime) Descriptor() ([]byte, []int)
Deprecated: Use PResponseTime.ProtoReflect.Descriptor instead.
func (*PResponseTime) GetAvg ¶
func (x *PResponseTime) GetAvg() int64
func (*PResponseTime) GetMax ¶
func (x *PResponseTime) GetMax() int64
func (*PResponseTime) ProtoMessage ¶
func (*PResponseTime) ProtoMessage()
func (*PResponseTime) ProtoReflect ¶
func (x *PResponseTime) ProtoReflect() protoreflect.Message
func (*PResponseTime) Reset ¶
func (x *PResponseTime) Reset()
func (*PResponseTime) String ¶
func (x *PResponseTime) String() string
type PResult ¶
type PResult struct { Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"` // contains filtered or unexported fields }
func (*PResult) Descriptor
deprecated
func (*PResult) GetMessage ¶
func (*PResult) GetSuccess ¶
func (*PResult) ProtoMessage ¶
func (*PResult) ProtoMessage()
func (*PResult) ProtoReflect ¶
func (x *PResult) ProtoReflect() protoreflect.Message
type PServerMetaData ¶
type PServerMetaData struct { ServerInfo string `protobuf:"bytes,1,opt,name=serverInfo,proto3" json:"serverInfo,omitempty"` VmArg []string `protobuf:"bytes,2,rep,name=vmArg,proto3" json:"vmArg,omitempty"` ServiceInfo []*PServiceInfo `protobuf:"bytes,3,rep,name=serviceInfo,proto3" json:"serviceInfo,omitempty"` // contains filtered or unexported fields }
func (*PServerMetaData) Descriptor
deprecated
func (*PServerMetaData) Descriptor() ([]byte, []int)
Deprecated: Use PServerMetaData.ProtoReflect.Descriptor instead.
func (*PServerMetaData) GetServerInfo ¶
func (x *PServerMetaData) GetServerInfo() string
func (*PServerMetaData) GetServiceInfo ¶
func (x *PServerMetaData) GetServiceInfo() []*PServiceInfo
func (*PServerMetaData) GetVmArg ¶
func (x *PServerMetaData) GetVmArg() []string
func (*PServerMetaData) ProtoMessage ¶
func (*PServerMetaData) ProtoMessage()
func (*PServerMetaData) ProtoReflect ¶
func (x *PServerMetaData) ProtoReflect() protoreflect.Message
func (*PServerMetaData) Reset ¶
func (x *PServerMetaData) Reset()
func (*PServerMetaData) String ¶
func (x *PServerMetaData) String() string
type PServiceInfo ¶
type PServiceInfo struct { ServiceName string `protobuf:"bytes,1,opt,name=serviceName,proto3" json:"serviceName,omitempty"` ServiceLib []string `protobuf:"bytes,2,rep,name=serviceLib,proto3" json:"serviceLib,omitempty"` // contains filtered or unexported fields }
func (*PServiceInfo) Descriptor
deprecated
func (*PServiceInfo) Descriptor() ([]byte, []int)
Deprecated: Use PServiceInfo.ProtoReflect.Descriptor instead.
func (*PServiceInfo) GetServiceLib ¶
func (x *PServiceInfo) GetServiceLib() []string
func (*PServiceInfo) GetServiceName ¶
func (x *PServiceInfo) GetServiceName() string
func (*PServiceInfo) ProtoMessage ¶
func (*PServiceInfo) ProtoMessage()
func (*PServiceInfo) ProtoReflect ¶
func (x *PServiceInfo) ProtoReflect() protoreflect.Message
func (*PServiceInfo) Reset ¶
func (x *PServiceInfo) Reset()
func (*PServiceInfo) String ¶
func (x *PServiceInfo) String() string
type PSpan ¶
type PSpan struct { Version int32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` TransactionId *PTransactionId `protobuf:"bytes,2,opt,name=transactionId,proto3" json:"transactionId,omitempty"` SpanId int64 `protobuf:"fixed64,3,opt,name=spanId,proto3" json:"spanId,omitempty"` ParentSpanId int64 `protobuf:"fixed64,4,opt,name=parentSpanId,proto3" json:"parentSpanId,omitempty"` // span event's startTimestamp StartTime int64 `protobuf:"varint,5,opt,name=startTime,proto3" json:"startTime,omitempty"` Elapsed int32 `protobuf:"varint,6,opt,name=elapsed,proto3" json:"elapsed,omitempty"` ApiId int32 `protobuf:"varint,7,opt,name=apiId,proto3" json:"apiId,omitempty"` ServiceType int32 `protobuf:"varint,8,opt,name=serviceType,proto3" json:"serviceType,omitempty"` AcceptEvent *PAcceptEvent `protobuf:"bytes,9,opt,name=acceptEvent,proto3" json:"acceptEvent,omitempty"` Annotation []*PAnnotation `protobuf:"bytes,10,rep,name=annotation,proto3" json:"annotation,omitempty"` Flag int32 `protobuf:"varint,11,opt,name=flag,proto3" json:"flag,omitempty"` Err int32 `protobuf:"zigzag32,12,opt,name=err,proto3" json:"err,omitempty"` SpanEvent []*PSpanEvent `protobuf:"bytes,13,rep,name=spanEvent,proto3" json:"spanEvent,omitempty"` ExceptionInfo *PIntStringValue `protobuf:"bytes,14,opt,name=exceptionInfo,proto3" json:"exceptionInfo,omitempty"` ApplicationServiceType int32 `protobuf:"varint,15,opt,name=applicationServiceType,proto3" json:"applicationServiceType,omitempty"` LoggingTransactionInfo int32 `protobuf:"varint,16,opt,name=loggingTransactionInfo,proto3" json:"loggingTransactionInfo,omitempty"` // contains filtered or unexported fields }
func (*PSpan) Descriptor
deprecated
func (*PSpan) GetAcceptEvent ¶
func (x *PSpan) GetAcceptEvent() *PAcceptEvent
func (*PSpan) GetAnnotation ¶
func (x *PSpan) GetAnnotation() []*PAnnotation
func (*PSpan) GetApplicationServiceType ¶
func (*PSpan) GetElapsed ¶
func (*PSpan) GetExceptionInfo ¶
func (x *PSpan) GetExceptionInfo() *PIntStringValue
func (*PSpan) GetLoggingTransactionInfo ¶
func (*PSpan) GetParentSpanId ¶
func (*PSpan) GetServiceType ¶
func (*PSpan) GetSpanEvent ¶
func (x *PSpan) GetSpanEvent() []*PSpanEvent
func (*PSpan) GetStartTime ¶
func (*PSpan) GetTransactionId ¶
func (x *PSpan) GetTransactionId() *PTransactionId
func (*PSpan) GetVersion ¶
func (*PSpan) ProtoMessage ¶
func (*PSpan) ProtoMessage()
func (*PSpan) ProtoReflect ¶
func (x *PSpan) ProtoReflect() protoreflect.Message
type PSpanChunk ¶
type PSpanChunk struct { Version int32 `protobuf:"varint,1,opt,name=version,proto3" json:"version,omitempty"` TransactionId *PTransactionId `protobuf:"bytes,2,opt,name=transactionId,proto3" json:"transactionId,omitempty"` SpanId int64 `protobuf:"fixed64,3,opt,name=spanId,proto3" json:"spanId,omitempty"` EndPoint string `protobuf:"bytes,4,opt,name=endPoint,proto3" json:"endPoint,omitempty"` SpanEvent []*PSpanEvent `protobuf:"bytes,5,rep,name=spanEvent,proto3" json:"spanEvent,omitempty"` ApplicationServiceType int32 `protobuf:"varint,6,opt,name=applicationServiceType,proto3" json:"applicationServiceType,omitempty"` KeyTime int64 `protobuf:"varint,7,opt,name=keyTime,proto3" json:"keyTime,omitempty"` LocalAsyncId *PLocalAsyncId `protobuf:"bytes,8,opt,name=localAsyncId,proto3" json:"localAsyncId,omitempty"` // contains filtered or unexported fields }
func (*PSpanChunk) Descriptor
deprecated
func (*PSpanChunk) Descriptor() ([]byte, []int)
Deprecated: Use PSpanChunk.ProtoReflect.Descriptor instead.
func (*PSpanChunk) GetApplicationServiceType ¶
func (x *PSpanChunk) GetApplicationServiceType() int32
func (*PSpanChunk) GetEndPoint ¶
func (x *PSpanChunk) GetEndPoint() string
func (*PSpanChunk) GetKeyTime ¶
func (x *PSpanChunk) GetKeyTime() int64
func (*PSpanChunk) GetLocalAsyncId ¶
func (x *PSpanChunk) GetLocalAsyncId() *PLocalAsyncId
func (*PSpanChunk) GetSpanEvent ¶
func (x *PSpanChunk) GetSpanEvent() []*PSpanEvent
func (*PSpanChunk) GetSpanId ¶
func (x *PSpanChunk) GetSpanId() int64
func (*PSpanChunk) GetTransactionId ¶
func (x *PSpanChunk) GetTransactionId() *PTransactionId
func (*PSpanChunk) GetVersion ¶
func (x *PSpanChunk) GetVersion() int32
func (*PSpanChunk) ProtoMessage ¶
func (*PSpanChunk) ProtoMessage()
func (*PSpanChunk) ProtoReflect ¶
func (x *PSpanChunk) ProtoReflect() protoreflect.Message
func (*PSpanChunk) Reset ¶
func (x *PSpanChunk) Reset()
func (*PSpanChunk) String ¶
func (x *PSpanChunk) String() string
type PSpanEvent ¶
type PSpanEvent struct { Sequence int32 `protobuf:"varint,1,opt,name=sequence,proto3" json:"sequence,omitempty"` Depth int32 `protobuf:"varint,2,opt,name=depth,proto3" json:"depth,omitempty"` StartElapsed int32 `protobuf:"varint,3,opt,name=startElapsed,proto3" json:"startElapsed,omitempty"` EndElapsed int32 `protobuf:"varint,4,opt,name=endElapsed,proto3" json:"endElapsed,omitempty"` ServiceType int32 `protobuf:"zigzag32,5,opt,name=serviceType,proto3" json:"serviceType,omitempty"` Annotation []*PAnnotation `protobuf:"bytes,6,rep,name=annotation,proto3" json:"annotation,omitempty"` ApiId int32 `protobuf:"zigzag32,10,opt,name=apiId,proto3" json:"apiId,omitempty"` ExceptionInfo *PIntStringValue `protobuf:"bytes,11,opt,name=exceptionInfo,proto3" json:"exceptionInfo,omitempty"` NextEvent *PNextEvent `protobuf:"bytes,12,opt,name=nextEvent,proto3" json:"nextEvent,omitempty"` AsyncEvent int32 `protobuf:"varint,13,opt,name=asyncEvent,proto3" json:"asyncEvent,omitempty"` // contains filtered or unexported fields }
func (*PSpanEvent) Descriptor
deprecated
func (*PSpanEvent) Descriptor() ([]byte, []int)
Deprecated: Use PSpanEvent.ProtoReflect.Descriptor instead.
func (*PSpanEvent) GetAnnotation ¶
func (x *PSpanEvent) GetAnnotation() []*PAnnotation
func (*PSpanEvent) GetApiId ¶
func (x *PSpanEvent) GetApiId() int32
func (*PSpanEvent) GetAsyncEvent ¶
func (x *PSpanEvent) GetAsyncEvent() int32
func (*PSpanEvent) GetDepth ¶
func (x *PSpanEvent) GetDepth() int32
func (*PSpanEvent) GetEndElapsed ¶
func (x *PSpanEvent) GetEndElapsed() int32
func (*PSpanEvent) GetExceptionInfo ¶
func (x *PSpanEvent) GetExceptionInfo() *PIntStringValue
func (*PSpanEvent) GetNextEvent ¶
func (x *PSpanEvent) GetNextEvent() *PNextEvent
func (*PSpanEvent) GetSequence ¶
func (x *PSpanEvent) GetSequence() int32
func (*PSpanEvent) GetServiceType ¶
func (x *PSpanEvent) GetServiceType() int32
func (*PSpanEvent) GetStartElapsed ¶
func (x *PSpanEvent) GetStartElapsed() int32
func (*PSpanEvent) ProtoMessage ¶
func (*PSpanEvent) ProtoMessage()
func (*PSpanEvent) ProtoReflect ¶
func (x *PSpanEvent) ProtoReflect() protoreflect.Message
func (*PSpanEvent) Reset ¶
func (x *PSpanEvent) Reset()
func (*PSpanEvent) String ¶
func (x *PSpanEvent) String() string
type PSpanMessage ¶
type PSpanMessage struct { // Types that are assignable to Field: // *PSpanMessage_Span // *PSpanMessage_SpanChunk Field isPSpanMessage_Field `protobuf_oneof:"field"` // contains filtered or unexported fields }
func (*PSpanMessage) Descriptor
deprecated
func (*PSpanMessage) Descriptor() ([]byte, []int)
Deprecated: Use PSpanMessage.ProtoReflect.Descriptor instead.
func (*PSpanMessage) GetField ¶
func (m *PSpanMessage) GetField() isPSpanMessage_Field
func (*PSpanMessage) GetSpan ¶
func (x *PSpanMessage) GetSpan() *PSpan
func (*PSpanMessage) GetSpanChunk ¶
func (x *PSpanMessage) GetSpanChunk() *PSpanChunk
func (*PSpanMessage) ProtoMessage ¶
func (*PSpanMessage) ProtoMessage()
func (*PSpanMessage) ProtoReflect ¶
func (x *PSpanMessage) ProtoReflect() protoreflect.Message
func (*PSpanMessage) Reset ¶
func (x *PSpanMessage) Reset()
func (*PSpanMessage) String ¶
func (x *PSpanMessage) String() string
type PSpanMessageWithMeta ¶
type PSpanMessageWithMeta struct { SpanMessage *PSpanMessage `protobuf:"bytes,1,opt,name=SpanMessage,proto3" json:"SpanMessage,omitempty"` Meta map[string]*StringSlice `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
func (*PSpanMessageWithMeta) Descriptor
deprecated
func (*PSpanMessageWithMeta) Descriptor() ([]byte, []int)
Deprecated: Use PSpanMessageWithMeta.ProtoReflect.Descriptor instead.
func (*PSpanMessageWithMeta) GetMeta ¶
func (x *PSpanMessageWithMeta) GetMeta() map[string]*StringSlice
func (*PSpanMessageWithMeta) GetSpanMessage ¶
func (x *PSpanMessageWithMeta) GetSpanMessage() *PSpanMessage
func (*PSpanMessageWithMeta) ProtoMessage ¶
func (*PSpanMessageWithMeta) ProtoMessage()
func (*PSpanMessageWithMeta) ProtoReflect ¶
func (x *PSpanMessageWithMeta) ProtoReflect() protoreflect.Message
func (*PSpanMessageWithMeta) Reset ¶
func (x *PSpanMessageWithMeta) Reset()
func (*PSpanMessageWithMeta) String ¶
func (x *PSpanMessageWithMeta) String() string
type PSpanMessage_Span ¶
type PSpanMessage_Span struct {
Span *PSpan `protobuf:"bytes,1,opt,name=span,proto3,oneof"`
}
type PSpanMessage_SpanChunk ¶
type PSpanMessage_SpanChunk struct {
SpanChunk *PSpanChunk `protobuf:"bytes,2,opt,name=spanChunk,proto3,oneof"`
}
type PSqlMetaData ¶
type PSqlMetaData struct { SqlId int32 `protobuf:"varint,1,opt,name=sqlId,proto3" json:"sqlId,omitempty"` Sql string `protobuf:"bytes,2,opt,name=sql,proto3" json:"sql,omitempty"` // contains filtered or unexported fields }
func (*PSqlMetaData) Descriptor
deprecated
func (*PSqlMetaData) Descriptor() ([]byte, []int)
Deprecated: Use PSqlMetaData.ProtoReflect.Descriptor instead.
func (*PSqlMetaData) GetSql ¶
func (x *PSqlMetaData) GetSql() string
func (*PSqlMetaData) GetSqlId ¶
func (x *PSqlMetaData) GetSqlId() int32
func (*PSqlMetaData) ProtoMessage ¶
func (*PSqlMetaData) ProtoMessage()
func (*PSqlMetaData) ProtoReflect ¶
func (x *PSqlMetaData) ProtoReflect() protoreflect.Message
func (*PSqlMetaData) Reset ¶
func (x *PSqlMetaData) Reset()
func (*PSqlMetaData) String ¶
func (x *PSqlMetaData) String() string
type PStatMessage ¶
type PStatMessage struct { // Types that are assignable to Field: // *PStatMessage_AgentStat // *PStatMessage_AgentStatBatch // *PStatMessage_AgentUriStat Field isPStatMessage_Field `protobuf_oneof:"field"` // contains filtered or unexported fields }
func (*PStatMessage) Descriptor
deprecated
func (*PStatMessage) Descriptor() ([]byte, []int)
Deprecated: Use PStatMessage.ProtoReflect.Descriptor instead.
func (*PStatMessage) GetAgentStat ¶
func (x *PStatMessage) GetAgentStat() *PAgentStat
func (*PStatMessage) GetAgentStatBatch ¶
func (x *PStatMessage) GetAgentStatBatch() *PAgentStatBatch
func (*PStatMessage) GetAgentUriStat ¶
func (x *PStatMessage) GetAgentUriStat() *PAgentUriStat
func (*PStatMessage) GetField ¶
func (m *PStatMessage) GetField() isPStatMessage_Field
func (*PStatMessage) ProtoMessage ¶
func (*PStatMessage) ProtoMessage()
func (*PStatMessage) ProtoReflect ¶
func (x *PStatMessage) ProtoReflect() protoreflect.Message
func (*PStatMessage) Reset ¶
func (x *PStatMessage) Reset()
func (*PStatMessage) String ¶
func (x *PStatMessage) String() string
type PStatMessage_AgentStat ¶
type PStatMessage_AgentStat struct {
AgentStat *PAgentStat `protobuf:"bytes,1,opt,name=agentStat,proto3,oneof"`
}
type PStatMessage_AgentStatBatch ¶
type PStatMessage_AgentStatBatch struct {
AgentStatBatch *PAgentStatBatch `protobuf:"bytes,2,opt,name=agentStatBatch,proto3,oneof"`
}
type PStatMessage_AgentUriStat ¶
type PStatMessage_AgentUriStat struct {
AgentUriStat *PAgentUriStat `protobuf:"bytes,3,opt,name=agentUriStat,proto3,oneof"`
}
type PStringMetaData ¶
type PStringMetaData struct { StringId int32 `protobuf:"varint,1,opt,name=stringId,proto3" json:"stringId,omitempty"` StringValue string `protobuf:"bytes,2,opt,name=stringValue,proto3" json:"stringValue,omitempty"` // contains filtered or unexported fields }
func (*PStringMetaData) Descriptor
deprecated
func (*PStringMetaData) Descriptor() ([]byte, []int)
Deprecated: Use PStringMetaData.ProtoReflect.Descriptor instead.
func (*PStringMetaData) GetStringId ¶
func (x *PStringMetaData) GetStringId() int32
func (*PStringMetaData) GetStringValue ¶
func (x *PStringMetaData) GetStringValue() string
func (*PStringMetaData) ProtoMessage ¶
func (*PStringMetaData) ProtoMessage()
func (*PStringMetaData) ProtoReflect ¶
func (x *PStringMetaData) ProtoReflect() protoreflect.Message
func (*PStringMetaData) Reset ¶
func (x *PStringMetaData) Reset()
func (*PStringMetaData) String ¶
func (x *PStringMetaData) String() string
type PStringStringValue ¶
type PStringStringValue struct { StringValue1 *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=stringValue1,proto3" json:"stringValue1,omitempty"` StringValue2 *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=stringValue2,proto3" json:"stringValue2,omitempty"` // contains filtered or unexported fields }
func (*PStringStringValue) Descriptor
deprecated
func (*PStringStringValue) Descriptor() ([]byte, []int)
Deprecated: Use PStringStringValue.ProtoReflect.Descriptor instead.
func (*PStringStringValue) GetStringValue1 ¶
func (x *PStringStringValue) GetStringValue1() *wrapperspb.StringValue
func (*PStringStringValue) GetStringValue2 ¶
func (x *PStringStringValue) GetStringValue2() *wrapperspb.StringValue
func (*PStringStringValue) ProtoMessage ¶
func (*PStringStringValue) ProtoMessage()
func (*PStringStringValue) ProtoReflect ¶
func (x *PStringStringValue) ProtoReflect() protoreflect.Message
func (*PStringStringValue) Reset ¶
func (x *PStringStringValue) Reset()
func (*PStringStringValue) String ¶
func (x *PStringStringValue) String() string
type PThreadDump ¶
type PThreadDump struct { ThreadName string `protobuf:"bytes,1,opt,name=threadName,proto3" json:"threadName,omitempty"` ThreadId int64 `protobuf:"varint,2,opt,name=threadId,proto3" json:"threadId,omitempty"` BlockedTime int64 `protobuf:"varint,3,opt,name=blockedTime,proto3" json:"blockedTime,omitempty"` BlockedCount int64 `protobuf:"varint,4,opt,name=blockedCount,proto3" json:"blockedCount,omitempty"` WaitedTime int64 `protobuf:"varint,5,opt,name=waitedTime,proto3" json:"waitedTime,omitempty"` WaitedCount int64 `protobuf:"varint,6,opt,name=waitedCount,proto3" json:"waitedCount,omitempty"` LockName string `protobuf:"bytes,7,opt,name=lockName,proto3" json:"lockName,omitempty"` LockOwnerId int64 `protobuf:"varint,8,opt,name=lockOwnerId,proto3" json:"lockOwnerId,omitempty"` LockOwnerName string `protobuf:"bytes,9,opt,name=lockOwnerName,proto3" json:"lockOwnerName,omitempty"` InNative bool `protobuf:"varint,10,opt,name=inNative,proto3" json:"inNative,omitempty"` Suspended bool `protobuf:"varint,11,opt,name=suspended,proto3" json:"suspended,omitempty"` ThreadState PThreadState `protobuf:"varint,12,opt,name=threadState,proto3,enum=v1.PThreadState" json:"threadState,omitempty"` StackTrace []string `protobuf:"bytes,13,rep,name=stackTrace,proto3" json:"stackTrace,omitempty"` LockedMonitor []*PMonitorInfo `protobuf:"bytes,14,rep,name=lockedMonitor,proto3" json:"lockedMonitor,omitempty"` LockedSynchronizer []string `protobuf:"bytes,15,rep,name=lockedSynchronizer,proto3" json:"lockedSynchronizer,omitempty"` // contains filtered or unexported fields }
func (*PThreadDump) Descriptor
deprecated
func (*PThreadDump) Descriptor() ([]byte, []int)
Deprecated: Use PThreadDump.ProtoReflect.Descriptor instead.
func (*PThreadDump) GetBlockedCount ¶
func (x *PThreadDump) GetBlockedCount() int64
func (*PThreadDump) GetBlockedTime ¶
func (x *PThreadDump) GetBlockedTime() int64
func (*PThreadDump) GetInNative ¶
func (x *PThreadDump) GetInNative() bool
func (*PThreadDump) GetLockName ¶
func (x *PThreadDump) GetLockName() string
func (*PThreadDump) GetLockOwnerId ¶
func (x *PThreadDump) GetLockOwnerId() int64
func (*PThreadDump) GetLockOwnerName ¶
func (x *PThreadDump) GetLockOwnerName() string
func (*PThreadDump) GetLockedMonitor ¶
func (x *PThreadDump) GetLockedMonitor() []*PMonitorInfo
func (*PThreadDump) GetLockedSynchronizer ¶
func (x *PThreadDump) GetLockedSynchronizer() []string
func (*PThreadDump) GetStackTrace ¶
func (x *PThreadDump) GetStackTrace() []string
func (*PThreadDump) GetSuspended ¶
func (x *PThreadDump) GetSuspended() bool
func (*PThreadDump) GetThreadId ¶
func (x *PThreadDump) GetThreadId() int64
func (*PThreadDump) GetThreadName ¶
func (x *PThreadDump) GetThreadName() string
func (*PThreadDump) GetThreadState ¶
func (x *PThreadDump) GetThreadState() PThreadState
func (*PThreadDump) GetWaitedCount ¶
func (x *PThreadDump) GetWaitedCount() int64
func (*PThreadDump) GetWaitedTime ¶
func (x *PThreadDump) GetWaitedTime() int64
func (*PThreadDump) ProtoMessage ¶
func (*PThreadDump) ProtoMessage()
func (*PThreadDump) ProtoReflect ¶
func (x *PThreadDump) ProtoReflect() protoreflect.Message
func (*PThreadDump) Reset ¶
func (x *PThreadDump) Reset()
func (*PThreadDump) String ¶
func (x *PThreadDump) String() string
type PThreadDumpType ¶
type PThreadDumpType int32
const ( PThreadDumpType_TARGET PThreadDumpType = 0 PThreadDumpType_PENDING PThreadDumpType = 1 )
func (PThreadDumpType) Descriptor ¶
func (PThreadDumpType) Descriptor() protoreflect.EnumDescriptor
func (PThreadDumpType) Enum ¶
func (x PThreadDumpType) Enum() *PThreadDumpType
func (PThreadDumpType) EnumDescriptor
deprecated
func (PThreadDumpType) EnumDescriptor() ([]byte, []int)
Deprecated: Use PThreadDumpType.Descriptor instead.
func (PThreadDumpType) Number ¶
func (x PThreadDumpType) Number() protoreflect.EnumNumber
func (PThreadDumpType) String ¶
func (x PThreadDumpType) String() string
func (PThreadDumpType) Type ¶
func (PThreadDumpType) Type() protoreflect.EnumType
type PThreadLightDump ¶
type PThreadLightDump struct { ThreadName string `protobuf:"bytes,1,opt,name=threadName,proto3" json:"threadName,omitempty"` ThreadId int64 `protobuf:"varint,2,opt,name=threadId,proto3" json:"threadId,omitempty"` ThreadState PThreadState `protobuf:"varint,3,opt,name=threadState,proto3,enum=v1.PThreadState" json:"threadState,omitempty"` // contains filtered or unexported fields }
func (*PThreadLightDump) Descriptor
deprecated
func (*PThreadLightDump) Descriptor() ([]byte, []int)
Deprecated: Use PThreadLightDump.ProtoReflect.Descriptor instead.
func (*PThreadLightDump) GetThreadId ¶
func (x *PThreadLightDump) GetThreadId() int64
func (*PThreadLightDump) GetThreadName ¶
func (x *PThreadLightDump) GetThreadName() string
func (*PThreadLightDump) GetThreadState ¶
func (x *PThreadLightDump) GetThreadState() PThreadState
func (*PThreadLightDump) ProtoMessage ¶
func (*PThreadLightDump) ProtoMessage()
func (*PThreadLightDump) ProtoReflect ¶
func (x *PThreadLightDump) ProtoReflect() protoreflect.Message
func (*PThreadLightDump) Reset ¶
func (x *PThreadLightDump) Reset()
func (*PThreadLightDump) String ¶
func (x *PThreadLightDump) String() string
type PThreadState ¶
type PThreadState int32
const ( PThreadState_THREAD_STATE_NEW PThreadState = 0 PThreadState_THREAD_STATE_RUNNABLE PThreadState = 1 PThreadState_THREAD_STATE_BLOCKED PThreadState = 2 PThreadState_THREAD_STATE_WAITING PThreadState = 3 PThreadState_THREAD_STATE_TIMED_WAITING PThreadState = 4 PThreadState_THREAD_STATE_TERMINATED PThreadState = 5 PThreadState_THREAD_STATE_UNKNOWN PThreadState = 6 )
func (PThreadState) Descriptor ¶
func (PThreadState) Descriptor() protoreflect.EnumDescriptor
func (PThreadState) Enum ¶
func (x PThreadState) Enum() *PThreadState
func (PThreadState) EnumDescriptor
deprecated
func (PThreadState) EnumDescriptor() ([]byte, []int)
Deprecated: Use PThreadState.Descriptor instead.
func (PThreadState) Number ¶
func (x PThreadState) Number() protoreflect.EnumNumber
func (PThreadState) String ¶
func (x PThreadState) String() string
func (PThreadState) Type ¶
func (PThreadState) Type() protoreflect.EnumType
type PTotalThread ¶
type PTotalThread struct { TotalThreadCount int64 `protobuf:"varint,1,opt,name=totalThreadCount,proto3" json:"totalThreadCount,omitempty"` // contains filtered or unexported fields }
func (*PTotalThread) Descriptor
deprecated
func (*PTotalThread) Descriptor() ([]byte, []int)
Deprecated: Use PTotalThread.ProtoReflect.Descriptor instead.
func (*PTotalThread) GetTotalThreadCount ¶
func (x *PTotalThread) GetTotalThreadCount() int64
func (*PTotalThread) ProtoMessage ¶
func (*PTotalThread) ProtoMessage()
func (*PTotalThread) ProtoReflect ¶
func (x *PTotalThread) ProtoReflect() protoreflect.Message
func (*PTotalThread) Reset ¶
func (x *PTotalThread) Reset()
func (*PTotalThread) String ¶
func (x *PTotalThread) String() string
type PTransaction ¶
type PTransaction struct { SampledNewCount int64 `protobuf:"varint,2,opt,name=sampledNewCount,proto3" json:"sampledNewCount,omitempty"` SampledContinuationCount int64 `protobuf:"varint,3,opt,name=sampledContinuationCount,proto3" json:"sampledContinuationCount,omitempty"` UnsampledNewCount int64 `protobuf:"varint,4,opt,name=unsampledNewCount,proto3" json:"unsampledNewCount,omitempty"` UnsampledContinuationCount int64 `protobuf:"varint,5,opt,name=unsampledContinuationCount,proto3" json:"unsampledContinuationCount,omitempty"` SkippedNewCount int64 `protobuf:"varint,6,opt,name=skippedNewCount,proto3" json:"skippedNewCount,omitempty"` SkippedContinuationCount int64 `protobuf:"varint,7,opt,name=skippedContinuationCount,proto3" json:"skippedContinuationCount,omitempty"` // contains filtered or unexported fields }
func (*PTransaction) Descriptor
deprecated
func (*PTransaction) Descriptor() ([]byte, []int)
Deprecated: Use PTransaction.ProtoReflect.Descriptor instead.
func (*PTransaction) GetSampledContinuationCount ¶
func (x *PTransaction) GetSampledContinuationCount() int64
func (*PTransaction) GetSampledNewCount ¶
func (x *PTransaction) GetSampledNewCount() int64
func (*PTransaction) GetSkippedContinuationCount ¶
func (x *PTransaction) GetSkippedContinuationCount() int64
func (*PTransaction) GetSkippedNewCount ¶
func (x *PTransaction) GetSkippedNewCount() int64
func (*PTransaction) GetUnsampledContinuationCount ¶
func (x *PTransaction) GetUnsampledContinuationCount() int64
func (*PTransaction) GetUnsampledNewCount ¶
func (x *PTransaction) GetUnsampledNewCount() int64
func (*PTransaction) ProtoMessage ¶
func (*PTransaction) ProtoMessage()
func (*PTransaction) ProtoReflect ¶
func (x *PTransaction) ProtoReflect() protoreflect.Message
func (*PTransaction) Reset ¶
func (x *PTransaction) Reset()
func (*PTransaction) String ¶
func (x *PTransaction) String() string
type PTransactionId ¶
type PTransactionId struct { // identical to agentId if null AgentId string `protobuf:"bytes,1,opt,name=agentId,proto3" json:"agentId,omitempty"` // nullable AgentStartTime int64 `protobuf:"varint,2,opt,name=agentStartTime,proto3" json:"agentStartTime,omitempty"` Sequence int64 `protobuf:"varint,3,opt,name=sequence,proto3" json:"sequence,omitempty"` // contains filtered or unexported fields }
func (*PTransactionId) Descriptor
deprecated
func (*PTransactionId) Descriptor() ([]byte, []int)
Deprecated: Use PTransactionId.ProtoReflect.Descriptor instead.
func (*PTransactionId) GetAgentId ¶
func (x *PTransactionId) GetAgentId() string
func (*PTransactionId) GetAgentStartTime ¶
func (x *PTransactionId) GetAgentStartTime() int64
func (*PTransactionId) GetSequence ¶
func (x *PTransactionId) GetSequence() int64
func (*PTransactionId) ProtoMessage ¶
func (*PTransactionId) ProtoMessage()
func (*PTransactionId) ProtoReflect ¶
func (x *PTransactionId) ProtoReflect() protoreflect.Message
func (*PTransactionId) Reset ¶
func (x *PTransactionId) Reset()
func (*PTransactionId) String ¶
func (x *PTransactionId) String() string
type PUriHistogram ¶
type PUriHistogram struct { Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` Avg float64 `protobuf:"fixed64,2,opt,name=avg,proto3" json:"avg,omitempty"` Max int64 `protobuf:"varint,3,opt,name=max,proto3" json:"max,omitempty"` Histogram []int32 `protobuf:"varint,4,rep,packed,name=histogram,proto3" json:"histogram,omitempty"` // contains filtered or unexported fields }
func (*PUriHistogram) Descriptor
deprecated
func (*PUriHistogram) Descriptor() ([]byte, []int)
Deprecated: Use PUriHistogram.ProtoReflect.Descriptor instead.
func (*PUriHistogram) GetAvg ¶
func (x *PUriHistogram) GetAvg() float64
func (*PUriHistogram) GetCount ¶
func (x *PUriHistogram) GetCount() int32
func (*PUriHistogram) GetHistogram ¶
func (x *PUriHistogram) GetHistogram() []int32
func (*PUriHistogram) GetMax ¶
func (x *PUriHistogram) GetMax() int64
func (*PUriHistogram) ProtoMessage ¶
func (*PUriHistogram) ProtoMessage()
func (*PUriHistogram) ProtoReflect ¶
func (x *PUriHistogram) ProtoReflect() protoreflect.Message
func (*PUriHistogram) Reset ¶
func (x *PUriHistogram) Reset()
func (*PUriHistogram) String ¶
func (x *PUriHistogram) String() string
type ProfilerCommandServiceClient ¶
type ProfilerCommandServiceClient interface { // Deprecated: Do not use. // deprecated api HandleCommand(ctx context.Context, opts ...grpc.CallOption) (ProfilerCommandService_HandleCommandClient, error) HandleCommandV2(ctx context.Context, opts ...grpc.CallOption) (ProfilerCommandService_HandleCommandV2Client, error) CommandEcho(ctx context.Context, in *PCmdEchoResponse, opts ...grpc.CallOption) (*emptypb.Empty, error) CommandStreamActiveThreadCount(ctx context.Context, opts ...grpc.CallOption) (ProfilerCommandService_CommandStreamActiveThreadCountClient, error) CommandActiveThreadDump(ctx context.Context, in *PCmdActiveThreadDumpRes, opts ...grpc.CallOption) (*emptypb.Empty, error) CommandActiveThreadLightDump(ctx context.Context, in *PCmdActiveThreadLightDumpRes, opts ...grpc.CallOption) (*emptypb.Empty, error) }
ProfilerCommandServiceClient is the client API for ProfilerCommandService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewProfilerCommandServiceClient ¶
func NewProfilerCommandServiceClient(cc grpc.ClientConnInterface) ProfilerCommandServiceClient
type ProfilerCommandServiceServer ¶
type ProfilerCommandServiceServer interface { // Deprecated: Do not use. // deprecated api HandleCommand(ProfilerCommandService_HandleCommandServer) error HandleCommandV2(ProfilerCommandService_HandleCommandV2Server) error CommandEcho(context.Context, *PCmdEchoResponse) (*emptypb.Empty, error) CommandStreamActiveThreadCount(ProfilerCommandService_CommandStreamActiveThreadCountServer) error CommandActiveThreadDump(context.Context, *PCmdActiveThreadDumpRes) (*emptypb.Empty, error) CommandActiveThreadLightDump(context.Context, *PCmdActiveThreadLightDumpRes) (*emptypb.Empty, error) // contains filtered or unexported methods }
ProfilerCommandServiceServer is the server API for ProfilerCommandService service. All implementations must embed UnimplementedProfilerCommandServiceServer for forward compatibility
type ProfilerCommandService_CommandStreamActiveThreadCountClient ¶
type ProfilerCommandService_CommandStreamActiveThreadCountClient interface { Send(*PCmdActiveThreadCountRes) error CloseAndRecv() (*emptypb.Empty, error) grpc.ClientStream }
type ProfilerCommandService_CommandStreamActiveThreadCountServer ¶
type ProfilerCommandService_CommandStreamActiveThreadCountServer interface { SendAndClose(*emptypb.Empty) error Recv() (*PCmdActiveThreadCountRes, error) grpc.ServerStream }
type ProfilerCommandService_HandleCommandClient ¶
type ProfilerCommandService_HandleCommandClient interface { Send(*PCmdMessage) error Recv() (*PCmdRequest, error) grpc.ClientStream }
type ProfilerCommandService_HandleCommandServer ¶
type ProfilerCommandService_HandleCommandServer interface { Send(*PCmdRequest) error Recv() (*PCmdMessage, error) grpc.ServerStream }
type ProfilerCommandService_HandleCommandV2Client ¶
type ProfilerCommandService_HandleCommandV2Client interface { Send(*PCmdMessage) error Recv() (*PCmdRequest, error) grpc.ClientStream }
type ProfilerCommandService_HandleCommandV2Server ¶
type ProfilerCommandService_HandleCommandV2Server interface { Send(*PCmdRequest) error Recv() (*PCmdMessage, error) grpc.ServerStream }
type SpanClient ¶
type SpanClient interface {
SendSpan(ctx context.Context, opts ...grpc.CallOption) (Span_SendSpanClient, error)
}
SpanClient is the client API for Span service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewSpanClient ¶
func NewSpanClient(cc grpc.ClientConnInterface) SpanClient
type SpanServer ¶
type SpanServer interface { SendSpan(Span_SendSpanServer) error // contains filtered or unexported methods }
SpanServer is the server API for Span service. All implementations must embed UnimplementedSpanServer for forward compatibility
type Span_SendSpanClient ¶
type Span_SendSpanClient interface { Send(*PSpanMessage) error CloseAndRecv() (*emptypb.Empty, error) grpc.ClientStream }
type Span_SendSpanServer ¶
type Span_SendSpanServer interface { SendAndClose(*emptypb.Empty) error Recv() (*PSpanMessage, error) grpc.ServerStream }
type StatClient ¶
type StatClient interface {
SendAgentStat(ctx context.Context, opts ...grpc.CallOption) (Stat_SendAgentStatClient, error)
}
StatClient is the client API for Stat service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewStatClient ¶
func NewStatClient(cc grpc.ClientConnInterface) StatClient
type StatServer ¶
type StatServer interface { SendAgentStat(Stat_SendAgentStatServer) error // contains filtered or unexported methods }
StatServer is the server API for Stat service. All implementations must embed UnimplementedStatServer for forward compatibility
type Stat_SendAgentStatClient ¶
type Stat_SendAgentStatClient interface { Send(*PStatMessage) error CloseAndRecv() (*emptypb.Empty, error) grpc.ClientStream }
type Stat_SendAgentStatServer ¶
type Stat_SendAgentStatServer interface { SendAndClose(*emptypb.Empty) error Recv() (*PStatMessage, error) grpc.ServerStream }
type StringSlice ¶
type StringSlice struct { Values []string `protobuf:"bytes,1,rep,name=Values,proto3" json:"Values,omitempty"` // contains filtered or unexported fields }
func (*StringSlice) Descriptor
deprecated
func (*StringSlice) Descriptor() ([]byte, []int)
Deprecated: Use StringSlice.ProtoReflect.Descriptor instead.
func (*StringSlice) GetValues ¶
func (x *StringSlice) GetValues() []string
func (*StringSlice) ProtoMessage ¶
func (*StringSlice) ProtoMessage()
func (*StringSlice) ProtoReflect ¶
func (x *StringSlice) ProtoReflect() protoreflect.Message
func (*StringSlice) Reset ¶
func (x *StringSlice) Reset()
func (*StringSlice) String ¶
func (x *StringSlice) String() string
type UnimplementedAgentServer ¶
type UnimplementedAgentServer struct { }
UnimplementedAgentServer must be embedded to have forward compatible implementations.
func (UnimplementedAgentServer) PingSession ¶
func (UnimplementedAgentServer) PingSession(Agent_PingSessionServer) error
func (UnimplementedAgentServer) RequestAgentInfo ¶
func (UnimplementedAgentServer) RequestAgentInfo(context.Context, *PAgentInfo) (*PResult, error)
type UnimplementedMetadataServer ¶
type UnimplementedMetadataServer struct { }
UnimplementedMetadataServer must be embedded to have forward compatible implementations.
func (UnimplementedMetadataServer) RequestApiMetaData ¶
func (UnimplementedMetadataServer) RequestApiMetaData(context.Context, *PApiMetaData) (*PResult, error)
func (UnimplementedMetadataServer) RequestSqlMetaData ¶
func (UnimplementedMetadataServer) RequestSqlMetaData(context.Context, *PSqlMetaData) (*PResult, error)
func (UnimplementedMetadataServer) RequestStringMetaData ¶
func (UnimplementedMetadataServer) RequestStringMetaData(context.Context, *PStringMetaData) (*PResult, error)
type UnimplementedProfilerCommandServiceServer ¶
type UnimplementedProfilerCommandServiceServer struct { }
UnimplementedProfilerCommandServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedProfilerCommandServiceServer) CommandActiveThreadDump ¶
func (UnimplementedProfilerCommandServiceServer) CommandActiveThreadDump(context.Context, *PCmdActiveThreadDumpRes) (*emptypb.Empty, error)
func (UnimplementedProfilerCommandServiceServer) CommandActiveThreadLightDump ¶
func (UnimplementedProfilerCommandServiceServer) CommandActiveThreadLightDump(context.Context, *PCmdActiveThreadLightDumpRes) (*emptypb.Empty, error)
func (UnimplementedProfilerCommandServiceServer) CommandEcho ¶
func (UnimplementedProfilerCommandServiceServer) CommandEcho(context.Context, *PCmdEchoResponse) (*emptypb.Empty, error)
func (UnimplementedProfilerCommandServiceServer) CommandStreamActiveThreadCount ¶
func (UnimplementedProfilerCommandServiceServer) CommandStreamActiveThreadCount(ProfilerCommandService_CommandStreamActiveThreadCountServer) error
func (UnimplementedProfilerCommandServiceServer) HandleCommand ¶
func (UnimplementedProfilerCommandServiceServer) HandleCommand(ProfilerCommandService_HandleCommandServer) error
func (UnimplementedProfilerCommandServiceServer) HandleCommandV2 ¶
func (UnimplementedProfilerCommandServiceServer) HandleCommandV2(ProfilerCommandService_HandleCommandV2Server) error
type UnimplementedSpanServer ¶
type UnimplementedSpanServer struct { }
UnimplementedSpanServer must be embedded to have forward compatible implementations.
func (UnimplementedSpanServer) SendSpan ¶
func (UnimplementedSpanServer) SendSpan(Span_SendSpanServer) error
type UnimplementedStatServer ¶
type UnimplementedStatServer struct { }
UnimplementedStatServer must be embedded to have forward compatible implementations.
func (UnimplementedStatServer) SendAgentStat ¶
func (UnimplementedStatServer) SendAgentStat(Stat_SendAgentStatServer) error
type UnsafeAgentServer ¶
type UnsafeAgentServer interface {
// contains filtered or unexported methods
}
UnsafeAgentServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AgentServer will result in compilation errors.
type UnsafeMetadataServer ¶
type UnsafeMetadataServer interface {
// contains filtered or unexported methods
}
UnsafeMetadataServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MetadataServer will result in compilation errors.
type UnsafeProfilerCommandServiceServer ¶
type UnsafeProfilerCommandServiceServer interface {
// contains filtered or unexported methods
}
UnsafeProfilerCommandServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ProfilerCommandServiceServer will result in compilation errors.
type UnsafeSpanServer ¶
type UnsafeSpanServer interface {
// contains filtered or unexported methods
}
UnsafeSpanServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SpanServer will result in compilation errors.
type UnsafeStatServer ¶
type UnsafeStatServer interface {
// contains filtered or unexported methods
}
UnsafeStatServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to StatServer will result in compilation errors.