VOOZH about

URL: https://www.nuget.org/packages/Simple.Service.Monitoring.UI.Extensions/

⇱ NuGet Gallery | Simple.Service.Monitoring.UI.Extensions 1.0.17




👁 Image
Simple.Service.Monitoring.UI.Extensions 1.0.17

dotnet add package Simple.Service.Monitoring.UI.Extensions --version 1.0.17
 
 
NuGet\Install-Package Simple.Service.Monitoring.UI.Extensions -Version 1.0.17
 
 
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.17" />
 
 
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.17" />
 
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.17
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Simple.Service.Monitoring.UI.Extensions, 1.0.17"
 
 
#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.17
 
 
#: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.17
 
Install as a Cake Addin
#tool nuget:?package=Simple.Service.Monitoring.UI.Extensions&version=1.0.17
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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 Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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.17 630 7/22/2025
1.0.16 594 7/22/2025
1.0.15 208 7/16/2025
1.0.14 199 7/14/2025
1.0.13 197 7/11/2025
1.0.11 188 7/4/2025
1.0.10 221 6/30/2025
1.0.9 217 6/30/2025
1.0.8 218 6/30/2025