This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
Releases: skbkontur/Metrics.NET
Releases · skbkontur/Metrics.NET
v1.0.28 - 2021.11.30
- Update System.Diagnostics.PerformanceCounter dependency to v6.0.0.
v1.0-release.4
Merge pull request #3 from skbkontur/structured-errors Make errors handling structured
v1.0.21 - 2021.03.10
- Update System.Diagnostics.PerformanceCounter dependency to v5.0.1.
v1.0.20 - 2020.08.03
- Fixed division by zero issue in WeightedSnapshot (PR #2 ).
v1.0.15 - 2019.11.13
- Use SourceLink to help ReSharper decompiler show actual code.
v1.0.12 - 2019.10.10
- Target .NET Standard 2.0 (PR #1).
- Remove ElasticSearch and InfluxDB reporters from the library.
- Remove
MetricsConfig.WithHttpEndpoint()
feature from the library. - Remove System.Configuration.ConfigurationManager dependency.
- Remove LibLog. Use
Metric.Config.WithErrorHandler((e, msg) => {...})
directly if you need to log Metrics.NET errors. - Migrate tests from xUnit to NUnit.
- Switch to SDK-style project format and dotnet core build tooling.
- Use Nerdbank.GitVersioning to automate generation of assembly and nuget package versions.