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

Releases: skbkontur/Metrics.NET

v1.0.28 - 2021.11.30

Choose a tag to compare

@AndrewKostousov AndrewKostousov released this 30 Nov 12:48
  • Update System.Diagnostics.PerformanceCounter dependency to v6.0.0.

v1.0-release.4

Choose a tag to compare

@AndrewKostousov AndrewKostousov released this 26 Mar 04:49
8fb52ba
Merge pull request #3 from skbkontur/structured-errors

Make errors handling structured

v1.0.21 - 2021.03.10

Choose a tag to compare

@AndrewKostousov AndrewKostousov released this 10 Mar 07:42
  • Update System.Diagnostics.PerformanceCounter dependency to v5.0.1.

v1.0.20 - 2020.08.03

Choose a tag to compare

@AndrewKostousov AndrewKostousov released this 03 Aug 08:00
  • Fixed division by zero issue in WeightedSnapshot (PR #2 ).

v1.0.15 - 2019.11.13

Choose a tag to compare

@AndrewKostousov AndrewKostousov released this 13 Nov 13:38
  • Use SourceLink to help ReSharper decompiler show actual code.

v1.0.12 - 2019.10.10

Choose a tag to compare

@AndrewKostousov AndrewKostousov released this 10 Oct 13:06
a87b4d6
  • 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.