eclipse / microprofile-metrics

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

Change from _app and _scope to mp_app and mp_scope #717

Closed Channyboy closed 1 year ago

Channyboy commented 1 year ago

Depends on the following to be merged first. https://github.com/eclipse/microprofile-metrics/pull/707 *^This PR is based off of this as it needs to change text that was added in #707 and https://github.com/eclipse/microprofile-metrics/pull/709

Depends on #709 first before TCKs can be updated.

DRAFT as there still requires changed in TCK.

Fixes #705 (^branch erroneously named as 700 )

REST TCKs in #709 are more explicit in checking Prometheus output in that there are more tests now. Those tests check for the previous scope/_scope tag which will now be changed to mp_scope.

Channyboy commented 1 year ago

@jgallimore @donbourne @tjquinno Updated with TCK updates