apm

package
v0.0.0-...-929ffb9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2019 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var GoUnusedProtection__ int
View Source
var TAnnotation_Value_DEFAULT string
View Source
var TDiscoveryInfo_ProfilingInfo_DEFAULT []*TProfilingInfo
View Source
var TInventoryInfo_ProfilingInfo_DEFAULT []*TProfilingInfo
View Source
var TKpiMessage_DestTierName_DEFAULT string = ""
View Source
var TKpiMessage_SrcTierName_DEFAULT string = ""
View Source
var TSpan_Debug_DEFAULT bool
View Source
var TSpan_Duration_DEFAULT int64
View Source
var TSpan_ParentId_DEFAULT int64
View Source
var TSpan_Timestamp_DEFAULT int64

Functions

This section is empty.

Types

type SpanType

type SpanType int64
const (
	SpanType_INTERMEDIATE       SpanType = 0
	SpanType_FIRST_FOR_BACKEND  SpanType = 1
	SpanType_FIRST_FOR_CLIENT   SpanType = 2
	SpanType_FIRST_FOR_UNKNOWN  SpanType = 3
	SpanType_FIRST_FOR_ENDPOINT SpanType = 4
	SpanType_ENDPOINT           SpanType = 5
	SpanType_EXTERNAL           SpanType = 6
	SpanType_FIRST_EXTERNAL     SpanType = 7
	SpanType_ENDPOINT_EXTERNAL  SpanType = 8
)

func SpanTypeFromString

func SpanTypeFromString(s string) (SpanType, error)

func SpanTypePtr

func SpanTypePtr(v SpanType) *SpanType

func (SpanType) MarshalText

func (p SpanType) MarshalText() ([]byte, error)

func (*SpanType) Scan

func (p *SpanType) Scan(value interface{}) error

func (SpanType) String

func (p SpanType) String() string

func (*SpanType) UnmarshalText

func (p *SpanType) UnmarshalText(text []byte) error

func (*SpanType) Value

func (p *SpanType) Value() (driver.Value, error)

type TAgentMessage

type TAgentMessage struct {
	AgentContext string `thrift:"agentContext,1" db:"agentContext" json:"agentContext"`
	TenantName   string `thrift:"tenantName,2" db:"tenantName" json:"tenantName"`
	// unused fields # 3 to 19
	Messages map[string]map[int64][][]byte `thrift:"messages,20" db:"messages" json:"messages"`
}

Attributes:

  • AgentContext
  • TenantName
  • Messages

func NewTAgentMessage

func NewTAgentMessage() *TAgentMessage

func (*TAgentMessage) GetAgentContext

func (p *TAgentMessage) GetAgentContext() string

func (*TAgentMessage) GetMessages

func (p *TAgentMessage) GetMessages() map[string]map[int64][][]byte

func (*TAgentMessage) GetTenantName

func (p *TAgentMessage) GetTenantName() string

func (*TAgentMessage) Read

func (p *TAgentMessage) Read(iprot thrift.TProtocol) error

func (*TAgentMessage) ReadField1

func (p *TAgentMessage) ReadField1(iprot thrift.TProtocol) error

func (*TAgentMessage) ReadField2

func (p *TAgentMessage) ReadField2(iprot thrift.TProtocol) error

func (*TAgentMessage) ReadField20

func (p *TAgentMessage) ReadField20(iprot thrift.TProtocol) error

func (*TAgentMessage) String

func (p *TAgentMessage) String() string

func (*TAgentMessage) Write

func (p *TAgentMessage) Write(oprot thrift.TProtocol) error

type TAnnotation

type TAnnotation struct {
	Timestamp int64      `thrift:"timestamp,1" db:"timestamp" json:"timestamp"`
	Value     *string    `thrift:"value,2" db:"value" json:"value,omitempty"`
	Endpoint  *TEndpoint `thrift:"endpoint,3" db:"endpoint" json:"endpoint,omitempty"`
}

Attributes:

  • Timestamp
  • Value
  • Endpoint

func NewTAnnotation

func NewTAnnotation() *TAnnotation

func (*TAnnotation) GetEndpoint

func (p *TAnnotation) GetEndpoint() *TEndpoint

func (*TAnnotation) GetTimestamp

func (p *TAnnotation) GetTimestamp() int64

func (*TAnnotation) GetValue

func (p *TAnnotation) GetValue() string

func (*TAnnotation) IsSetEndpoint

func (p *TAnnotation) IsSetEndpoint() bool

func (*TAnnotation) IsSetValue

func (p *TAnnotation) IsSetValue() bool

func (*TAnnotation) Read

func (p *TAnnotation) Read(iprot thrift.TProtocol) error

func (*TAnnotation) ReadField1

func (p *TAnnotation) ReadField1(iprot thrift.TProtocol) error

func (*TAnnotation) ReadField2

func (p *TAnnotation) ReadField2(iprot thrift.TProtocol) error

func (*TAnnotation) ReadField3

func (p *TAnnotation) ReadField3(iprot thrift.TProtocol) error

func (*TAnnotation) String

func (p *TAnnotation) String() string

func (*TAnnotation) Write

func (p *TAnnotation) Write(oprot thrift.TProtocol) error

type TBinaryAnnotation

type TBinaryAnnotation struct {
	Key      string     `thrift:"key,1" db:"key" json:"key"`
	Value    string     `thrift:"value,2" db:"value" json:"value"`
	Type     int32      `thrift:"type,3" db:"type" json:"type"`
	Endpoint *TEndpoint `thrift:"endpoint,4" db:"endpoint" json:"endpoint,omitempty"`
}

Attributes:

  • Key
  • Value
  • Type
  • Endpoint

func NewTBinaryAnnotation

func NewTBinaryAnnotation() *TBinaryAnnotation

func (*TBinaryAnnotation) GetEndpoint

func (p *TBinaryAnnotation) GetEndpoint() *TEndpoint

func (*TBinaryAnnotation) GetKey

func (p *TBinaryAnnotation) GetKey() string

func (*TBinaryAnnotation) GetType

func (p *TBinaryAnnotation) GetType() int32

func (*TBinaryAnnotation) GetValue

func (p *TBinaryAnnotation) GetValue() string

func (*TBinaryAnnotation) IsSetEndpoint

func (p *TBinaryAnnotation) IsSetEndpoint() bool

func (*TBinaryAnnotation) Read

func (p *TBinaryAnnotation) Read(iprot thrift.TProtocol) error

func (*TBinaryAnnotation) ReadField1

func (p *TBinaryAnnotation) ReadField1(iprot thrift.TProtocol) error

func (*TBinaryAnnotation) ReadField2

func (p *TBinaryAnnotation) ReadField2(iprot thrift.TProtocol) error

func (*TBinaryAnnotation) ReadField3

func (p *TBinaryAnnotation) ReadField3(iprot thrift.TProtocol) error

func (*TBinaryAnnotation) ReadField4

func (p *TBinaryAnnotation) ReadField4(iprot thrift.TProtocol) error

func (*TBinaryAnnotation) String

func (p *TBinaryAnnotation) String() string

func (*TBinaryAnnotation) Write

func (p *TBinaryAnnotation) Write(oprot thrift.TProtocol) error

type TDiscoveryInfo

type TDiscoveryInfo struct {
	Hostname     string `thrift:"hostname,1" db:"hostname" json:"hostname"`
	IP           string `thrift:"ip,2" db:"ip" json:"ip"`
	AgentId      string `thrift:"agentId,3" db:"agentId" json:"agentId"`
	AppName      string `thrift:"appName,4" db:"appName" json:"appName"`
	ClusterKey   string `thrift:"clusterKey,5" db:"clusterKey" json:"clusterKey"`
	ServiceType  string `thrift:"serviceType,6" db:"serviceType" json:"serviceType"`
	DisplayName  string `thrift:"displayName,7" db:"displayName" json:"displayName"`
	InstanceName string `thrift:"instanceName,8" db:"instanceName" json:"instanceName"`
	ContainerId  string `thrift:"containerId,9" db:"containerId" json:"containerId"`
	Pid          int32  `thrift:"pid,10" db:"pid" json:"pid"`
	// unused field # 11
	ProjectId   string `thrift:"projectId,12" db:"projectId" json:"projectId"`
	PodId       string `thrift:"podId,13" db:"podId" json:"podId"`
	CollectorId string `thrift:"collectorId,14" db:"collectorId" json:"collectorId"`
	AppId       string `thrift:"appId,15" db:"appId" json:"appId"`
	// unused fields # 16 to 19
	Props map[string]string `thrift:"props,20" db:"props" json:"props"`
	// unused fields # 21 to 29
	Ports []int32 `thrift:"ports,30" db:"ports" json:"ports"`
	// unused fields # 31 to 39
	Ips []string `thrift:"ips,40" db:"ips" json:"ips"`
	// unused fields # 41 to 49
	Tier string `thrift:"tier,50" db:"tier" json:"tier"`
	// unused fields # 51 to 59
	NamespaceName string `thrift:"namespaceName,60" db:"namespaceName" json:"namespaceName"`
	Created       int64  `thrift:"created,61" db:"created" json:"created"`
	Updated       int64  `thrift:"updated,62" db:"updated" json:"updated"`
	Deleted       int64  `thrift:"deleted,63" db:"deleted" json:"deleted"`
	// unused fields # 64 to 69
	ProfilingInfo []*TProfilingInfo `thrift:"profilingInfo,70" db:"profilingInfo" json:"profilingInfo,omitempty"`
}

