eclipse / microprofile-metrics

microprofile-metrics
Apache License 2.0
100 stars 66 forks source link

Specify behavior of registration methods wrt passed metadata #544

Closed jmartisk closed 4 years ago

jmartisk commented 4 years ago

Fixes https://github.com/eclipse/microprofile-metrics/issues/234

jmartisk commented 4 years ago

I'm not sure if this should be considered a breaking change or not, while it basically tightens up some rules, I think they are only logical consequences of the existing spec. Implementations not following these rules could get into an inconsistent state. So I think this is not really breaking.

jmartisk commented 4 years ago

Rebased and fixed conflicts