![]() |
VOOZH | about |
dotnet add package Itmo.Dev.Platform.Observability --version 1.4.388
NuGet\Install-Package Itmo.Dev.Platform.Observability -Version 1.4.388
<PackageReference Include="Itmo.Dev.Platform.Observability" Version="1.4.388" />
<PackageVersion Include="Itmo.Dev.Platform.Observability" Version="1.4.388" />Directory.Packages.props
<PackageReference Include="Itmo.Dev.Platform.Observability" />Project file
paket add Itmo.Dev.Platform.Observability --version 1.4.388
#r "nuget: Itmo.Dev.Platform.Observability, 1.4.388"
#:package Itmo.Dev.Platform.Observability@1.4.388
#addin nuget:?package=Itmo.Dev.Platform.Observability&version=1.4.388Install as a Cake Addin
#tool nuget:?package=Itmo.Dev.Platform.Observability&version=1.4.388Install as a Cake Tool
Call AddPlatformObservability extension method on your WebApplicationBuilder.
{
"Platform": {
"Observability": {
"Tracing": {
"IsEnabled": bool,
"Sources": [
string
]
}
}
}
}
{
"Platform": {
"Observability": {
"Metrics": {
"IsEnabled": bool
}
}
}
}
{
"Platform": {
"Observability": {
"Logging": {
"Serilog": {
// Your serilog configuration
}
}
}
}
}
{
"Platform": {
"Observability": {
"Sentry": {
"IsEnabled": bool
"Configuration": {
// Your Sentry configuration
}
}
}
}
}
{
"Platform": {
"Observability": {
"HealthChecks": {
"IsEnabled": bool,
"StartupCheckUri": string,
"ReadinessCheckUri": string,
"LivenessCheckUri": string
}
}
}
}
| field | default value |
|---|---|
| StartupCheckUri | /health/startup |
| ReadinessCheckUri | /health/readyz |
| LivenessCheckUri | /health/livez |
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 net10.0 is compatible. 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. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.4.388 | 132 | 4/27/2026 |
| 1.4.386 | 63 | 4/27/2026 |
| 1.4.384 | 80 | 4/11/2026 |
| 1.4.364 | 138 | 3/11/2026 |
| 1.4.362 | 80 | 3/11/2026 |
| 1.4.356 | 87 | 3/2/2026 |
| 1.4.354 | 73 | 2/28/2026 |
| 1.4.352 | 82 | 2/28/2026 |
| 1.4.350 | 77 | 2/28/2026 |
| 1.4.348 | 74 | 2/28/2026 |
| 1.4.346 | 77 | 2/23/2026 |
| 1.4.344 | 70 | 2/23/2026 |
| 1.4.342 | 71 | 2/23/2026 |
| 1.4.340 | 73 | 2/22/2026 |
| 1.4.338 | 74 | 2/22/2026 |
| 1.4.336 | 75 | 2/21/2026 |
| 1.4.334 | 76 | 2/14/2026 |
| 1.4.332 | 70 | 2/14/2026 |
| 1.4.330 | 75 | 2/14/2026 |
| 1.4.328 | 74 | 2/14/2026 |
Added HealthChecks logging override; changed HealthChecks default uri's;