Attributes:

  • Hostname
  • IP
  • AgentId
  • AppName
  • ClusterKey
  • ServiceType
  • DisplayName
  • InstanceName
  • ContainerId
  • Pid
  • ProjectId
  • PodId
  • CollectorId
  • AppId
  • Props
  • Ports
  • Ips
  • Tier
  • NamespaceName
  • Created
  • Updated
  • Deleted
  • ProfilingInfo

func NewTDiscoveryInfo

func NewTDiscoveryInfo() *TDiscoveryInfo

func (*TDiscoveryInfo) GetAgentId

func (p *TDiscoveryInfo) GetAgentId() string

func (*TDiscoveryInfo) GetAppId

func (p *TDiscoveryInfo) GetAppId() string

func (*TDiscoveryInfo) GetAppName

func (p *TDiscoveryInfo) GetAppName() string

func (*TDiscoveryInfo) GetClusterKey

func (p *TDiscoveryInfo) GetClusterKey() string

func (*TDiscoveryInfo) GetCollectorId

func (p *TDiscoveryInfo) GetCollectorId() string

func (*TDiscoveryInfo) GetContainerId

func (p *TDiscoveryInfo) GetContainerId() string

func (*TDiscoveryInfo) GetCreated

func (p *TDiscoveryInfo) GetCreated() int64

func (*TDiscoveryInfo) GetDeleted

func (p *TDiscoveryInfo) GetDeleted() int64

func (*TDiscoveryInfo) GetDisplayName

func (p *TDiscoveryInfo) GetDisplayName() string

func (*TDiscoveryInfo) GetHostname

func (p *TDiscoveryInfo) GetHostname() string

func (*TDiscoveryInfo) GetIP

func (p *TDiscoveryInfo) GetIP() string

func (*TDiscoveryInfo) GetInstanceName

func (p *TDiscoveryInfo) GetInstanceName() string

func (*TDiscoveryInfo) GetIps

func (p *TDiscoveryInfo) GetIps() []string

func (*TDiscoveryInfo) GetNamespaceName

func (p *TDiscoveryInfo) GetNamespaceName() string

func (*TDiscoveryInfo) GetPid

func (p *TDiscoveryInfo) GetPid() int32

func (*TDiscoveryInfo) GetPodId

func (p *TDiscoveryInfo) GetPodId() string

func (*TDiscoveryInfo) GetPorts

func (p *TDiscoveryInfo) GetPorts() []int32

func (*TDiscoveryInfo) GetProfilingInfo

func (p *TDiscoveryInfo) GetProfilingInfo() []*TProfilingInfo

func (*TDiscoveryInfo) GetProjectId

func (p *TDiscoveryInfo) GetProjectId() string

func (*TDiscoveryInfo) GetProps

func (p *TDiscoveryInfo) GetProps() map[string]string

func (*TDiscoveryInfo) GetServiceType

func (p *TDiscoveryInfo) GetServiceType() string

func (*TDiscoveryInfo) GetTier

func (p *TDiscoveryInfo) GetTier() string

func (*TDiscoveryInfo) GetUpdated

func (p *TDiscoveryInfo) GetUpdated() int64

func (*TDiscoveryInfo) IsSetProfilingInfo

func (p *TDiscoveryInfo) IsSetProfilingInfo() bool

func (*TDiscoveryInfo) Read

func (p *TDiscoveryInfo) Read(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) ReadField1

func (p *TDiscoveryInfo) ReadField1(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) ReadField10

func (p *TDiscoveryInfo) ReadField10(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) ReadField12

func (p *TDiscoveryInfo) ReadField12(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) ReadField13

func (p *TDiscoveryInfo) ReadField13(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) ReadField14

func (p *TDiscoveryInfo) ReadField14(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) ReadField15

func (p *TDiscoveryInfo) ReadField15(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) ReadField2

func (p *TDiscoveryInfo) ReadField2(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) ReadField20

func (p *TDiscoveryInfo) ReadField20(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) ReadField3

func (p *TDiscoveryInfo) ReadField3(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) ReadField30

func (p *TDiscoveryInfo) ReadField30(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) ReadField4

func (p *TDiscoveryInfo) ReadField4(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) ReadField40

func (p *TDiscoveryInfo) ReadField40(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) ReadField5

func (p *TDiscoveryInfo) ReadField5(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) ReadField50

func (p *TDiscoveryInfo) ReadField50(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) ReadField6

func (p *TDiscoveryInfo) ReadField6(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) ReadField60

func (p *TDiscoveryInfo) ReadField60(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) ReadField61

func (p *TDiscoveryInfo) ReadField61(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) ReadField62

func (p *TDiscoveryInfo) ReadField62(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) ReadField63

func (p *TDiscoveryInfo) ReadField63(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) ReadField7

func (p *TDiscoveryInfo) ReadField7(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) ReadField70

func (p *TDiscoveryInfo) ReadField70(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) ReadField8

func (p *TDiscoveryInfo) ReadField8(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) ReadField9

func (p *TDiscoveryInfo) ReadField9(iprot thrift.TProtocol) error

func (*TDiscoveryInfo) String

func (p *TDiscoveryInfo) String() string

func (*TDiscoveryInfo) Write

func (p *TDiscoveryInfo) Write(oprot thrift.TProtocol) error

type TEndpoint

type TEndpoint struct {
	Ipv4        int32  `thrift:"ipv4,1" db:"ipv4" json:"ipv4"`
	Port        int16  `thrift:"port,2" db:"port" json:"port"`
	ServiceName string `thrift:"serviceName,3" db:"serviceName" json:"serviceName"`
}

Attributes:

  • Ipv4
  • Port
  • ServiceName
var TAnnotation_Endpoint_DEFAULT *TEndpoint
var TBinaryAnnotation_Endpoint_DEFAULT *TEndpoint

func NewTEndpoint

func NewTEndpoint() *TEndpoint

func (*TEndpoint) GetIpv4

func (p *TEndpoint) GetIpv4() int32

func (*TEndpoint) GetPort

func (p *TEndpoint) GetPort() int16

func (*TEndpoint) GetServiceName

func (p *TEndpoint) GetServiceName() string

func (*TEndpoint) Read

func (p *TEndpoint) Read(iprot thrift.TProtocol) error

func (*TEndpoint) ReadField1

func (p *TEndpoint) ReadField1(iprot thrift.TProtocol) error

func (*TEndpoint) ReadField2

func (p *TEndpoint) ReadField2(iprot thrift.TProtocol) error

func (*TEndpoint) ReadField3

func (p *TEndpoint) ReadField3(iprot thrift.TProtocol) error

func (*TEndpoint) String

func (p *TEndpoint) String() string

func (*TEndpoint) Write

func (p *TEndpoint) Write(oprot thrift.TProtocol) error

type TEndpointFailureMessage

type TEndpointFailureMessage struct {
	// unused fields # 1 to 9
	FailureEventType TFailureEventType `thrift:"failureEventType,10" db:"failureEventType" json:"failureEventType"`
	// unused fields # 11 to 19
	EnvironmentProperties map[string]string `thrift:"environmentProperties,20" db:"environmentProperties" json:"environmentProperties"`
}

Attributes:

  • FailureEventType
  • EnvironmentProperties
var TEndpointMessage_FailureMessage_DEFAULT *TEndpointFailureMessage

func NewTEndpointFailureMessage

func NewTEndpointFailureMessage() *TEndpointFailureMessage

func (*TEndpointFailureMessage) GetEnvironmentProperties

func (p *TEndpointFailureMessage) GetEnvironmentProperties() map[string]string

func (*TEndpointFailureMessage) GetFailureEventType

func (p *TEndpointFailureMessage) GetFailureEventType() TFailureEventType

func (*TEndpointFailureMessage) Read

func (*TEndpointFailureMessage) ReadField10

func (p *TEndpointFailureMessage) ReadField10(iprot thrift.TProtocol) error

func (*TEndpointFailureMessage) ReadField20

func (p *TEndpointFailureMessage) ReadField20(iprot thrift.TProtocol) error

func (*TEndpointFailureMessage) String

func (p *TEndpointFailureMessage) String() string

func (*TEndpointFailureMessage) Write

type TEndpointKpiMessage

type TEndpointKpiMessage struct {
	// unused fields # 1 to 9
	TransactionType string `thrift:"transactionType,10" db:"transactionType" json:"transactionType"`
	// unused fields # 11 to 14
	DestAppId string `thrift:"destAppId,15" db:"destAppId" json:"destAppId"`
	// unused fields # 16 to 19
	DestResourceId string `thrift:"destResourceId,20" db:"destResourceId" json:"destResourceId"`
	// unused fields # 21 to 29
	DestTierName string `thrift:"destTierName,30" db:"destTierName" json:"destTierName"`
	// unused fields # 31 to 39
	OriginalDestination string `thrift:"originalDestination,40" db:"originalDestination" json:"originalDestination"`
	// unused fields # 41 to 99
	Throughput int32 `thrift:"throughput,100" db:"throughput" json:"throughput"`
	// unused fields # 101 to 109
	TotalLatencyList []int32 `thrift:"totalLatencyList,110" db:"totalLatencyList" json:"totalLatencyList"`
	// unused fields # 111 to 119
	TotalErrorIndicatorList []bool `thrift:"totalErrorIndicatorList,120" db:"totalErrorIndicatorList" json:"totalErrorIndicatorList"`
	// unused fields # 121 to 129
	TotalActiveLatencyList []int32 `thrift:"totalActiveLatencyList,130" db:"totalActiveLatencyList" json:"totalActiveLatencyList"`
	// unused fields # 131 to 199
	Segments map[string]string `thrift:"segments,200" db:"segments" json:"segments"`
}

