swift-server / swift-prometheus

Prometheus client library for Swift
https://swiftpackageindex.com/swift-server/swift-prometheus
Apache License 2.0
142 stars 30 forks source link

Fix behaviour for all metric types when only calls with labels are made #81

Open MrLotU opened 1 year ago

MrLotU commented 1 year ago

Fixes #80 #77

Checklist

Fixes an internal inconsistency where recording to a summary or histogram with labels would overflow into their main (no labels) versions too. (#77)

Also removes "empty" reports of metrics (#80)