Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Releases: skbkontur/Metrics.NET

v1.0.28 - 2021.11.30

30 Nov 12:48
Compare
Choose a tag to compare
  • Update System.Diagnostics.PerformanceCounter dependency to v6.0.0.

v1.0-release.4

26 Mar 04:49
8fb52ba
Compare
Choose a tag to compare
Merge pull request #3 from skbkontur/structured-errors

Make errors handling structured

v1.0.21 - 2021.03.10

10 Mar 07:42
Compare
Choose a tag to compare
  • Update System.Diagnostics.PerformanceCounter dependency to v5.0.1.

v1.0.20 - 2020.08.03

03 Aug 08:00
Compare
Choose a tag to compare
  • Fixed division by zero issue in WeightedSnapshot (PR #2 ).

v1.0.15 - 2019.11.13

13 Nov 13:38
Compare
Choose a tag to compare
  • Use SourceLink to help ReSharper decompiler show actual code.

v1.0.12 - 2019.10.10

10 Oct 13:06
a87b4d6
Compare
Choose a tag to compare
  • 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.