Attributes:

  • TransactionType
  • DestAppId
  • DestResourceId
  • DestTierName
  • OriginalDestination
  • Throughput
  • TotalLatencyList
  • TotalErrorIndicatorList
  • TotalActiveLatencyList
  • Segments

func NewTEndpointKpiMessage

func NewTEndpointKpiMessage() *TEndpointKpiMessage

func (*TEndpointKpiMessage) GetDestAppId

func (p *TEndpointKpiMessage) GetDestAppId() string

func (*TEndpointKpiMessage) GetDestResourceId

func (p *TEndpointKpiMessage) GetDestResourceId() string

func (*TEndpointKpiMessage) GetDestTierName

func (p *TEndpointKpiMessage) GetDestTierName() string

func (*TEndpointKpiMessage) GetOriginalDestination

func (p *TEndpointKpiMessage) GetOriginalDestination() string

func (*TEndpointKpiMessage) GetSegments

func (p *TEndpointKpiMessage) GetSegments() map[string]string

func (*TEndpointKpiMessage) GetThroughput

func (p *TEndpointKpiMessage) GetThroughput() int32

func (*TEndpointKpiMessage) GetTotalActiveLatencyList

func (p *TEndpointKpiMessage) GetTotalActiveLatencyList() []int32

func (*TEndpointKpiMessage) GetTotalErrorIndicatorList

func (p *TEndpointKpiMessage) GetTotalErrorIndicatorList() []bool

func (*TEndpointKpiMessage) GetTotalLatencyList

func (p *TEndpointKpiMessage) GetTotalLatencyList() []int32

func (*TEndpointKpiMessage) GetTransactionType

func (p *TEndpointKpiMessage) GetTransactionType() string

func (*TEndpointKpiMessage) Read

func (p *TEndpointKpiMessage) Read(iprot thrift.TProtocol) error

func (*TEndpointKpiMessage) ReadField10

func (p *TEndpointKpiMessage) ReadField10(iprot thrift.TProtocol) error

func (*TEndpointKpiMessage) ReadField100

func (p *TEndpointKpiMessage) ReadField100(iprot thrift.TProtocol) error

func (*TEndpointKpiMessage) ReadField110

func (p *TEndpointKpiMessage) ReadField110(iprot thrift.TProtocol) error

func (*TEndpointKpiMessage) ReadField120

func (p *TEndpointKpiMessage) ReadField120(iprot thrift.TProtocol) error

func (*TEndpointKpiMessage) ReadField130

func (p *TEndpointKpiMessage) ReadField130(iprot thrift.TProtocol) error

func (*TEndpointKpiMessage) ReadField15

func (p *TEndpointKpiMessage) ReadField15(iprot thrift.TProtocol) error

func (*TEndpointKpiMessage) ReadField20

func (p *TEndpointKpiMessage) ReadField20(iprot thrift.TProtocol) error

func (*TEndpointKpiMessage) ReadField200

func (p *TEndpointKpiMessage) ReadField200(iprot thrift.TProtocol) error

func (*TEndpointKpiMessage) ReadField30

func (p *TEndpointKpiMessage) ReadField30(iprot thrift.TProtocol) error

func (*TEndpointKpiMessage) ReadField40

func (p *TEndpointKpiMessage) ReadField40(iprot thrift.TProtocol) error

func (*TEndpointKpiMessage) String

func (p *TEndpointKpiMessage) String() string

func (*TEndpointKpiMessage) Write

func (p *TEndpointKpiMessage) Write(oprot thrift.TProtocol) error

type TEndpointMessage

type TEndpointMessage struct {
	// unused fields # 1 to 9
	EndpointType string `thrift:"endpointType,10" db:"endpointType" json:"endpointType"`
	// unused fields # 11 to 19
	SrcAppId string `thrift:"srcAppId,20" db:"srcAppId" json:"srcAppId"`
	// unused fields # 21 to 99
	GlobalSegments map[string]string `thrift:"globalSegments,100" db:"globalSegments" json:"globalSegments"`
	// unused fields # 101 to 199
	Messages []*TEndpointKpiMessage `thrift:"messages,200" db:"messages" json:"messages"`
	// unused fields # 201 to 299
	Stats []*TEndpointStatsMessage `thrift:"stats,300" db:"stats" json:"stats"`
	// unused fields # 301 to 399
	Spans map[string][][]byte `thrift:"spans,400" db:"spans" json:"spans"`
	// unused fields # 401 to 499
	FailureMessage *TEndpointFailureMessage `thrift:"failureMessage,500" db:"failureMessage" json:"failureMessage,omitempty"`
}

Attributes:

  • EndpointType
  • SrcAppId
  • GlobalSegments
  • Messages
  • Stats
  • Spans
  • FailureMessage

func NewTEndpointMessage

func NewTEndpointMessage() *TEndpointMessage

func (*TEndpointMessage) GetEndpointType

func (p *TEndpointMessage) GetEndpointType() string

func (*TEndpointMessage) GetFailureMessage

func (p *TEndpointMessage) GetFailureMessage() *TEndpointFailureMessage

func (*TEndpointMessage) GetGlobalSegments

func (p *TEndpointMessage) GetGlobalSegments() map[string]string

func (*TEndpointMessage) GetMessages

func (p *TEndpointMessage) GetMessages() []*TEndpointKpiMessage

func (*TEndpointMessage) GetSpans

func (p *TEndpointMessage) GetSpans() map[string][][]byte

func (*TEndpointMessage) GetSrcAppId

func (p *TEndpointMessage) GetSrcAppId() string

func (*TEndpointMessage) GetStats

func (p *TEndpointMessage) GetStats() []*TEndpointStatsMessage

func (*TEndpointMessage) IsSetFailureMessage

func (p *TEndpointMessage) IsSetFailureMessage() bool

func (*TEndpointMessage) Read

func (p *TEndpointMessage) Read(iprot thrift.TProtocol) error

func (*TEndpointMessage) ReadField10

func (p *TEndpointMessage) ReadField10(iprot thrift.TProtocol) error

func (*TEndpointMessage) ReadField100

func (p *TEndpointMessage) ReadField100(iprot thrift.TProtocol) error

func (*TEndpointMessage) ReadField20

func (p *TEndpointMessage) ReadField20(iprot thrift.TProtocol) error

func (*TEndpointMessage) ReadField200

func (p *TEndpointMessage) ReadField200(iprot thrift.TProtocol) error

func (*TEndpointMessage) ReadField300

func (p *TEndpointMessage) ReadField300(iprot thrift.TProtocol) error

func (*TEndpointMessage) ReadField400

func (p *TEndpointMessage) ReadField400(iprot thrift.TProtocol) error

func (*TEndpointMessage) ReadField500

func (p *TEndpointMessage) ReadField500(iprot thrift.TProtocol) error

func (*TEndpointMessage) String

func (p *TEndpointMessage) String() string

func (*TEndpointMessage) Write

func (p *TEndpointMessage) Write(oprot thrift.TProtocol) error

type TEndpointStatsMessage

type TEndpointStatsMessage struct {
	// unused fields # 1 to 99
	NumericStats map[string]float64 `thrift:"numericStats,100" db:"numericStats" json:"numericStats"`
	// unused fields # 101 to 199
	Segments map[string]string `thrift:"segments,200" db:"segments" json:"segments"`
}

Attributes:

  • NumericStats
  • Segments

func NewTEndpointStatsMessage

func NewTEndpointStatsMessage() *TEndpointStatsMessage

func (*TEndpointStatsMessage) GetNumericStats

func (p *TEndpointStatsMessage) GetNumericStats() map[string]float64

func (*TEndpointStatsMessage) GetSegments

func (p *TEndpointStatsMessage) GetSegments() map[string]string

func (*TEndpointStatsMessage) Read

func (*TEndpointStatsMessage) ReadField100

func (p *TEndpointStatsMessage) ReadField100(iprot thrift.TProtocol) error

func (*TEndpointStatsMessage) ReadField200

func (p *TEndpointStatsMessage) ReadField200(iprot thrift.TProtocol) error

func (*TEndpointStatsMessage) String

func (p *TEndpointStatsMessage) String() string

func (*TEndpointStatsMessage) Write

func (p *TEndpointStatsMessage) Write(oprot thrift.TProtocol) error

type TEndpointWrapper

type TEndpointWrapper struct {
	// unused fields # 1 to 9
	Metadata map[string]string `thrift:"metadata,10" db:"metadata" json:"metadata"`
	// unused fields # 11 to 99
	Data []byte `thrift:"data,100" db:"data" json:"data"`
}

