Prometheus.Client v4.2.0 Release Notes

Release Date: 2020-10-23 // over 3 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.