# Functions
NewConsumer creates new Consumer.
NewRecordFromOTEL creates new Record.
# Constants
Labels to use where prometheus compatible labels are required, e.g.
resource.service.instance.id.
resource.service.name.
resource.service.namespace.
Labels to use where prometheus compatible labels are required, e.g.
Labels to use where prometheus compatible labels are required, e.g.
Labels to use where prometheus compatible labels are required, e.g.
# Structs
Consumer consumes given logs and inserts them using given Inserter.
Label is a data structure for log label.
LabelsOptions defines options for [Querier.LabelNames] and [Querier.LabelValues] methods.
Record is a log record.
SeriesOptions defines options for [Querier.Series] method.
# Interfaces
Inserter is a log storage insert interface.
Querier is a logs storage query interface.
RecordWriter represents a log record batch.
# Type aliases
Series defines a list of series.