Mammoth.BigBrother.Monitoring.Endpoint 0.6.1

dotnet add package Mammoth.BigBrother.Monitoring.Endpoint --version 0.6.1                
NuGet\Install-Package Mammoth.BigBrother.Monitoring.Endpoint -Version 0.6.1                
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="Mammoth.BigBrother.Monitoring.Endpoint" Version="0.6.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mammoth.BigBrother.Monitoring.Endpoint --version 0.6.1                
#r "nuget: Mammoth.BigBrother.Monitoring.Endpoint, 0.6.1"                
#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.
// Install Mammoth.BigBrother.Monitoring.Endpoint as a Cake Addin
#addin nuget:?package=Mammoth.BigBrother.Monitoring.Endpoint&version=0.6.1

// Install Mammoth.BigBrother.Monitoring.Endpoint as a Cake Tool
#tool nuget:?package=Mammoth.BigBrother.Monitoring.Endpoint&version=0.6.1                

Introduction

An Application Dashboard and Probes that can be injected into you main code to gather some metrics.

Some gauges and probes are specifically designed to work with and inspect Actors Frameworks.

Warning

The project is in a very early stage of development, it's highly unstable and needs a lot of cleanup and it's absolutely not Production Ready.

USE IT AT YOUR OWN RISK.

Run the application with the demo project

Steps to follow to run the application in develop mode:

1- Open up the UI project in VSCode .\src\Mammoth.BigBrother.Ui\Ui).

2- Compile the application with: npm run buildwatch.

3- Compile and run the C# UI Host application (Mammoth.BigBrother.Ui) and the demo app (Frontend).

Publish the Applications

Each project will build its very own NuGet package to be deployed.

To build the front-end application:

1- Compile the Angular application in production mode: ng build --prod

2- Publish the Web Application.

Information / Port Mappings

localhost:5001 - BigBrother UI localhost:5002 - Frontend net472 localhost:5005 - Frontend net7.0

debugging / running locally in non admin mode

To debug or run the test application locally in non-admin mode you need to grant permissions to the URLs involved:

netsh http add urlacl url=http://+:80/MyUri user=DOMAIN\user

like so:

netsh http add urlacl url=http://+:5001 user=DOMAIN\user
netsh http add urlacl url=http://+:5002 user=DOMAIN\user
netsh http add urlacl url=http://+:5003 user=DOMAIN\user
netsh http add urlacl url=http://+:5004 user=DOMAIN\user
netsh http add urlacl url=http://+:5005 user=DOMAIN\user

if you have already reserved URLs the you first need to delete them:

netsh http delete urlacl url=http://+:80/MyUri
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. 
.NET Framework net472 is compatible.  net48 was computed.  net481 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
0.6.1 115 8/14/2024
0.5.0 229 12/11/2023
0.4.0 244 3/9/2023
0.3.2 386 5/3/2021