swift-prometheus icon indicating copy to clipboard operation
swift-prometheus copied to clipboard

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

Open MrLotU opened this issue 2 years ago • 0 comments

Fixes #80 #77

Checklist

  • [x] The provided tests still run.
  • [x] I've created new tests where needed.
  • [x] I've updated the documentation if necessary.

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)

MrLotU avatar Dec 07 '22 12:12 MrLotU