Attributes:

  • Metadata
  • Data

func NewTEndpointWrapper

func NewTEndpointWrapper() *TEndpointWrapper

func (*TEndpointWrapper) GetData

func (p *TEndpointWrapper) GetData() []byte

func (*TEndpointWrapper) GetMetadata

func (p *TEndpointWrapper) GetMetadata() map[string]string

func (*TEndpointWrapper) Read

func (p *TEndpointWrapper) Read(iprot thrift.TProtocol) error

func (*TEndpointWrapper) ReadField10

func (p *TEndpointWrapper) ReadField10(iprot thrift.TProtocol) error

func (*TEndpointWrapper) ReadField100

func (p *TEndpointWrapper) ReadField100(iprot thrift.TProtocol) error

func (*TEndpointWrapper) String

func (p *TEndpointWrapper) String() string

func (*TEndpointWrapper) Write

func (p *TEndpointWrapper) Write(oprot thrift.TProtocol) error

type TFailureEventType

type TFailureEventType int64
const (
	TFailureEventType_CRASH TFailureEventType = 0
	TFailureEventType_ANR   TFailureEventType = 1
)

func TFailureEventTypeFromString

func TFailureEventTypeFromString(s string) (TFailureEventType, error)

func TFailureEventTypePtr

func TFailureEventTypePtr(v TFailureEventType) *TFailureEventType

func (TFailureEventType) MarshalText

func (p TFailureEventType) MarshalText() ([]byte, error)

func (*TFailureEventType) Scan

func (p *TFailureEventType) Scan(value interface{}) error

func (TFailureEventType) String

func (p TFailureEventType) String() string

func (*TFailureEventType) UnmarshalText

func (p *TFailureEventType) UnmarshalText(text []byte) error

func (*TFailureEventType) Value

func (p *TFailureEventType) Value() (driver.Value, error)

type TInternalKpi

type TInternalKpi struct {
	// unused fields # 1 to 9
	Kpi *TKpiMessage `thrift:"kpi,10" db:"kpi" json:"kpi"`
	// unused fields # 11 to 19
	PartitionKey string `thrift:"partitionKey,20" db:"partitionKey" json:"partitionKey"`
	// unused fields # 21 to 29
	UtcTimeMin int64 `thrift:"utcTimeMin,30" db:"utcTimeMin" json:"utcTimeMin"`
	// unused fields # 31 to 39
	InsertTs int64 `thrift:"insertTs,40" db:"insertTs" json:"insertTs"`
}

Attributes:

  • Kpi
  • PartitionKey
  • UtcTimeMin
  • InsertTs

func NewTInternalKpi

func NewTInternalKpi() *TInternalKpi

func (*TInternalKpi) GetInsertTs

func (p *TInternalKpi) GetInsertTs() int64

func (*TInternalKpi) GetKpi

func (p *TInternalKpi) GetKpi() *TKpiMessage

func (*TInternalKpi) GetPartitionKey

func (p *TInternalKpi) GetPartitionKey() string

func (*TInternalKpi) GetUtcTimeMin

func (p *TInternalKpi) GetUtcTimeMin() int64

func (*TInternalKpi) IsSetKpi

func (p *TInternalKpi) IsSetKpi() bool

func (*TInternalKpi) Read

func (p *TInternalKpi) Read(iprot thrift.TProtocol) error

func (*TInternalKpi) ReadField10

func (p *TInternalKpi) ReadField10(iprot thrift.TProtocol) error

func (*TInternalKpi) ReadField20

func (p *TInternalKpi) ReadField20(iprot thrift.TProtocol) error

func (*TInternalKpi) ReadField30

func (p *TInternalKpi) ReadField30(iprot thrift.TProtocol) error

func (*TInternalKpi) ReadField40

func (p *TInternalKpi) ReadField40(iprot thrift.TProtocol) error

func (*TInternalKpi) String

func (p *TInternalKpi) String() string

func (*TInternalKpi) Write

func (p *TInternalKpi) Write(oprot thrift.TProtocol) error

type TInventoryInfo

type TInventoryInfo struct {
	Kind     string            `thrift:"kind,1" db:"kind" json:"kind"`
	Metadata map[string]string `thrift:"metadata,2" db:"metadata" json:"metadata"`
	Items    []*TItem          `thrift:"items,3" db:"items" json:"items"`
	// unused fields # 4 to 69
	ProfilingInfo []*TProfilingInfo `thrift:"profilingInfo,70" db:"profilingInfo" json:"profilingInfo,omitempty"`
}

Attributes:

  • Kind
  • Metadata
  • Items
  • ProfilingInfo

func NewTInventoryInfo

func NewTInventoryInfo() *TInventoryInfo

func (*TInventoryInfo) GetItems

func (p *TInventoryInfo) GetItems() []*TItem

func (*TInventoryInfo) GetKind

func (p *TInventoryInfo) GetKind() string

func (*TInventoryInfo) GetMetadata

func (p *TInventoryInfo) GetMetadata() map[string]string

func (*TInventoryInfo) GetProfilingInfo

func (p *TInventoryInfo) GetProfilingInfo() []*TProfilingInfo

func (*TInventoryInfo) IsSetProfilingInfo

func (p *TInventoryInfo) IsSetProfilingInfo() bool

func (*TInventoryInfo) Read

func (p *TInventoryInfo) Read(iprot thrift.TProtocol) error

func (*TInventoryInfo) ReadField1

func (p *TInventoryInfo) ReadField1(iprot thrift.TProtocol) error

func (*TInventoryInfo) ReadField2

func (p *TInventoryInfo) ReadField2(iprot thrift.TProtocol) error

func (*TInventoryInfo) ReadField3

func (p *TInventoryInfo) ReadField3(iprot thrift.TProtocol) error

func (*TInventoryInfo) ReadField70

func (p *TInventoryInfo) ReadField70(iprot thrift.TProtocol) error

func (*TInventoryInfo) String

func (p *TInventoryInfo) String() string

func (*TInventoryInfo) Write

func (p *TInventoryInfo) Write(oprot thrift.TProtocol) error

type TItem

type TItem struct {
	Metadata *TMetadata        `thrift:"metadata,1" db:"metadata" json:"metadata"`
	Labels   map[string]string `thrift:"labels,2" db:"labels" json:"labels"`
	Spec     *TSpec            `thrift:"spec,3" db:"spec" json:"spec"`
}

Attributes:

  • Metadata
  • Labels
  • Spec

func NewTItem

func NewTItem() *TItem

func (*TItem) GetLabels

func (p *TItem) GetLabels() map[string]string

func (*TItem) GetMetadata

func (p *TItem) GetMetadata() *TMetadata

func (*TItem) GetSpec

func (p *TItem) GetSpec() *TSpec

func (*TItem) IsSetMetadata

func (p *TItem) IsSetMetadata() bool

func (*TItem) IsSetSpec

func (p *TItem) IsSetSpec() bool

func (*TItem) Read

func (p *TItem) Read(iprot thrift.TProtocol) error

func (*TItem) ReadField1

func (p *TItem) ReadField1(iprot thrift.TProtocol) error

func (*TItem) ReadField2

func (p *TItem) ReadField2(iprot thrift.TProtocol) error

func (*TItem) ReadField3

func (p *TItem) ReadField3(iprot thrift.TProtocol) error

func (*TItem) String

func (p *TItem) String() string

func (*TItem) Write

func (p *TItem) Write(oprot thrift.TProtocol) error

type TKpiMessage

type TKpiMessage struct {
	// unused fields # 1 to 9
	SourceResouceId string `thrift:"sourceResouceId,10" db:"sourceResouceId" json:"sourceResouceId"`
	// unused fields # 11 to 19
	DestResouceId string `thrift:"destResouceId,20" db:"destResouceId" json:"destResouceId"`
	// unused fields # 21 to 29
	TransactionType string `thrift:"transactionType,30" db:"transactionType" json:"transactionType"`
	// unused fields # 31 to 39
	AppId string `thrift:"appId,40" db:"appId" json:"appId"`
	// unused fields # 41 to 49
	SelfErrorLatency []byte `thrift:"selfErrorLatency,50" db:"selfErrorLatency" json:"selfErrorLatency"`
	// unused fields # 51 to 59
	Throughput int32 `thrift:"throughput,60" db:"throughput" json:"throughput"`
	// unused fields # 61 to 69
	SelfLatency       []byte `thrift:"selfLatency,70" db:"selfLatency" json:"selfLatency"`
	SelfActiveLatency []byte `thrift:"selfActiveLatency,71" db:"selfActiveLatency" json:"selfActiveLatency"`
	// unused fields # 72 to 79
	TotalLatency       []byte `thrift:"totalLatency,80" db:"totalLatency" json:"totalLatency"`
	TotalActiveLatency []byte `thrift:"totalActiveLatency,81" db:"totalActiveLatency" json:"totalActiveLatency"`
	// unused fields # 82 to 89
	SpanType SpanType `thrift:"spanType,90" db:"spanType" json:"spanType"`
	// unused fields # 91 to 109
	TotalLatencyList []int32 `thrift:"totalLatencyList,110" db:"totalLatencyList" json:"totalLatencyList"`
	// unused fields # 111 to 119
	TotalErrorIndicatorList []bool `thrift:"totalErrorIndicatorList,120" db:"totalErrorIndicatorList" json:"totalErrorIndicatorList"`
	TotalErrorLatency       []byte `thrift:"totalErrorLatency,121" db:"totalErrorLatency" json:"totalErrorLatency"`
	// unused fields # 122 to 129
	NamespaceName string `thrift:"namespaceName,130" db:"namespaceName" json:"namespaceName"`
	// unused fields # 131 to 139
	SrcTierName string `thrift:"srcTierName,140" db:"srcTierName" json:"srcTierName,omitempty"`
	// unused fields # 141 to 149
	DestTierName string `thrift:"destTierName,150" db:"destTierName" json:"destTierName,omitempty"`
}

