FGutierrez.Core.Observability.Abstractions
1.0.0
dotnet add package FGutierrez.Core.Observability.Abstractions --version 1.0.0
NuGet\Install-Package FGutierrez.Core.Observability.Abstractions -Version 1.0.0
<PackageReference Include="FGutierrez.Core.Observability.Abstractions" Version="1.0.0" />
<PackageVersion Include="FGutierrez.Core.Observability.Abstractions" Version="1.0.0" />
<PackageReference Include="FGutierrez.Core.Observability.Abstractions" />
paket add FGutierrez.Core.Observability.Abstractions --version 1.0.0
#r "nuget: FGutierrez.Core.Observability.Abstractions, 1.0.0"
#:package FGutierrez.Core.Observability.Abstractions@1.0.0
#addin nuget:?package=FGutierrez.Core.Observability.Abstractions&version=1.0.0
#tool nuget:?package=FGutierrez.Core.Observability.Abstractions&version=1.0.0
Core.Observability.Abstractions
Core.Observability.Abstractions is the modular observability core for the CoreSystem ecosystem. It provides the base contracts required to implement health checks and telemetry (OpenTelemetry) in a decoupled manner within .NET 8.0 applications.
🚀 Purpose
This project eliminates the need to couple monitoring logic with business logic. Through the use of contribution interfaces, any module can define its own metrics, traces, and health checks, which are then automatically discovered and registered by the Core.Observability engine.
📦 Architecture
The system is built on an assembly-discovery pattern, allowing seamless integration across distributed modules.
🛠 Main Interfaces
1. IHealthCheckContributor
Allows modules to register their own health verification checks.
Responsibilities:
- Define health checks specific to a module.
- Register health check implementations in a centralized manner.
- Enable automatic discovery and registration by the observability engine.
Example use cases:
- Database connectivity validation.
- External API availability checks.
- Message broker health verification.
- Cache service status monitoring.
public interface IHealthCheckContributor
{
void Configure(IHealthChecksBuilder builder);
}
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net8.0
NuGet packages (2)
Showing the top 2 NuGet packages that depend on FGutierrez.Core.Observability.Abstractions:
| Package | Downloads |
|---|---|
|
FGutierrez.Core.Observability
Standardized observability for .NET 8 Cloud-Native apps with OpenTelemetry and Serilog. |
|
|
FGutierrez.Core.DistributedCache
Distributed cache abstraction for .NET 8 supporting Redis and In-Memory providers, with native OpenTelemetry integration. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.0 | 241 | 6/19/2026 |