数据模型
SLS Log Protocol
Pipeline Event
SLS Log Protocol
Pipeline Event
type PipelineEvent interface {
GetName() string
SetName(string)
GetTags() Tags
GetType() EventType
GetTimestamp() uint64
GetObservedTimestamp() uint64
SetObservedTimestamp(uint64)
Clone() PipelineEvent
}Metric 模型
Trace 模型
Log 模型
Last updated