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