package
0.15.0
Repository: https://github.com/go-faster/oteldb.git
Documentation: pkg.go.dev

# Functions

ConvertToTempoAttrs converts [otelstorage.Attrs] to Tempo API attributes.
NewConsumer creates new Consumer.
NewSpanFromOTEL creates new Span.
TagFromAttribute creates a [Tag] from given [pcommon.Value].

# Structs

Consumer consumes given traces and inserts them using given Inserter.
Event is a Span event.
Link is a Span link.
SearchTagsOptions defines options for [Querier.SearchTags].
Span is a data structure for span.
Tag is a data structure for tag.
TagNames is a set of tags by scope.
TagNamesOptions defines options for [Querier.TagNames].
TagValuesOptions defines options for [Querier.TagValues].
TraceByIDOptions defines options for [Querier.TraceByID] method.

# Interfaces

Inserter is a trace storage insert interface.
Querier is a trace storage query interface.
SpanWriter represents a log record batch.