Directories
¶
| Path | Synopsis |
|---|---|
|
Package protocol implements the observability.query domain service — the ONE bounded administrative query surface over the observability rollup projection.
|
Package protocol implements the observability.query domain service — the ONE bounded administrative query surface over the observability rollup projection. |
|
Package rollups owns Harbor's observability-rollup domain: fixed-UTC-bucket, identity-dimensioned, additive aggregate records projected from the successfully-persisted canonical event log.
|
Package rollups owns Harbor's observability-rollup domain: fixed-UTC-bucket, identity-dimensioned, additive aggregate records projected from the successfully-persisted canonical event log. |
|
conformancetest
Package conformancetest exposes the canonical correctness suite every rollups.Store implementation must pass.
|
Package conformancetest exposes the canonical correctness suite every rollups.Store implementation must pass. |
|
drivers/postgres
Package postgres is the V1 Postgres-backed implementation of the observability rollups.Store interface.
|
Package postgres is the V1 Postgres-backed implementation of the observability rollups.Store interface. |
|
drivers/sqlite
Package sqlite is the SQLite-backed implementation of the observability-rollup `rollups.Store` interface — the durable, indexed sibling of the in-memory reference driver, built on `modernc.org/sqlite` (CGo-free; builds stay `CGO_ENABLED=0`).
|
Package sqlite is the SQLite-backed implementation of the observability-rollup `rollups.Store` interface — the durable, indexed sibling of the in-memory reference driver, built on `modernc.org/sqlite` (CGo-free; builds stay `CGO_ENABLED=0`). |
|
memstore
Package memstore is the indexed in-memory implementation of the rollups.Store interface — the reference driver every Store-backed consumer and the conformancetest suite exercise.
|
Package memstore is the indexed in-memory implementation of the rollups.Store interface — the reference driver every Store-backed consumer and the conformancetest suite exercise. |
|
projectorworker
Package projectorworker runs the observability-rollup projection as a runtime worker: it consumes the successfully-persisted canonical event stream (the events.ProjectionSource seam — the existing local durable sequence, never the live fan-out) and applies the supported measure deltas to a rollups.Store, advancing the durable watermark after every page.
|
Package projectorworker runs the observability-rollup projection as a runtime worker: it consumes the successfully-persisted canonical event stream (the events.ProjectionSource seam — the existing local durable sequence, never the live fan-out) and applies the supported measure deltas to a rollups.Store, advancing the durable watermark after every page. |
Click to show internal directories.
Click to hide internal directories.