ForgeFusion.Core.Monitor 1.2.0-beta

This is a prerelease version of ForgeFusion.Core.Monitor.
dotnet add package ForgeFusion.Core.Monitor --version 1.2.0-beta
                    
NuGet\Install-Package ForgeFusion.Core.Monitor -Version 1.2.0-beta
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ForgeFusion.Core.Monitor" Version="1.2.0-beta" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="ForgeFusion.Core.Monitor" Version="1.2.0-beta" />
                    
Directory.Packages.props
<PackageReference Include="ForgeFusion.Core.Monitor" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add ForgeFusion.Core.Monitor --version 1.2.0-beta
                    
#r "nuget: ForgeFusion.Core.Monitor, 1.2.0-beta"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=ForgeFusion.Core.Monitor&version=1.2.0-beta&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=ForgeFusion.Core.Monitor&version=1.2.0-beta&prerelease
                    
Install as a Cake Tool

ForgeFusion.Monitor

ForgeFusion.Monitor is a .NET 9 library providing advanced monitoring, health checks, and metrics collection for ASP.NET Core applications. It integrates with App.Metrics, HealthChecks, and MiniProfiler to deliver a comprehensive monitoring solution for modern distributed systems.

Features

  • Health Checks: Built-in checks for CPU, disk, memory, SQL Server, and custom endpoints.
  • HealthChecks UI: Visual dashboard for monitoring health status, with customizable themes and webhook notifications.
  • Metrics Collection: App.Metrics integration for InfluxDB, Prometheus, Graphite, and JSON output.
  • MiniProfiler Integration: SQL Server-backed profiling for performance diagnostics.
  • Customizable: Easily extend health checks and metrics to fit your application's needs.
  • Configuration: Flexible configuration via appsettings and dependency injection.

Getting Started

  1. Install the library (add reference to your project).
  2. Configure services in your Startup.cs or Program:
services.ConfigureMonitoring(Configuration);
  1. Use middleware in your app:
app.UseMonitoring(options);
  1. Configure health checks and metrics in your appsettings.json under the Monitoring section.

Main Classes

  • ServiceCollectionExts: Extension methods to configure profiling, health checks, and metrics.
  • ApplicationBuilderExts: Middleware setup for monitoring and UI.
  • Defaults: Centralized constants and configuration defaults.
  • MonitorConfig: Strongly-typed configuration for monitoring options.

Requirements

  • .NET 9.0+
  • SQL Server (for MiniProfiler and HealthChecks UI storage, optional)

License

See repository for license details.

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2.0-beta 110 6/29/2025
1.1.0-beta 161 4/27/2025