Attributes:

  • SourceResouceId
  • DestResouceId
  • TransactionType
  • AppId
  • SelfErrorLatency
  • Throughput
  • SelfLatency
  • SelfActiveLatency
  • TotalLatency
  • TotalActiveLatency
  • SpanType
  • TotalLatencyList
  • TotalErrorIndicatorList
  • TotalErrorLatency
  • NamespaceName
  • SrcTierName
  • DestTierName
var TInternalKpi_Kpi_DEFAULT *TKpiMessage

func NewTKpiMessage

func NewTKpiMessage() *TKpiMessage

func (*TKpiMessage) GetAppId

func (p *TKpiMessage) GetAppId() string

func (*TKpiMessage) GetDestResouceId

func (p *TKpiMessage) GetDestResouceId() string

func (*TKpiMessage) GetDestTierName

func (p *TKpiMessage) GetDestTierName() string

func (*TKpiMessage) GetNamespaceName

func (p *TKpiMessage) GetNamespaceName() string

func (*TKpiMessage) GetSelfActiveLatency

func (p *TKpiMessage) GetSelfActiveLatency() []byte

func (*TKpiMessage) GetSelfErrorLatency

func (p *TKpiMessage) GetSelfErrorLatency() []byte

func (*TKpiMessage) GetSelfLatency

func (p *TKpiMessage) GetSelfLatency() []byte

func (*TKpiMessage) GetSourceResouceId

func (p *TKpiMessage) GetSourceResouceId() string

func (*TKpiMessage) GetSpanType

func (p *TKpiMessage) GetSpanType() SpanType

func (*TKpiMessage) GetSrcTierName

func (p *TKpiMessage) GetSrcTierName() string

func (*TKpiMessage) GetThroughput

func (p *TKpiMessage) GetThroughput() int32

func (*TKpiMessage) GetTotalActiveLatency

func (p *TKpiMessage) GetTotalActiveLatency() []byte

func (*TKpiMessage) GetTotalErrorIndicatorList

func (p *TKpiMessage) GetTotalErrorIndicatorList() []bool

func (*TKpiMessage) GetTotalErrorLatency

func (p *TKpiMessage) GetTotalErrorLatency() []byte

func (*TKpiMessage) GetTotalLatency

func (p *TKpiMessage) GetTotalLatency() []byte

func (*TKpiMessage) GetTotalLatencyList

func (p *TKpiMessage) GetTotalLatencyList() []int32

func (*TKpiMessage) GetTransactionType

func (p *TKpiMessage) GetTransactionType() string

func (*TKpiMessage) IsSetDestTierName

func (p *TKpiMessage) IsSetDestTierName() bool

func (*TKpiMessage) IsSetSrcTierName

func (p *TKpiMessage) IsSetSrcTierName() bool

func (*TKpiMessage) Read

func (p *TKpiMessage) Read(iprot thrift.TProtocol) error

func (*TKpiMessage) ReadField10

func (p *TKpiMessage) ReadField10(iprot thrift.TProtocol) error

func (*TKpiMessage) ReadField110

func (p *TKpiMessage) ReadField110(iprot thrift.TProtocol) error

func (*TKpiMessage) ReadField120

func (p *TKpiMessage) ReadField120(iprot thrift.TProtocol) error

func (*TKpiMessage) ReadField121

func (p *TKpiMessage) ReadField121(iprot thrift.TProtocol) error

func (*TKpiMessage) ReadField130

func (p *TKpiMessage) ReadField130(iprot thrift.TProtocol) error

func (*TKpiMessage) ReadField140

func (p *TKpiMessage) ReadField140(iprot thrift.TProtocol) error

func (*TKpiMessage) ReadField150

func (p *TKpiMessage) ReadField150(iprot thrift.TProtocol) error

func (*TKpiMessage) ReadField20

func (p *TKpiMessage) ReadField20(iprot thrift.TProtocol) error

func (*TKpiMessage) ReadField30

func (p *TKpiMessage) ReadField30(iprot thrift.TProtocol) error

func (*TKpiMessage) ReadField40

func (p *TKpiMessage) ReadField40(iprot thrift.TProtocol) error

func (*TKpiMessage) ReadField50

func (p *TKpiMessage) ReadField50(iprot thrift.TProtocol) error

func (*TKpiMessage) ReadField60

func (p *TKpiMessage) ReadField60(iprot thrift.TProtocol) error

func (*TKpiMessage) ReadField70

func (p *TKpiMessage) ReadField70(iprot thrift.TProtocol) error

func (*TKpiMessage) ReadField71

func (p *TKpiMessage) ReadField71(iprot thrift.TProtocol) error

func (*TKpiMessage) ReadField80

func (p *TKpiMessage) ReadField80(iprot thrift.TProtocol) error

func (*TKpiMessage) ReadField81

func (p *TKpiMessage) ReadField81(iprot thrift.TProtocol) error

func (*TKpiMessage) ReadField90

func (p *TKpiMessage) ReadField90(iprot thrift.TProtocol) error

func (*TKpiMessage) String

func (p *TKpiMessage) String() string

func (*TKpiMessage) Write

func (p *TKpiMessage) Write(oprot thrift.TProtocol) error

type TKpiMessageByTransactionType

type TKpiMessageByTransactionType struct {
	DestResouceId     string `thrift:"destResouceId,1" db:"destResouceId" json:"destResouceId"`
	TransactionType   string `thrift:"transactionType,2" db:"transactionType" json:"transactionType"`
	AppId             string `thrift:"appId,3" db:"appId" json:"appId"`
	SelfErrorLatency  []byte `thrift:"selfErrorLatency,4" db:"selfErrorLatency" json:"selfErrorLatency"`
	Throughput        int32  `thrift:"throughput,5" db:"throughput" json:"throughput"`
	SelfLatency       []byte `thrift:"selfLatency,6" db:"selfLatency" json:"selfLatency"`
	TotalLatency      []byte `thrift:"totalLatency,7" db:"totalLatency" json:"totalLatency"`
	TotalErrorLatency []byte `thrift:"totalErrorLatency,8" db:"totalErrorLatency" json:"totalErrorLatency"`
}

Attributes:

  • DestResouceId
  • TransactionType
  • AppId
  • SelfErrorLatency
  • Throughput
  • SelfLatency
  • TotalLatency
  • TotalErrorLatency

func NewTKpiMessageByTransactionType

func NewTKpiMessageByTransactionType() *TKpiMessageByTransactionType

func (*TKpiMessageByTransactionType) GetAppId

func (p *TKpiMessageByTransactionType) GetAppId() string

func (*TKpiMessageByTransactionType) GetDestResouceId

func (p *TKpiMessageByTransactionType) GetDestResouceId() string

func (*TKpiMessageByTransactionType) GetSelfErrorLatency

func (p *TKpiMessageByTransactionType) GetSelfErrorLatency() []byte

func (*TKpiMessageByTransactionType) GetSelfLatency

func (p *TKpiMessageByTransactionType) GetSelfLatency() []byte

func (*TKpiMessageByTransactionType) GetThroughput

func (p *TKpiMessageByTransactionType) GetThroughput() int32

func (*TKpiMessageByTransactionType) GetTotalErrorLatency

func (p *TKpiMessageByTransactionType) GetTotalErrorLatency() []byte

func (*TKpiMessageByTransactionType) GetTotalLatency

func (p *TKpiMessageByTransactionType) GetTotalLatency() []byte

func (*TKpiMessageByTransactionType) GetTransactionType

func (p *TKpiMessageByTransactionType) GetTransactionType() string

func (*TKpiMessageByTransactionType) Read

func (*TKpiMessageByTransactionType) ReadField1

func (p *TKpiMessageByTransactionType) ReadField1(iprot thrift.TProtocol) error

func (*TKpiMessageByTransactionType) ReadField2

func (p *TKpiMessageByTransactionType) ReadField2(iprot thrift.TProtocol) error

func (*TKpiMessageByTransactionType) ReadField3

func (p *TKpiMessageByTransactionType) ReadField3(iprot thrift.TProtocol) error

func (*TKpiMessageByTransactionType) ReadField4

func (p *TKpiMessageByTransactionType) ReadField4(iprot thrift.TProtocol) error

func (*TKpiMessageByTransactionType) ReadField5

func (p *TKpiMessageByTransactionType) ReadField5(iprot thrift.TProtocol) error

func (*TKpiMessageByTransactionType) ReadField6

func (p *TKpiMessageByTransactionType) ReadField6(iprot thrift.TProtocol) error

func (*TKpiMessageByTransactionType) ReadField7

