Versions in this module Expand all Collapse all v0 v0.9.3 Sep 6, 2026 v0.9.2 Sep 4, 2026 v0.9.1 Sep 4, 2026 v0.9.0 Sep 4, 2026 Changes in this version + type Attribute struct + Key string + Value AttributeValue + type AttributeValue struct + IntValue string + StringValue string + type HTTPSpanInfo struct + DurationNs int64 + Method string + Path string + ServiceName string + SpanKind int + StatusCode string + type IngestResult struct + EdgesEnriched int + EdgesValidated int + SpansProcessed int + func Ingest(s *store.Store, project, filePath string) (*IngestResult, error) + type OTLPExport struct + ResourceSpans []ResourceSpan + type Resource struct + Attributes []Attribute + type ResourceSpan struct + Resource Resource + ScopeSpans []ScopeSpan + type ScopeSpan struct + Spans []Span + type Span struct + Attributes []Attribute + EndTime string + Kind int + Name string + ParentSpanID string + SpanID string + StartTime string + Status SpanStatus + TraceID string + type SpanStatus struct + Code int