Documentation
¶
Index ¶
- type Engine
- func (e *Engine) Close(ctx context.Context) error
- func (e *Engine) FlushDue(ctx context.Context) error
- func (e *Engine) Ingest(ctx context.Context, spans []traces.Span, receivedAt time.Time) error
- func (e *Engine) IngestWithSource(ctx context.Context, spans []traces.Span, receivedAt time.Time, ...) error
- type EngineConfig
- type FileSink
- type Metrics
- type Service
- type SnapshotSink
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Engine ¶
type Engine struct {
// contains filtered or unexported fields
}
func NewEngine ¶
func NewEngine(cfg EngineConfig) (*Engine, error)
type EngineConfig ¶
type Metrics ¶
type Metrics struct {
// contains filtered or unexported fields
}
func NewMetrics ¶
func NewMetrics() *Metrics
func (*Metrics) AddDropped ¶
func (*Metrics) AddIngested ¶
func (*Metrics) RecordSnapshot ¶
func (*Metrics) SetWindowLag ¶
Click to show internal directories.
Click to hide internal directories.