Versions in this module Expand all Collapse all v0 v0.13.0 Aug 7, 2026 v0.12.0 Aug 5, 2026 v0.11.0 Aug 5, 2026 Changes in this version + const DefaultCapacity + const DefaultRows + func Page(cfg Config) admin.Page + type Config struct + Cron CronReporter + Health *database.HealthChecker + Queues []*jobs.SQLQueue + Recorder *Recorder + Rows int + Title string + Workflows *jobs.Workflows + type CronFunc func() []CronRun + func (f CronFunc) CronStatus() []CronRun + type CronReporter interface + CronStatus func() []CronRun + type CronRun struct + Duration time.Duration + Failures int + LastError string + LastRun time.Time + Name string + Runs int + type ErrorGroup struct + Count int + Last time.Time + Message string + Name string + type Recorder struct + func NewRecorder(capacity int) *Recorder + func (r *Recorder) Count() (held, capacity int) + func (r *Recorder) Errors(limit int) []ErrorGroup + func (r *Recorder) ForceFlush(context.Context) error + func (r *Recorder) HasSpansOfKind(kind trace.SpanKind) bool + func (r *Recorder) OnEnd(s sdktrace.ReadOnlySpan) + func (r *Recorder) OnStart(context.Context, sdktrace.ReadWriteSpan) + func (r *Recorder) Shutdown(context.Context) error + func (r *Recorder) SlowQueries(limit int) []Timing + func (r *Recorder) SlowRequests(limit int) []Timing + type Timing struct + At time.Time + Detail string + Duration time.Duration + Name string