Skip to content

Releases: prom-client-net/prom-client

v5.2.0

05 Jan 13:28
v5.2.0
580f8ac
Compare
Choose a tag to compare
  • Moved Create[Metric] from Extensions to MetricFactory (#212)

v5.1.0

11 Sep 15:15
c285221
Compare
Choose a tag to compare
  • Added debug info when type or label validation fails (#204)

v5.0.0

21 Aug 13:11
c3ddece
Compare
Choose a tag to compare
  • Normalized default metrics with backward compatible (#189)
  • Added Release method to IMetricFactory (#178)
  • Added CancellationToken to ScrapeHandler (#164)

Breaking changes:

  • Removed Obsolete methods (#140)

v4.5.3

20 Sep 11:59
v4.5.3
ad9ed71
Compare
Choose a tag to compare
  • Allowed empty string label

v4.5.2

14 Jul 16:08
v4.5.2
700d915
Compare
Choose a tag to compare
  • Fixed race condition on metrics creation

v4.5.1

12 Jul 05:43
v4.5.1
3a7b461
Compare
Choose a tag to compare
  • Fixed compatibility with extensions

v4.5.0

10 Jul 08:34
v4.5.0
675ae9a
Compare
Choose a tag to compare
  • Added metric prefix to default collectors (#142)

v4.4.0

11 Mar 05:40
v4.4.0
9901b07
Compare
Choose a tag to compare
  • Added IncTo() method to ICounter (#135)
  • Added IncTo() and DecTo() methods to IGauge (#135)

v4.3.0

29 Jan 06:44
v4.3.0
cc85720
Compare
Choose a tag to compare
  • Abstractions extracted into separate package and moved into root namespace #131
  • Minor performance improvements
  • Fix race condition in Summary #132

Breaking changes:

  • As abstraction were moved into root namespace need to remove using of Prometheus.Client.Abstarctions namespace in client code.
  • Removed support of netcoreapp2.2 target.

v4.2.0

29 Jan 06:42
v4.2.0
74cf8ed
Compare
Choose a tag to compare
  • Added methods to reset metric sample #119
  • Added method ti remove metric sample from a family #120
  • Fixed issue #122 that prevented to create metrics with 7-, 14-, etc labels.