Versions in this module Expand all Collapse all v0 v0.22.0 Apr 16, 2024 Changes in this version + const DataBuffer + type Logs struct + func (r *Logs) Export(ctx context.Context, req *collector_logs.ExportLogsServiceRequest) (*collector_logs.ExportLogsServiceResponse, error) + type Metrics struct + func (r *Metrics) Export(ctx context.Context, req *collector_metrics.ExportMetricsServiceRequest) (*collector_metrics.ExportMetricsServiceResponse, error) + type Service struct + func NewService(ctx context.Context, db *badger.DB, seq *seq.Seq, listen string, ...) (*Service, error) + func (*Service) GetVersion(_ context.Context, _ *v1.GetVersionRequest) (*v1.Version, error) + func (s *Service) Close() + func (s *Service) Logs() *Logs + func (s *Service) Metrics() *Metrics + func (s *Service) ScanSamples(_ context.Context, req *v1.Scan) (*v1.Data, error) + func (s *Service) Start(ctx context.Context) + func (s *Service) Trace() *Trace + type Trace struct + func (r *Trace) Export(ctx context.Context, req *collector_trace.ExportTraceServiceRequest) (*collector_trace.ExportTraceServiceResponse, error)