func (p *TKpiMessageByTransactionType) ReadField7(iprot thrift.TProtocol) error

func (*TKpiMessageByTransactionType) ReadField8

func (p *TKpiMessageByTransactionType) ReadField8(iprot thrift.TProtocol) error

func (*TKpiMessageByTransactionType) String

func (*TKpiMessageByTransactionType) Write

type TKpiOverall

type TKpiOverall struct {
	DestResouceId     string `thrift:"destResouceId,1" db:"destResouceId" json:"destResouceId"`
	AppId             string `thrift:"appId,2" db:"appId" json:"appId"`
	SelfErrorLatency  []byte `thrift:"selfErrorLatency,3" db:"selfErrorLatency" json:"selfErrorLatency"`
	Throughput        int32  `thrift:"throughput,4" db:"throughput" json:"throughput"`
	SelfLatency       []byte `thrift:"selfLatency,5" db:"selfLatency" json:"selfLatency"`
	TotalLatency      []byte `thrift:"totalLatency,6" db:"totalLatency" json:"totalLatency"`
	TotalErrorLatency []byte `thrift:"totalErrorLatency,7" db:"totalErrorLatency" json:"totalErrorLatency"`
}

Attributes:

  • DestResouceId
  • AppId
  • SelfErrorLatency
  • Throughput
  • SelfLatency
  • TotalLatency
  • TotalErrorLatency

func NewTKpiOverall

func NewTKpiOverall() *TKpiOverall

func (*TKpiOverall) GetAppId

func (p *TKpiOverall) GetAppId() string

func (*TKpiOverall) GetDestResouceId

func (p *TKpiOverall) GetDestResouceId() string

func (*TKpiOverall) GetSelfErrorLatency

func (p *TKpiOverall) GetSelfErrorLatency() []byte

func (*TKpiOverall) GetSelfLatency

func (p *TKpiOverall) GetSelfLatency() []byte

func (*TKpiOverall) GetThroughput

func (p *TKpiOverall) GetThroughput() int32

func (*TKpiOverall) GetTotalErrorLatency

func (p *TKpiOverall) GetTotalErrorLatency() []byte

func (*TKpiOverall) GetTotalLatency

func (p *TKpiOverall) GetTotalLatency() []byte

func (*TKpiOverall) Read

func (p *TKpiOverall) Read(iprot thrift.TProtocol) error

func (*TKpiOverall) ReadField1

func (p *TKpiOverall) ReadField1(iprot thrift.TProtocol) error

func (*TKpiOverall) ReadField2

func (p *TKpiOverall) ReadField2(iprot thrift.TProtocol) error

func (*TKpiOverall) ReadField3

func (p *TKpiOverall) ReadField3(iprot thrift.TProtocol) error

func (*TKpiOverall) ReadField4

func (p *TKpiOverall) ReadField4(iprot thrift.TProtocol) error

func (*TKpiOverall) ReadField5

func (p *TKpiOverall) ReadField5(iprot thrift.TProtocol) error

func (*TKpiOverall) ReadField6

func (p *TKpiOverall) ReadField6(iprot thrift.TProtocol) error

func (*TKpiOverall) ReadField7

func (p *TKpiOverall) ReadField7(iprot thrift.TProtocol) error

func (*TKpiOverall) String

func (p *TKpiOverall) String() string

func (*TKpiOverall) Write

func (p *TKpiOverall) Write(oprot thrift.TProtocol) error

type TMemoryEventType

type TMemoryEventType int64
const (
	TMemoryEventType_RESET     TMemoryEventType = 0
	TMemoryEventType_WARNING   TMemoryEventType = 1
	TMemoryEventType_NO_CHANGE TMemoryEventType = 2
)

func TMemoryEventTypeFromString

func TMemoryEventTypeFromString(s string) (TMemoryEventType, error)

func TMemoryEventTypePtr

func TMemoryEventTypePtr(v TMemoryEventType) *TMemoryEventType

func (TMemoryEventType) MarshalText

func (p TMemoryEventType) MarshalText() ([]byte, error)

func (*TMemoryEventType) Scan

func (p *TMemoryEventType) Scan(value interface{}) error

func (TMemoryEventType) String

func (p TMemoryEventType) String() string

func (*TMemoryEventType) UnmarshalText

func (p *TMemoryEventType) UnmarshalText(text []byte) error

func (*TMemoryEventType) Value

func (p *TMemoryEventType) Value() (driver.Value, error)

type TMemoryUsage

type TMemoryUsage struct {
	Used       int64   `thrift:"used,1" db:"used" json:"used"`
	Max        int64   `thrift:"max,2" db:"max" json:"max"`
	Free       int64   `thrift:"free,3" db:"free" json:"free"`
	Percentage float64 `thrift:"percentage,4" db:"percentage" json:"percentage"`
}

Attributes:

  • Used
  • Max
  • Free
  • Percentage
var TMemoryWarning_MemoryUsage_DEFAULT *TMemoryUsage

func NewTMemoryUsage

func NewTMemoryUsage() *TMemoryUsage

func (*TMemoryUsage) GetFree

func (p *TMemoryUsage) GetFree() int64

func (*TMemoryUsage) GetMax

func (p *TMemoryUsage) GetMax() int64

func (*TMemoryUsage) GetPercentage

func (p *TMemoryUsage) GetPercentage() float64

func (*TMemoryUsage) GetUsed

func (p *TMemoryUsage) GetUsed() int64

func (*TMemoryUsage) Read

func (p *TMemoryUsage) Read(iprot thrift.TProtocol) error

func (*TMemoryUsage) ReadField1

func (p *TMemoryUsage) ReadField1(iprot thrift.TProtocol) error

func (*TMemoryUsage) ReadField2

func (p *TMemoryUsage) ReadField2(iprot thrift.TProtocol) error

func (*TMemoryUsage) ReadField3

func (p *TMemoryUsage) ReadField3(iprot thrift.TProtocol) error

func (*TMemoryUsage) ReadField4

func (p *TMemoryUsage) ReadField4(iprot thrift.TProtocol) error

func (*TMemoryUsage) String

func (p *TMemoryUsage) String() string

func (*TMemoryUsage) Write

func (p *TMemoryUsage) Write(oprot thrift.TProtocol) error

type TMemoryWarning

type TMemoryWarning struct {
	MemoryUsage       *TMemoryUsage    `thrift:"memoryUsage,1" db:"memoryUsage" json:"memoryUsage"`
	Created           int64            `thrift:"created,2" db:"created" json:"created"`
	MemoryMeasurement string           `thrift:"memoryMeasurement,3" db:"memoryMeasurement" json:"memoryMeasurement"`
	MemoryEventType   TMemoryEventType `thrift:"memoryEventType,4" db:"memoryEventType" json:"memoryEventType"`
}

Attributes:

  • MemoryUsage
  • Created
  • MemoryMeasurement
  • MemoryEventType

func NewTMemoryWarning

func NewTMemoryWarning() *TMemoryWarning

func (*TMemoryWarning) GetCreated

func (p *TMemoryWarning) GetCreated() int64

func (*TMemoryWarning) GetMemoryEventType

func (p *TMemoryWarning) GetMemoryEventType() TMemoryEventType

func (*TMemoryWarning) GetMemoryMeasurement

func (p *TMemoryWarning) GetMemoryMeasurement() string

func (*TMemoryWarning) GetMemoryUsage

func (p *TMemoryWarning) GetMemoryUsage() *TMemoryUsage

func (*TMemoryWarning) IsSetMemoryUsage

func (p *TMemoryWarning) IsSetMemoryUsage() bool

func (*TMemoryWarning) Read

func (p *TMemoryWarning) Read(iprot thrift.TProtocol) error

func (*TMemoryWarning) ReadField1

func (p *TMemoryWarning) ReadField1(iprot thrift.TProtocol) error

func (*TMemoryWarning) ReadField2

func (p *TMemoryWarning) ReadField2(iprot thrift.TProtocol) error

func (*TMemoryWarning) ReadField3

func (p *TMemoryWarning) ReadField3(iprot thrift.TProtocol) error

func (*TMemoryWarning) ReadField4

func (p *TMemoryWarning) ReadField4(iprot thrift.TProtocol) error

func (*TMemoryWarning) String

func (p *TMemoryWarning) String() string

func (*TMemoryWarning) Write

func (p *TMemoryWarning) Write(oprot thrift.TProtocol) error

type TMetadata

type TMetadata struct {
	Name          string        `thrift:"name,1" db:"name" json:"name"`
	Type          string        `thrift:"type,2" db:"type" json:"type"`
	ID            string        `thrift:"id,3" db:"id" json:"id"`
	SchemaVersion string        `thrift:"schemaVersion,4" db:"schemaVersion" json:"schemaVersion"`
	Created       int64         `thrift:"created,5" db:"created" json:"created"`
	Updated       int64         `thrift:"updated,6" db:"updated" json:"updated"`
	References    []*TReference `thrift:"references,7" db:"references" json:"references"`
}

Attributes:

  • Name
  • Type
  • ID
  • SchemaVersion
  • Created
  • Updated
  • References
var TItem_Metadata_DEFAULT *TMetadata

func NewTMetadata

func NewTMetadata() *TMetadata

func (*TMetadata) GetCreated

