Cephalon.Observability.SqlServerDependencies
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Maturity:
M0· Ownership: taxonomy-only · Family:observability· See audit, matrix.
Cephalon.Observability.SqlServerDependencies adds a supported SQL Server and Azure SQL dependency-health path for Cephalon hosts.
What it owns
Section titled “What it owns”Engine:Observability:DependencyHealth:SqlServerconfiguration binding- connection-string or discrete host/database probe settings for SQL Server and Azure SQL endpoints
- lightweight
SELECT 1-style health-query execution throughMicrosoft.Data.SqlClient - reusable
IDependencyHealthContributorintegration for SQL-backed readiness and diagnostics
Main surfaces
Section titled “Main surfaces”Configuration/SqlServerDependencyDefinition.csConfiguration/SqlServerDependencyHealthOptions.csHosting/SqlServerDependencyHealthServiceCollectionExtensions.csServices/SqlServerDependencyHealthProbeHostedService.cs
Source structure
Section titled “Source structure”ConfigurationHostingServices
How it fits
Section titled “How it fits”This package keeps SQL Server-specific connection handling out of Cephalon.Engine while still feeding the existing dependency-health contract. Hosts can opt into it when they need managed SQL readiness to surface through /engine/dependencies, /health/live, /health/ready, and /engine/diagnostics without re-implementing connection-string parsing, encryption-mode selection, or health-query loops per host. When active, it also publishes its probe event ids through the shared runtime diagnostics catalog.