Itmo.Dev.Platform.Observability
1.4.342
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Itmo.Dev.Platform.Observability --version 1.4.342
NuGet\Install-Package Itmo.Dev.Platform.Observability -Version 1.4.342
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.342" />
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.342" />
<PackageReference Include="Itmo.Dev.Platform.Observability" />
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.342
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Itmo.Dev.Platform.Observability, 1.4.342"
#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 Itmo.Dev.Platform.Observability@1.4.342
#: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=Itmo.Dev.Platform.Observability&version=1.4.342
#tool nuget:?package=Itmo.Dev.Platform.Observability&version=1.4.342
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 is compatible. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- Itmo.Dev.Platform.Common (>= 1.3.334)
- Npgsql.OpenTelemetry (>= 9.0.4)
- OpenTelemetry.Exporter.Prometheus.AspNetCore (>= 1.8.0-rc.1)
- OpenTelemetry.Extensions.Hosting (>= 1.13.1)
- OpenTelemetry.Instrumentation.AspNetCore (>= 1.12.0)
- OpenTelemetry.Instrumentation.GrpcCore (>= 1.0.0-beta.7)
- OpenTelemetry.Instrumentation.GrpcNetClient (>= 1.13.0-beta.1)
- OpenTelemetry.Instrumentation.Http (>= 1.12.0)
- OpenTelemetry.Instrumentation.Runtime (>= 1.12.0)
- Sentry.AspNetCore (>= 5.16.0)
- Sentry.AspNetCore.Grpc (>= 5.16.0)
- Sentry.OpenTelemetry (>= 5.16.0)
- Sentry.Serilog (>= 5.16.0)
- Serilog (>= 4.3.0)
- Serilog.AspNetCore (>= 9.0.0)
- Serilog.Enrichers.ActivityTags (>= 0.2.0)
- Serilog.Exceptions (>= 8.4.0)
- Serilog.Settings.Configuration (>= 9.0.0)
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.346 | 37 | 2/23/2026 |
| 1.4.344 | 38 | 2/23/2026 |
| 1.4.342 | 36 | 2/23/2026 |
| 1.4.340 | 38 | 2/22/2026 |
| 1.4.338 | 38 | 2/22/2026 |
| 1.4.336 | 37 | 2/21/2026 |
| 1.4.334 | 48 | 2/14/2026 |
| 1.4.332 | 43 | 2/14/2026 |
| 1.4.330 | 43 | 2/14/2026 |
| 1.4.328 | 45 | 2/14/2026 |
| 1.4.326 | 216 | 12/23/2025 |
| 1.4.324 | 122 | 12/13/2025 |
| 1.4.322 | 370 | 11/17/2025 |
| 1.4.318 | 122 | 11/16/2025 |
| 1.4.316 | 142 | 10/25/2025 |
| 1.4.312 | 206 | 10/16/2025 |
| 1.4.308 | 166 | 10/9/2025 |
| 1.4.302 | 165 | 10/9/2025 |
| 1.4.298 | 149 | 10/5/2025 |
| 1.4.296 | 147 | 10/5/2025 |
Loading failed
Added HealthChecks logging override; changed HealthChecks default uri's;