service-fabric-observer

(โ˜… 107)

Highly configurable, extensible and performant Service Fabric watchdog service that, out of the box, monitors a broad range of physical machine resources that tend to be very important to Service Fabric services and maps these metrics to SF entities. It targets both Windows and Linux SF clusters.

  • .editorconfig
  • .gitattributes
  • .gitignore
  • Build-ClusterObserver.ps1
  • Build-CONugetPackages.ps1
  • Build-COSFPkgs.ps1
  • Build-FabricObserver.ps1
  • Build-FabricObserverDebug.ps1
  • Build-FabricObserverWebApi.ps1
  • Build-FOExtensibility.ps1
  • Build-FOExtensibilityNupkg.ps1
  • Build-FOWNugetPackages.ps1
  • Build-FOWSFPkgs.ps1
  • Build-NugetPackages.ps1
  • Build-SFPkgs.ps1
  • ClusterObserver.nuspec.template
  • CODEOWNERS
  • CONTRIBUTING.md
  • conuget.md
  • FabricObserver.Extensibility.nuspec.template
  • FabricObserver.nuspec.template
  • FabricObserver.sln
  • FabricObserverWebApi.nuspec.template
  • FOAzurePipeline.yaml
  • foextlib.md
  • fonuget.md
  • icon.png
  • LICENSE
  • NOTICE.md
  • NuGet.config
  • README.md
  • SECURITY.md

# Installation Guide

1. Get the code
git clone https://github.com/microsoft/service-fabric-observer

Downloads the entire project code from GitHub to your computer.

cd service-fabric-observer

Moves into the project folder you just downloaded.

2. .NET

Medium Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • .NET SDK The SDK required for the dotnet command.
2. Install [.NET 8](https://dotnet.microsoft.com/download/dotnet-core/8.0)

Type this command into your terminal and run it.

โœ… After dotnet run, check the message or address shown in the terminal.

Pulled directly from this repo's README.

// repository documentation