eclipse / microprofile-metrics

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

TCK: add micrometer section to TCK #670

Closed donbourne closed 1 year ago

donbourne commented 2 years ago

A micrometer section of the TCK should test:

Note that the micrometer section should be in addition to the common section of the TCK. The common section of the TCK can be assumed to already be testing things that all implementations are expected to do.

donbourne commented 1 year ago

rather than build tests specifically for micrometer, plan is to have tests that work for both an existing impl's prometheus output and for micrometer's PrometheusMeterRegistry.scrape output as described in #693