Prometheus.Client v4.2.0 Release Notes

Release Date: 2020-10-23 // about 4 years ago
    • โž• 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.

Previous changes from v4.1.0

  • ๐Ÿ’ฅ Breaking change:

    • Removed suppressEmptySamples parameter from all metric creation methods, as the use case can be handled internally without explicit parameter.