Cephalon.Observability.PostgresDependencies
Maturity:
M0· Ownership: taxonomy-only · Family:observability· See audit, matrix.
Cephalon.Observability.PostgresDependencies adds a supported Postgres dependency-health path for Cephalon hosts.
What it owns
Section titled “What it owns”Engine:Observability:DependencyHealth:Postgresconfiguration binding- connection-string or discrete host/database probe settings for Postgres endpoints
- lightweight
SELECT 1-style health-query execution throughNpgsql - reusable
IDependencyHealthContributorintegration for Postgres-backed readiness and diagnostics
Main surfaces
Section titled “Main surfaces”Configuration/PostgresDependencyDefinition.csConfiguration/PostgresDependencyHealthOptions.csHosting/PostgresDependencyHealthServiceCollectionExtensions.csServices/PostgresDependencyHealthProbeHostedService.cs
Source structure
Section titled “Source structure”ConfigurationHostingServices
How it fits
Section titled “How it fits”This package keeps Postgres-specific connection handling out of Cephalon.Engine while still feeding the existing dependency-health contract. Hosts can opt into it when they need managed database readiness to surface through /engine/dependencies, /health/live, /health/ready, and /engine/diagnostics without re-implementing connection-string parsing, SSL-mode handling, or health-query loops per host. When active, it also publishes its probe event ids through the shared runtime diagnostics catalog.