Documentation ¶
Index ¶
- type FlusherOTLPLog
- func (f *FlusherOTLPLog) Description() string
- func (f *FlusherOTLPLog) Flush(projectName string, logstoreName string, configName string, ...) error
- func (f *FlusherOTLPLog) Init(ctx ilogtail.Context) error
- func (f *FlusherOTLPLog) IsReady(projectName string, logstoreName string, logstoreKey int64) bool
- func (f *FlusherOTLPLog) SetUrgent(flag bool)
- func (f *FlusherOTLPLog) Stop() error
- type Version
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlusherOTLPLog ¶
type FlusherOTLPLog struct { GrpcConfig *helper.GrpcClientConfig `json:"Grpc"` Version Version `json:"Version"` // contains filtered or unexported fields }
func (*FlusherOTLPLog) Description ¶
func (f *FlusherOTLPLog) Description() string
func (*FlusherOTLPLog) IsReady ¶
func (f *FlusherOTLPLog) IsReady(projectName string, logstoreName string, logstoreKey int64) bool
IsReady is ready to flush
func (*FlusherOTLPLog) SetUrgent ¶
func (f *FlusherOTLPLog) SetUrgent(flag bool)
Click to show internal directories.
Click to hide internal directories.