Skip to content

Releases: djluck/prometheus-net.DotNetRuntime

4.4.1

27 Sep 20:52
ccafba9
Compare
Choose a tag to compare

4.4.0

14 Nov 10:46
8c282ae
Compare
Choose a tag to compare
  • Allow recycling on .NET 6.0
  • Recycling remains defaulted to disabled on .NET 6.0
  • Updated README with explanation of recycling

4.3.0

16 Oct 07:30
4f04cfe
Compare
Choose a tag to compare
  • Added a .net 6.0 targeted version of the package

4.2.4

30 May 08:34
463391b
Compare
Choose a tag to compare

4.2.3

01 Feb 10:46
bf760ca
Compare
Choose a tag to compare
  • Fixing a bug that meant custom histogram buckets couldn't be provided to the GC event collector: #66

Fixing bug in runtime event counter metrics

16 Oct 03:40
1ca6b88
Compare
Choose a tag to compare

4.2.1

31 Aug 19:45
747138a
Compare
Choose a tag to compare

Fixed #60.

4.2.0

29 Aug 04:41
13ae303
Compare
Choose a tag to compare
  • Adds ability to track basic socket-level statistics via event counters
  • Fixes issue that required too high version of Microsoft.Extensions.DependencyInjection

For more info, see:

Adding support for runtime-specific events + counters

09 May 04:29
84e0b37
Compare
Choose a tag to compare

Summary

As new counter and event sources are added to .NET, this library needed a mechanism to determine what events and counters are available for a given runtime version. This version defines a mechanism for describing the minimum required .NET runtime version in order to use a set of events or counters.

New features

  • Added JIT-specific counters when running on .net50

v4.0.1

08 May 01:32
7ef1d94
Compare
Choose a tag to compare

Fixes