Versions in this module Expand all Collapse all v0 v0.2.2 Jun 7, 2026 v0.2.1 Jun 7, 2026 v0.2.0 Jun 6, 2026 Changes in this version + type DropCounterProvider interface + DroppedLogsTotal func() int64 + DroppedMetricPointsTotal func() int64 + DroppedSpansTotal func() int64 + LastDropAt func() int64 + type MetricSeriesExemplar struct + SpanID string + TraceID string type MetricSeriesPoint + Exemplars []MetricSeriesExemplar type SettingsResponse + BearerTokenSet bool + BindAddressV4 string + BindAddressV6 string + MCPAllowWrites bool + MCPEnabled bool + SelfMonitor bool + SourceBurst int + SourceRPS float64 + TLSEnabled bool type SettingsRuntime + Channel string type SettingsService + BearerTokenSet bool + GithubClient *http.Client + LiveGRPCPort func() int + LiveHTTPPort func() int + MCPAllowWrites bool + MCPEnabled bool + SetLiveGRPCPort func(int) error + SetLiveHTTPPort func(int) error + SetSelfMonitor func(bool) error + TLSEnabled bool type SettingsUpdate + BindAddressV4 *string + BindAddressV6 *string + SelfMonitor *bool + SourceBurst *int + SourceRPS *float64 + type SourcesProvider interface + Sources func() []storage.SourceStats + type ThroughputProvider interface + Throughput func() storage.Throughput + type UpdateCheckResult struct + Channel string + CheckedAtNs int64 + Current string + Error string + IsOutdated bool + Latest string + ReleaseNotesURL string v0.1.0 May 28, 2026 Changes in this version + func NewRouter(store *storage.DB, hub *ws.Hub, fwd *forwarder.Forwarder) http.Handler + func NewRouterFull(store *storage.DB, hub *ws.Hub, fwd *forwarder.Forwarder, ...) http.Handler + func NewRouterWithManifests(store *storage.DB, hub *ws.Hub, fwd *forwarder.Forwarder, ...) http.Handler + type DiffResult struct + Baseline DiffSessionInfo + BaselineSpans []*storage.Span + Compare DiffSessionInfo + CompareSpans []*storage.Span + Spans []DiffSpan + Summary DiffSummary + type DiffSessionInfo struct + DBCalls int + Label string + SessionID string + SpanCount int + TotalDurationNs int64 + type DiffSpan struct + BaselineDurationNs int64 + CompareDurationNs int64 + DeltaPct float64 + Depth int + Name string + ServiceName string + Status string + type DiffSummary struct + DBCallDelta int + DurationDeltaNs int64 + DurationDeltaPct float64 + SpansAdded int + SpansRemoved int + type MetricSeriesPoint struct + Percentile string + TimestampNs int64 + Value float64 + type MetricSeriesResponse struct + Description string + Name string + Points []MetricSeriesPoint + ServiceName string + Traces []*storage.TraceOverlay + Type string + Unit string + type Router struct + type SettingsResponse struct + BindAddress string + DBPath string + Forward []string + ForwardSample float64 + MaxDBSizeMB int + MaxSessions int + NoBrowser bool + OTLPGRPCPort int + OTLPHTTPPort int + Port int + RetentionDays int + Runtime SettingsRuntime + type SettingsRuntime struct + ConfigPath string + DBSizeBytes int64 + OTLPGRPCPort int + OTLPHTTPPort int + PID int + UptimeNs int64 + Version string + type SettingsService struct + ConfigPath string + OTLPGRPCPort int + OTLPHTTPPort int + StartedAt time.Time + Version string + Viper *viper.Viper + type SettingsUpdate struct + BindAddress *string + DBPath *string + Forward *[]string + ForwardSample *float64 + MaxDBSizeMB *int + MaxSessions *int + NoBrowser *bool + OTLPGRPCPort *int + OTLPHTTPPort *int + Port *int + RetentionDays *int