Skip to content

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.

  • Engine:Observability:DependencyHealth:Postgres configuration binding
  • connection-string or discrete host/database probe settings for Postgres endpoints
  • lightweight SELECT 1-style health-query execution through Npgsql
  • reusable IDependencyHealthContributor integration for Postgres-backed readiness and diagnostics
  • Configuration/PostgresDependencyDefinition.cs
  • Configuration/PostgresDependencyHealthOptions.cs
  • Hosting/PostgresDependencyHealthServiceCollectionExtensions.cs
  • Services/PostgresDependencyHealthProbeHostedService.cs
  • Configuration
  • Hosting
  • Services

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.