Simple.Service.Monitoring.UI.Extensions 1.0.14

dotnet add package Simple.Service.Monitoring.UI.Extensions --version 1.0.14
                    
NuGet\Install-Package Simple.Service.Monitoring.UI.Extensions -Version 1.0.14
                    
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="Simple.Service.Monitoring.UI.Extensions" Version="1.0.14" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Simple.Service.Monitoring.UI.Extensions" Version="1.0.14" />
                    
Directory.Packages.props
<PackageReference Include="Simple.Service.Monitoring.UI.Extensions" />
                    
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 Simple.Service.Monitoring.UI.Extensions --version 1.0.14
                    
#r "nuget: Simple.Service.Monitoring.UI.Extensions, 1.0.14"
                    
#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.
#:package Simple.Service.Monitoring.UI.Extensions@1.0.14
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Simple.Service.Monitoring.UI.Extensions&version=1.0.14
                    
Install as a Cake Addin
#tool nuget:?package=Simple.Service.Monitoring.UI.Extensions&version=1.0.14
                    
Install as a Cake Tool

Simple Service Monitoring UI Extensions

Real-time monitoring dashboard UI extensions for the Simple Service Monitoring library. This package provides a web-based interface for monitoring the health and performance of your .NET services.

Features

  • Real-time monitoring dashboard for service health metrics
  • SignalR-based live updates for instant feedback
  • Embedded static assets with optimized caching
  • Seamless integration with ASP.NET Core applications
  • Compatible with .NET 8 and .NET Standard 2.1 projects

Installation

Install the package via NuGet:

dotnet add package Simple.Service.Monitoring.UI.Extensions

Usage

Step 1: Configure Services

In your Program.cs or Startup.cs:

// Add service monitoring with UI extensions
builder.Services.AddServiceMonitoring()
	.WithStandardMetrics()
	.WithServiceMonitoringUi(builder.Services);

Step 2: Configure the Application

In the middleware pipeline configuration:

// Add the monitoring UI middleware
app.UseServiceMonitoringUi();

Access the Dashboard

Once configured, access the monitoring dashboard at:

https://your-application-url/MonitoringDashboard

The dashboard provides real-time insights into your service's health, performance metrics, and operational status.

API Reference

WithServiceMonitoringUi

IServiceMonitoringBuilder WithServiceMonitoringUi(IServiceCollection services)

Registers UI-related services including SignalR and the monitoring data service.

UseServiceMonitoringUi

IApplicationBuilder UseServiceMonitoringUi(this IApplicationBuilder app)

Sets up static file handling with appropriate caching for UI assets and configures the necessary endpoints for the monitoring dashboard.

Product 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. 
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.0.14 5 7/14/2025
1.0.13 81 7/11/2025
1.0.11 95 7/4/2025
1.0.10 128 6/30/2025
1.0.9 127 6/30/2025
1.0.8 131 6/30/2025