Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes and Misc changes to Micrometer branch #505

Merged
merged 8 commits into from
Jun 28, 2022

Conversation

Channyboy
Copy link
Contributor

@Channyboy Channyboy commented Jun 20, 2022

  • Use 5.0.0-SNAPSHOT for version
  • Use MP Metrics 5.0.0-SNAPSHOT, see Reduced API  microprofile/microprofile-metrics#664
    • Remove references to removed metrics
  • Fix Missing ThreadLocal usage for Gauges (ThreadLocal used w/ MeterFilter)
  • Fix MetricsMetadata appending scope tag (not needed as its appended to meter on micrometer level w/ filter)
  • quantiles/percentiles (to be configurable) to Timer and Histogram (DistributionSummary)
  • Fix including mp.metrics.appName into MetricID passed to MemberMetricMapping metric maps (probably remove this in the future and query/retrieve directly from metric/meter-registry??)

Changes Probably won't pass the SR build as we can't pull 5.0.0-SNAPSHOT from MP Metrics.

@Channyboy Channyboy requested a review from jgallimore June 20, 2022 20:41
@jgallimore
Copy link

Thanks for this @Channyboy . I had a couple of conflicting changes locally. I'm just trying this out - I'll aim to get that done today so hopefully we can get this merged in quickly.

@jgallimore jgallimore mentioned this pull request Jun 23, 2022
@Channyboy Channyboy merged commit f363c7f into smallrye:micrometer Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants