Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EndWithCause ¶
Types ¶
type Metric ¶
type Metric struct { Endpoint string `json:"endpoint" avro:"endpoint"` Fn string `json:"fn" avro:"fn"` Latency int64 `json:"latency" avro:"latency"` Succeed bool `json:"succeed" avro:"succeed"` ErrorCode int `json:"errorCode" avro:"errorCode"` ErrorName string `json:"errorName" avro:"errorName"` DeviceId string `json:"deviceId" avro:"deviceId"` DeviceIp string `json:"deviceIp" avro:"deviceIp"` // contains filtered or unexported fields }
Metric use @metric to enable in fn
Click to show internal directories.
Click to hide internal directories.