func (p *TMetadata) GetCreated() int64

func (*TMetadata) GetID

func (p *TMetadata) GetID() string

func (*TMetadata) GetName

func (p *TMetadata) GetName() string

func (*TMetadata) GetReferences

func (p *TMetadata) GetReferences() []*TReference

func (*TMetadata) GetSchemaVersion

func (p *TMetadata) GetSchemaVersion() string

func (*TMetadata) GetType

func (p *TMetadata) GetType() string

func (*TMetadata) GetUpdated

func (p *TMetadata) GetUpdated() int64

func (*TMetadata) Read

func (p *TMetadata) Read(iprot thrift.TProtocol) error

func (*TMetadata) ReadField1

func (p *TMetadata) ReadField1(iprot thrift.TProtocol) error

func (*TMetadata) ReadField2

func (p *TMetadata) ReadField2(iprot thrift.TProtocol) error

func (*TMetadata) ReadField3

func (p *TMetadata) ReadField3(iprot thrift.TProtocol) error

func (*TMetadata) ReadField4

func (p *TMetadata) ReadField4(iprot thrift.TProtocol) error

func (*TMetadata) ReadField5

func (p *TMetadata) ReadField5(iprot thrift.TProtocol) error

func (*TMetadata) ReadField6

func (p *TMetadata) ReadField6(iprot thrift.TProtocol) error

func (*TMetadata) ReadField7

func (p *TMetadata) ReadField7(iprot thrift.TProtocol) error

func (*TMetadata) String

func (p *TMetadata) String() string

func (*TMetadata) Write

func (p *TMetadata) Write(oprot thrift.TProtocol) error

type TMetricMessage

type TMetricMessage struct {
	Name      string            `thrift:"name,1" db:"name" json:"name"`
	Values    *TMetricValues    `thrift:"values,2" db:"values" json:"values"`
	Labels    map[string]string `thrift:"labels,3" db:"labels" json:"labels"`
	ResouceId string            `thrift:"resouceId,4" db:"resouceId" json:"resouceId"`
	AppId     string            `thrift:"appId,5" db:"appId" json:"appId"`
}

Attributes:

  • Name
  • Values
  • Labels
  • ResouceId
  • AppId

func NewTMetricMessage

func NewTMetricMessage() *TMetricMessage

func (*TMetricMessage) GetAppId

func (p *TMetricMessage) GetAppId() string

func (*TMetricMessage) GetLabels

func (p *TMetricMessage) GetLabels() map[string]string

func (*TMetricMessage) GetName

func (p *TMetricMessage) GetName() string

func (*TMetricMessage) GetResouceId

func (p *TMetricMessage) GetResouceId() string

func (*TMetricMessage) GetValues

func (p *TMetricMessage) GetValues() *TMetricValues

func (*TMetricMessage) IsSetValues

func (p *TMetricMessage) IsSetValues() bool

func (*TMetricMessage) Read

func (p *TMetricMessage) Read(iprot thrift.TProtocol) error

func (*TMetricMessage) ReadField1

func (p *TMetricMessage) ReadField1(iprot thrift.TProtocol) error

func (*TMetricMessage) ReadField2

func (p *TMetricMessage) ReadField2(iprot thrift.TProtocol) error

func (*TMetricMessage) ReadField3

func (p *TMetricMessage) ReadField3(iprot thrift.TProtocol) error

func (*TMetricMessage) ReadField4

func (p *TMetricMessage) ReadField4(iprot thrift.TProtocol) error

func (*TMetricMessage) ReadField5

func (p *TMetricMessage) ReadField5(iprot thrift.TProtocol) error

func (*TMetricMessage) String

func (p *TMetricMessage) String() string

func (*TMetricMessage) Write

func (p *TMetricMessage) Write(oprot thrift.TProtocol) error

type TMetricValues

type TMetricValues struct {
	Values []float64 `thrift:"values,1" db:"values" json:"values"`
}

Attributes:

  • Values
var TMetricMessage_Values_DEFAULT *TMetricValues

func NewTMetricValues

func NewTMetricValues() *TMetricValues

func (*TMetricValues) GetValues

func (p *TMetricValues) GetValues() []float64

func (*TMetricValues) Read

func (p *TMetricValues) Read(iprot thrift.TProtocol) error

func (*TMetricValues) ReadField1

func (p *TMetricValues) ReadField1(iprot thrift.TProtocol) error

func (*TMetricValues) String

func (p *TMetricValues) String() string

func (*TMetricValues) Write

func (p *TMetricValues) Write(oprot thrift.TProtocol) error

type TProfilingInfo

type TProfilingInfo struct {
	Pointcut  string `thrift:"pointcut,1" db:"pointcut" json:"pointcut"`
	Requests  int32  `thrift:"requests,2" db:"requests" json:"requests"`
	ElapsedMs int64  `thrift:"elapsedMs,3" db:"elapsedMs" json:"elapsedMs"`
	Status    int32  `thrift:"status,4" db:"status" json:"status"`
	Exclusion string `thrift:"exclusion,5" db:"exclusion" json:"exclusion"`
}

Attributes:

  • Pointcut
  • Requests
  • ElapsedMs
  • Status
  • Exclusion

func NewTProfilingInfo

func NewTProfilingInfo() *TProfilingInfo

func (*TProfilingInfo) GetElapsedMs

func (p *TProfilingInfo) GetElapsedMs() int64

func (*TProfilingInfo) GetExclusion

func (p *TProfilingInfo) GetExclusion() string

func (*TProfilingInfo) GetPointcut

func (p *TProfilingInfo) GetPointcut() string

func (*TProfilingInfo) GetRequests

func (p *TProfilingInfo) GetRequests() int32

func (*TProfilingInfo) GetStatus

func (p *TProfilingInfo) GetStatus() int32

func (*TProfilingInfo) Read

func (p *TProfilingInfo) Read(iprot thrift.TProtocol) error

func (*TProfilingInfo) ReadField1

func (p *TProfilingInfo) ReadField1(iprot thrift.TProtocol) error

func (*TProfilingInfo) ReadField2

func (p *TProfilingInfo) ReadField2(iprot thrift.TProtocol) error

func (*TProfilingInfo) ReadField3

func (p *TProfilingInfo) ReadField3(iprot thrift.TProtocol) error

func (*TProfilingInfo) ReadField4

func (p *TProfilingInfo) ReadField4(iprot thrift.TProtocol) error

func (*TProfilingInfo) ReadField5

func (p *TProfilingInfo) ReadField5(iprot thrift.TProtocol) error

func (*TProfilingInfo) String

func (p *TProfilingInfo) String() string

func (*TProfilingInfo) Write

func (p *TProfilingInfo) Write(oprot thrift.TProtocol) error

type TReference

type TReference struct {
	Kind       string              `thrift:"kind,1" db:"kind" json:"kind"`
	Name       string              `thrift:"name,2" db:"name" json:"name"`
	References []map[string]string `thrift:"references,3" db:"references" json:"references"`
}

Attributes:

  • Kind
  • Name
  • References

func NewTReference

func NewTReference() *TReference

func (*TReference) GetKind

func (p *TReference) GetKind() string

func (*TReference) GetName

func (p *TReference) GetName() string

func (*TReference) GetReferences

func (p *TReference) GetReferences() []map[string]string

func (*TReference) Read

func (p *TReference) Read(iprot thrift.TProtocol) error

func (*TReference) ReadField1

func (p *TReference) ReadField1(iprot thrift.TProtocol) error

func (*TReference) ReadField2

func (p *TReference) ReadField2(iprot thrift.TProtocol) error

func (*TReference) ReadField3

func (p *TReference) ReadField3(iprot thrift.TProtocol) error

func (*TReference) String

func (p *TReference) String() string

func (*TReference) Write

func (p *TReference) Write(oprot thrift.TProtocol) error

type TSQLKPIMessage

type TSQLKPIMessage struct {
	// unused fields # 1 to 9
	SqlId string `thrift:"sqlId,10" db:"sqlId" json:"sqlId"`
	// unused fields # 11 to 19
	Txtype string `thrift:"txtype,20" db:"txtype" json:"txtype"`
	// unused fields # 21 to 29
	ResouceId string `thrift:"resouceId,30" db:"resouceId" json:"resouceId"`
	// unused fields # 31 to 39
	DestResourceId string `thrift:"destResourceId,40" db:"destResourceId" json:"destResourceId"`
	// unused fields # 41 to 49
	AppId string `thrift:"appId,50" db:"appId" json:"appId"`
	// unused fields # 51 to 59
	Latency []byte `thrift:"latency,60" db:"latency" json:"latency"`
	// unused fields # 61 to 69
	ErrorLatency []byte `thrift:"errorLatency,70" db:"errorLatency" json:"errorLatency"`
	// unused fields # 71 to 79
	TraceIds4SlowSQL []string `thrift:"traceIds4SlowSQL,80" db:"traceIds4SlowSQL" json:"traceIds4SlowSQL"`
	// unused fields # 81 to 89
	TraceId4SQLError string `thrift:"traceId4SQLError,90" db:"traceId4SQLError" json:"traceId4SQLError"`
}

Attributes:

  • SqlId
  • Txtype
  • ResouceId
  • DestResourceId
  • AppId
  • Latency
  • ErrorLatency
  • TraceIds4SlowSQL
  • TraceId4SQLError

