Spiffy.Monitoring
6.0.5
See the version list below for details.
dotnet add package Spiffy.Monitoring --version 6.0.5
NuGet\Install-Package Spiffy.Monitoring -Version 6.0.5
<PackageReference Include="Spiffy.Monitoring" Version="6.0.5" />
paket add Spiffy.Monitoring --version 6.0.5
#r "nuget: Spiffy.Monitoring, 6.0.5"
// Install Spiffy.Monitoring as a Cake Addin #addin nuget:?package=Spiffy.Monitoring&version=6.0.5 // Install Spiffy.Monitoring as a Cake Tool #tool nuget:?package=Spiffy.Monitoring&version=6.0.5
A monitoring framework for .NET that supports IoC and modern targets, e.g. Splunk
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- System.Diagnostics.StackTrace (>= 4.3.0)
- System.Diagnostics.TraceSource (>= 4.3.0)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Spiffy.Monitoring:
Package | Downloads |
---|---|
ConsulRx
A library for consuming consul values in a continuous stream using the Reactive Extensions |
|
Spiffy.Monitoring.NLog
The NLog adapter for Spiffy.Monitoring |
|
Spiffy.Monitoring.Prometheus
The Prometheus provider for Spiffy.Monitoring |
|
Spiffy.Monitoring.Aws
AWS provider for Spiffy.Monitoring |
|
Assurance
A library to boost confidence when making code changes |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.3.1 | 1,027 | 1/3/2024 |
6.3.0 | 321 | 10/20/2023 |
6.2.6 | 2,853 | 6/12/2023 |
6.2.5 | 541 | 5/10/2023 |
6.2.4 | 426 | 4/27/2023 |
6.2.3 | 1,232 | 1/18/2023 |
6.2.2 | 1,427 | 1/6/2023 |
6.2.1 | 347 | 1/6/2023 |
6.2.0 | 666 | 5/2/2022 |
6.1.0 | 3,923 | 11/2/2021 |
6.0.8 | 2,154 | 8/9/2021 |
6.0.7 | 757 | 6/15/2021 |
6.0.6 | 821 | 11/12/2020 |
6.0.5 | 570 | 11/10/2020 |
6.0.3 | 679 | 10/30/2020 |
5.2.0 | 1,042 | 10/18/2019 |
5.1.2 | 6,031 | 11/12/2018 |
5.1.1 | 2,485 | 10/19/2018 |
5.1.0 | 11,184 | 1/15/2018 |
5.0.0 | 1,521 | 10/25/2017 |
4.0.5 | 12,509 | 7/5/2017 |
4.0.4 | 1,247 | 6/25/2017 |
4.0.3 | 1,318 | 6/20/2017 |
4.0.2 | 1,887 | 5/23/2017 |
4.0.1 | 2,057 | 4/16/2017 |
3.1.0 | 2,207 | 1/26/2017 |
3.0.0 | 4,305 | 7/27/2016 |
2.0.1 | 1,518 | 6/17/2015 |
2.0.0 | 2,072 | 4/30/2015 |
1.2.0 | 1,687 | 4/6/2015 |
1.1.0 | 1,692 | 3/17/2015 |
1.0.0 | 1,851 | 6/12/2014 |
Breaking changes:
- Drop support for legacy .NET framework (net40)
- Require netstandard >= 2.0
- Custom logging signature now receives LogEvent rather than a raw string
- Unify configuration API across built in and custom providers
New features:
- Splunk provider
- Prometheus provider
- Introduce ITimedContext in order to extend timing blocks (e.g. intercept the elapsed duration)