Itmo.Dev.Platform.Observability 1.2.214

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Itmo.Dev.Platform.Observability --version 1.2.214                
NuGet\Install-Package Itmo.Dev.Platform.Observability -Version 1.2.214                
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.2.214" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Itmo.Dev.Platform.Observability --version 1.2.214                
#r "nuget: Itmo.Dev.Platform.Observability, 1.2.214"                
#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 Itmo.Dev.Platform.Observability as a Cake Addin
#addin nuget:?package=Itmo.Dev.Platform.Observability&version=1.2.214

// Install Itmo.Dev.Platform.Observability as a Cake Tool
#tool nuget:?package=Itmo.Dev.Platform.Observability&version=1.2.214                

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
        }
      }
    }
  }
}
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. 
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.234 40 11/18/2024
1.4.230 56 10/31/2024
1.4.228 34 10/31/2024
1.4.226 41 10/31/2024
1.4.224 31 10/31/2024
1.4.220 37 10/31/2024
1.3.218 40 10/30/2024
1.3.216 38 10/30/2024
1.2.214 43 10/30/2024
1.2.212 47 10/30/2024
1.2.210 38 10/30/2024
1.2.208 39 10/30/2024
1.2.206 38 10/30/2024
1.2.204 40 10/29/2024
1.2.202 32 10/29/2024
1.1.196 37 10/29/2024
1.1.193 40 10/29/2024
1.1.190 44 10/26/2024
1.0.174 39 10/25/2024
1.0.133 41 10/25/2024
1.0.132 42 10/24/2024
1.0.131 66 10/24/2024
1.0.130 46 10/24/2024
1.0.129 46 10/24/2024
1.0.128 46 10/24/2024
1.0.127 50 10/23/2024
1.0.126 61 10/11/2024
1.0.125 46 10/11/2024
1.0.124 46 10/11/2024
1.0.123 53 10/11/2024
1.0.122 48 10/11/2024
1.0.121 56 10/11/2024
1.0.120 51 10/11/2024
1.0.119 57 10/11/2024
1.0.118 62 10/11/2024
1.0.117 59 10/10/2024
1.0.115 51 10/10/2024

Added serilog enrichers