Versions in this module Expand all Collapse all v0 v0.4.0-beta.1 Jun 19, 2026 v0.3.1 Jun 18, 2026 v0.3.1-beta.1 Jun 18, 2026 v0.3.0 Jun 17, 2026 Changes in this version + type AffectedEntry struct + CallCount int64 + Depth int + ImpactScore float64 + Service string + type AnomalyNode struct + Evidence string + ID string + Service string + Severity string + Timestamp time.Time + Type string + func AnomalyNodeFromModel(a graphrag.AnomalyNode) AnomalyNode + type DashboardStats struct + ActiveServices int64 + AvgLatencyMs float64 + ErrorRate float64 + P99LatencyMs float64 + TopFailingServices []ServiceError + TotalErrors int64 + TotalLogs int64 + TotalTraces int64 + func DashboardStatsFromModel(s *storage.DashboardStats) DashboardStats + type ImpactResult struct + AffectedServices []AffectedEntry + Service string + TotalDownstream int + func ImpactResultFromModel(r *graphrag.ImpactResult) *ImpactResult + type Investigation struct + AffectedServices any + AnomalousMetrics any + CausalChain any + CreatedAt time.Time + ErrorLogs any + ErrorMessage string + ID string + RootOperation string + RootService string + Severity string + SpanChain any + Status string + TraceIDs any + TriggerOperation string + TriggerService string + func InvestigationFromModel(m graphrag.Investigation) Investigation + func InvestigationsFromModels(ms []graphrag.Investigation) []Investigation + type Log struct + AIInsight string + AttributesJSON string + Body string + ID uint + ServiceName string + Severity string + SpanID string + Timestamp time.Time + TraceID string + func LogFromModel(m storage.Log) Log + func LogsFromModels(ms []storage.Log) []Log + type LogClusterNode struct + Count int64 + FirstSeen time.Time + ID string + LastSeen time.Time + SampleLog string + SeverityDist map[string]int64 + Template string + TemplateID uint64 + TemplateTokens []string + func LogClusterNodeFromModel(n graphrag.LogClusterNode) LogClusterNode + type MetricBucket struct + AttributesJSON string + Count int64 + ID uint + Max float64 + Min float64 + Name string + ServiceName string + Sum float64 + TimeBucket time.Time + func MetricBucketFromModel(m storage.MetricBucket) MetricBucket + func MetricBucketsFromModels(ms []storage.MetricBucket) []MetricBucket + type RootCauseInfo struct + ErrorMessage string + Operation string + Service string + SpanID string + TraceID string + func RootCauseInfoFromModel(r *graphrag.RootCauseInfo) *RootCauseInfo + type ServiceError struct + ErrorCount int64 + ErrorRate float64 + ServiceName string + TotalCount int64 + type ServiceMapEdge struct + AvgLatencyMs float64 + CallCount int64 + ErrorRate float64 + Source string + Target string + type ServiceMapMetrics struct + Edges []ServiceMapEdge + Nodes []ServiceMapNode + func ServiceMapMetricsFromModel(m *storage.ServiceMapMetrics) ServiceMapMetrics + type ServiceMapNode struct + AvgLatencyMs float64 + ErrorCount int64 + Name string + TotalTraces int64 + type Span struct + AttributesJSON string + Duration int64 + EndTime time.Time + ID uint + OperationName string + ParentSpanID string + ServiceName string + SpanID string + StartTime time.Time + Status string + TraceID string + func SpanFromModel(m storage.Span) Span + func SpansFromModels(ms []storage.Span) []Span + type Trace struct + Duration int64 + DurationMs float64 + ID uint + Logs []Log + Operation string + ServiceName string + SpanCount int + Spans []Span + Status string + Timestamp time.Time + TraceID string + func TraceFromModel(m storage.Trace) Trace + func TracesFromModels(ms []storage.Trace) []Trace + type TracesResponse struct + Limit int + Offset int + Total int64 + Traces []Trace + func TracesResponseFromModel(r *storage.TracesResponse) TracesResponse v0.3.0-beta.1 Jun 12, 2026 v0.2.0-beta.6 Jun 5, 2026 v0.2.0-beta.5 Jun 5, 2026 v0.2.0-beta.4 May 3, 2026 v0.2.0-beta.3 May 3, 2026 v0.2.0-beta.2 May 3, 2026