Cephalon.Observability.MemcachedDependencies
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Maturity:
M0· Ownership: taxonomy-only · Family:observability· See audit, matrix.
Cephalon.Observability.MemcachedDependencies adds a supported Memcached dependency-health path for Cephalon hosts.
What it owns
Section titled “What it owns”- configuration binding for
Engine:Observability:DependencyHealth:Memcached - background refresh of configured Memcached dependency probes
- Memcached text-protocol version probes over TCP
IDependencyHealthContributorregistration over cached probe results so runtime health stays introspectable
Main surfaces
Section titled “Main surfaces”Configuration/MemcachedDependencyDefinition.csConfiguration/MemcachedDependencyHealthOptions.csHosting/MemcachedDependencyHealthServiceCollectionExtensions.csServices/MemcachedDependencyHealthProbeHostedService.cs
Source structure
Section titled “Source structure”ConfigurationHostingServices
How it fits
Section titled “How it fits”This package keeps Memcached-specific socket probing out of Cephalon.Engine while still feeding the existing dependency-health contract. Hosts can opt into it when they need Memcached-backed cache readiness to surface through /engine/dependencies, /health/live, /health/ready, and /engine/diagnostics without re-implementing probe loops or version checks per host. When active, it also publishes its probe event ids through the shared runtime diagnostics catalog.