eclipse/microprofile-metrics

Fix optional Base Metrics TCK test where `gc.time` is checked as a counter when it should be gauge.

Channyboy opened this issue · 1 comments

The MP Metrics 5.x TCK optional base metrics TCK at https://github.com/eclipse/microprofile-metrics/blob/main/tck/optional/src/main/java/org/eclipse/microprofile/metrics/test/optional/MPMetricBaseMetricsTest.java#L315
is checking gc.time as a counter with an appending _total. The gc.time is a gauge.

The test is checking for gc_time_seconds_total when it should be gc_time_seconds.

5.0.2 -> #788
5.1.1 -> #787