Itmo.Dev.Platform.Observability 1.4.261

Prefix Reserved
dotnet add package Itmo.Dev.Platform.Observability --version 1.4.261
                    
NuGet\Install-Package Itmo.Dev.Platform.Observability -Version 1.4.261
                    
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="Itmo.Dev.Platform.Observability" Version="1.4.261" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Itmo.Dev.Platform.Observability" Version="1.4.261" />
                    
Directory.Packages.props
<PackageReference Include="Itmo.Dev.Platform.Observability" />
                    
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 Itmo.Dev.Platform.Observability --version 1.4.261
                    
#r "nuget: Itmo.Dev.Platform.Observability, 1.4.261"
                    
#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=Itmo.Dev.Platform.Observability&version=1.4.261
                    
Install Itmo.Dev.Platform.Observability as a Cake Addin
#tool nuget:?package=Itmo.Dev.Platform.Observability&version=1.4.261
                    
Install Itmo.Dev.Platform.Observability as a Cake Tool

Itmo.Dev.Platform.Observability

Usage

Call AddPlatformObservability extension method on your WebApplicationBuilder.

Configuration

Tracing

{
  "Platform": {
    "Observability": {
      "Tracing": {
        "IsEnabled": bool,
        "Sources": [
          string
        ]
      }
    }
  }
}

Metrics

{
  "Platform": {
    "Observability": {
      "Metrics": {
        "IsEnabled": bool
      }
    }
  }
}

Logging

{
  "Platform": {
    "Observability": {
      "Logging": {
        "Serilog": {
          // Your serilog configuration
        }
      }
    }
  }
}

Sentry

{
  "Platform": {
    "Observability": {
      "Sentry": {
        "IsEnabled": bool
        "Configuration": {
          // Your Sentry configuration
        }
      }
    }
  }
}

Health checks

{
  "Platform": {
    "Observability": {
      "HealthChecks": {
        "IsEnabled": bool,
        "StartupCheckUri": string,
        "ReadinessCheckUri": string,
        "LivenessCheckUri": string
      }
    }
  }
}
field default value
StartupCheckUri /health/startup
ReadinessCheckUri /health/readyz
LivenessCheckUri /health/livez
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. 
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.4.261 113 2 months ago
1.4.259 81 2 months ago
1.4.255 106 2 months ago
1.4.251 82 3 months ago
1.4.234 571 5 months ago
1.4.230 154 6 months ago
1.4.228 57 6 months ago
1.4.226 66 6 months ago
1.4.224 53 6 months ago
1.4.220 61 6 months ago
1.3.218 67 6 months ago
1.3.216 63 6 months ago
1.2.214 72 6 months ago
1.2.212 73 6 months ago
1.2.210 61 6 months ago
1.2.208 67 6 months ago
1.2.206 62 6 months ago
1.2.204 78 6 months ago
1.2.202 53 6 months ago
1.1.196 58 6 months ago
1.1.193 59 6 months ago
1.1.190 63 6 months ago
1.0.174 59 6 months ago
1.0.133 60 6 months ago
1.0.132 63 6 months ago
1.0.131 124 6 months ago
1.0.130 68 6 months ago
1.0.129 66 6 months ago
1.0.128 67 6 months ago
1.0.127 72 6 months ago
1.0.126 80 6 months ago
1.0.125 68 6 months ago
1.0.124 66 6 months ago
1.0.123 71 6 months ago
1.0.122 67 6 months ago
1.0.121 75 6 months ago
1.0.120 73 6 months ago
1.0.119 76 6 months ago
1.0.118 86 6 months ago
1.0.117 76 6 months ago
1.0.115 76 6 months ago

Added HealthChecks logging override; changed HealthChecks default uri's;