Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ingester ¶
type Ingester interface { IngestTrace(*zap.SugaredLogger) ([]byte, error) Close() }
func NewIngester ¶
func NewIngester(config *configure.Configuration, sugar *zap.SugaredLogger) (Ingester, error)
Click to show internal directories.
Click to hide internal directories.