Versions in this module Expand all Collapse all v0 v0.1.0 Jan 6, 2026 Changes in this version + type ConsoleBackend struct + func NewConsoleBackend(config ConsoleConfig) *ConsoleBackend + func (c *ConsoleBackend) Close() error + func (c *ConsoleBackend) Flush(ctx context.Context) error + func (c *ConsoleBackend) Name() string + func (c *ConsoleBackend) SendBatch(ctx context.Context, batch *sync.SpanBatch) error + func (c *ConsoleBackend) SendSpan(ctx context.Context, span *sync.Span) error + func (c *ConsoleBackend) Stats() Stats + type ConsoleConfig struct + Format string + NoColor bool + Verbose bool + Writer io.Writer + func DefaultConsoleConfig() ConsoleConfig + type Stats struct + BytesSent int64 + SpansFailed int + SpansSent int