eclipse/microprofile-metrics

modify Snapshot to work with Micrometer

donbourne opened this issue · 1 comments

MP Metrics Snapshot class needs to map to apis of possible implementers, such as Micrometer. To that end we need to:

  • remove getMedian
  • remove getMin
  • remove getStdDev

Need to remove getValues() as well