Documentation
¶
Index ¶
- type LMLogIngest
- func (lli *LMLogIngest) BatchInterval() int
- func (lli *LMLogIngest) CreateRequestBody() internal.DataPayload
- func (lli *LMLogIngest) ExportData(payloadList internal.DataPayload, uri, method string) (*utils.Response, error)
- func (lli *LMLogIngest) SendLogs(logMessage string, resourceidMap, metadata map[string]string) (*utils.Response, error)
- func (lli *LMLogIngest) URI() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LMLogIngest ¶
type LMLogIngest struct {
// contains filtered or unexported fields
}
func NewLMLogIngest ¶
func NewLMLogIngest(batch bool, interval int) (*LMLogIngest, error)
func (*LMLogIngest) BatchInterval ¶
func (lli *LMLogIngest) BatchInterval() int
func (*LMLogIngest) CreateRequestBody ¶
func (lli *LMLogIngest) CreateRequestBody() internal.DataPayload
func (*LMLogIngest) ExportData ¶
func (lli *LMLogIngest) ExportData(payloadList internal.DataPayload, uri, method string) (*utils.Response, error)
func (*LMLogIngest) URI ¶
func (lli *LMLogIngest) URI() string
Click to show internal directories.
Click to hide internal directories.