func NewTSQLKPIMessage

func NewTSQLKPIMessage() *TSQLKPIMessage

func (*TSQLKPIMessage) GetAppId

func (p *TSQLKPIMessage) GetAppId() string

func (*TSQLKPIMessage) GetDestResourceId

func (p *TSQLKPIMessage) GetDestResourceId() string

func (*TSQLKPIMessage) GetErrorLatency

func (p *TSQLKPIMessage) GetErrorLatency() []byte

func (*TSQLKPIMessage) GetLatency

func (p *TSQLKPIMessage) GetLatency() []byte

func (*TSQLKPIMessage) GetResouceId

func (p *TSQLKPIMessage) GetResouceId() string

func (*TSQLKPIMessage) GetSqlId

func (p *TSQLKPIMessage) GetSqlId() string

func (*TSQLKPIMessage) GetTraceId4SQLError

func (p *TSQLKPIMessage) GetTraceId4SQLError() string

func (*TSQLKPIMessage) GetTraceIds4SlowSQL

func (p *TSQLKPIMessage) GetTraceIds4SlowSQL() []string

func (*TSQLKPIMessage) GetTxtype

func (p *TSQLKPIMessage) GetTxtype() string

func (*TSQLKPIMessage) Read

func (p *TSQLKPIMessage) Read(iprot thrift.TProtocol) error

func (*TSQLKPIMessage) ReadField10

func (p *TSQLKPIMessage) ReadField10(iprot thrift.TProtocol) error

func (*TSQLKPIMessage) ReadField20

func (p *TSQLKPIMessage) ReadField20(iprot thrift.TProtocol) error

func (*TSQLKPIMessage) ReadField30

func (p *TSQLKPIMessage) ReadField30(iprot thrift.TProtocol) error

func (*TSQLKPIMessage) ReadField40

func (p *TSQLKPIMessage) ReadField40(iprot thrift.TProtocol) error

func (*TSQLKPIMessage) ReadField50

func (p *TSQLKPIMessage) ReadField50(iprot thrift.TProtocol) error

func (*TSQLKPIMessage) ReadField60

func (p *TSQLKPIMessage) ReadField60(iprot thrift.TProtocol) error

func (*TSQLKPIMessage) ReadField70

func (p *TSQLKPIMessage) ReadField70(iprot thrift.TProtocol) error

func (*TSQLKPIMessage) ReadField80

func (p *TSQLKPIMessage) ReadField80(iprot thrift.TProtocol) error

func (*TSQLKPIMessage) ReadField90

func (p *TSQLKPIMessage) ReadField90(iprot thrift.TProtocol) error

func (*TSQLKPIMessage) String

func (p *TSQLKPIMessage) String() string

func (*TSQLKPIMessage) Write

func (p *TSQLKPIMessage) Write(oprot thrift.TProtocol) error

type TSQLMeta

type TSQLMeta struct {
	// unused fields # 1 to 9
	SqlId string `thrift:"sqlId,10" db:"sqlId" json:"sqlId"`
	// unused fields # 11 to 19
	ResouceId string `thrift:"resouceId,20" db:"resouceId" json:"resouceId"`
	// unused fields # 21 to 29
	Sql string `thrift:"sql,30" db:"sql" json:"sql"`
}

Attributes:

  • SqlId
  • ResouceId
  • Sql

func NewTSQLMeta

func NewTSQLMeta() *TSQLMeta

func (*TSQLMeta) GetResouceId

func (p *TSQLMeta) GetResouceId() string

func (*TSQLMeta) GetSql

func (p *TSQLMeta) GetSql() string

func (*TSQLMeta) GetSqlId

func (p *TSQLMeta) GetSqlId() string

func (*TSQLMeta) Read

func (p *TSQLMeta) Read(iprot thrift.TProtocol) error

func (*TSQLMeta) ReadField10

func (p *TSQLMeta) ReadField10(iprot thrift.TProtocol) error

func (*TSQLMeta) ReadField20

func (p *TSQLMeta) ReadField20(iprot thrift.TProtocol) error

func (*TSQLMeta) ReadField30

func (p *TSQLMeta) ReadField30(iprot thrift.TProtocol) error

func (*TSQLMeta) String

func (p *TSQLMeta) String() string

func (*TSQLMeta) Write

func (p *TSQLMeta) Write(oprot thrift.TProtocol) error

type TSpan

type TSpan struct {
	TraceId int64 `thrift:"traceId,1" db:"traceId" json:"traceId"`
	// unused field # 2
	Name        string         `thrift:"name,3" db:"name" json:"name"`
	ID          int64          `thrift:"id,4" db:"id" json:"id"`
	ParentId    *int64         `thrift:"parentId,5" db:"parentId" json:"parentId,omitempty"`
	Annotations []*TAnnotation `thrift:"annotations,6" db:"annotations" json:"annotations"`
	// unused field # 7
	BinaryAnnotations []*TBinaryAnnotation `thrift:"binaryAnnotations,8" db:"binaryAnnotations" json:"binaryAnnotations"`
	Debug             *bool                `thrift:"debug,9" db:"debug" json:"debug,omitempty"`
	Timestamp         *int64               `thrift:"timestamp,10" db:"timestamp" json:"timestamp,omitempty"`
	Duration          *int64               `thrift:"duration,11" db:"duration" json:"duration,omitempty"`
}

Attributes:

  • TraceId
  • Name
  • ID
  • ParentId
  • Annotations
  • BinaryAnnotations
  • Debug
  • Timestamp
  • Duration

func NewTSpan

func NewTSpan() *TSpan

func (*TSpan) GetAnnotations

func (p *TSpan) GetAnnotations() []*TAnnotation

func (*TSpan) GetBinaryAnnotations

func (p *TSpan) GetBinaryAnnotations() []*TBinaryAnnotation

func (*TSpan) GetDebug

func (p *TSpan) GetDebug() bool

func (*TSpan) GetDuration

func (p *TSpan) GetDuration() int64

func (*TSpan) GetID

func (p *TSpan) GetID() int64

func (*TSpan) GetName

func (p *TSpan) GetName() string

func (*TSpan) GetParentId

func (p *TSpan) GetParentId() int64

func (*TSpan) GetTimestamp

func (p *TSpan) GetTimestamp() int64

func (*TSpan) GetTraceId

func (p *TSpan) GetTraceId() int64

func (*TSpan) IsSetDebug

func (p *TSpan) IsSetDebug() bool

func (*TSpan) IsSetDuration

func (p *TSpan) IsSetDuration() bool

func (*TSpan) IsSetParentId

func (p *TSpan) IsSetParentId() bool

func (*TSpan) IsSetTimestamp

func (p *TSpan) IsSetTimestamp() bool

func (*TSpan) Read

func (p *TSpan) Read(iprot thrift.TProtocol) error

func (*TSpan) ReadField1

func (p *TSpan) ReadField1(iprot thrift.TProtocol) error

func (*TSpan) ReadField10

func (p *TSpan) ReadField10(iprot thrift.TProtocol) error

func (*TSpan) ReadField11

func (p *TSpan) ReadField11(iprot thrift.TProtocol) error

func (*TSpan) ReadField3

func (p *TSpan) ReadField3(iprot thrift.TProtocol) error

func (*TSpan) ReadField4

func (p *TSpan) ReadField4(iprot thrift.TProtocol) error

func (*TSpan) ReadField5

func (p *TSpan) ReadField5(iprot thrift.TProtocol) error

func (*TSpan) ReadField6

func (p *TSpan) ReadField6(iprot thrift.TProtocol) error

func (*TSpan) ReadField8

func (p *TSpan) ReadField8(iprot thrift.TProtocol) error

func (*TSpan) ReadField9

func (p *TSpan) ReadField9(iprot thrift.TProtocol) error

func (*TSpan) String

func (p *TSpan) String() string

func (*TSpan) Write

func (p *TSpan) Write(oprot thrift.TProtocol) error

type TSpec

type TSpec struct {
	Properties map[string]string `thrift:"properties,1" db:"properties" json:"properties"`
	Ips        []string          `thrift:"ips,2" db:"ips" json:"ips"`
	Ports      []int32           `thrift:"ports,3" db:"ports" json:"ports"`
}

Attributes:

  • Properties
  • Ips
  • Ports
var TItem_Spec_DEFAULT *TSpec

func NewTSpec

func NewTSpec() *TSpec

func (*TSpec) GetIps

func (p *TSpec) GetIps() []string

func (*TSpec) GetPorts

func (p *TSpec) GetPorts() []int32

func (*TSpec) GetProperties

func (p *TSpec) GetProperties() map[string]string

func (*TSpec) Read

func (p *TSpec) Read(iprot thrift.TProtocol) error

func (*TSpec) ReadField1

func (p *TSpec) ReadField1(iprot thrift.TProtocol) error

func (*TSpec) ReadField2

func (p *TSpec) ReadField2(iprot thrift.TProtocol) error

func (*TSpec) ReadField3

func (p *TSpec) ReadField3(iprot thrift.TProtocol) error

func (*TSpec) String

func (p *TSpec) String() string

func (*TSpec) Write

func (p *TSpec) Write(oprot thrift.TProtocol) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL