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

Alternative Prometheus metrics Histogram instead of locking Summary. #1265

Merged
merged 2 commits into from
Mar 17, 2019

Conversation

vanDonselaar
Copy link
Contributor

Add PrometheusHistogramMetricsTracker.java that uses an internal
Histogram instead of Summary. A summary is quite lock heavy.
See: prometheus/client_java#328

Vincent van Donselaar added 2 commits October 25, 2018 11:49
Add PrometheusHistogramMetricsTracker.java that uses an internal
Histogram instead of Summary. A summary is quite lock heavy.
See: prometheus/client_java#328
@codecov
Copy link

codecov bot commented Oct 25, 2018

Codecov Report

❗ No coverage uploaded for pull request base (dev@f005a47). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##             dev    #1265   +/-   ##
======================================
  Coverage       ?   74.53%           
  Complexity     ?      557           
======================================
  Files          ?       24           
  Lines          ?     1940           
  Branches       ?      265           
======================================
  Hits           ?     1446           
  Misses         ?      349           
  Partials       ?      145

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f005a47...5d7731d. Read the comment docs.

@brettwooldridge brettwooldridge merged commit efa25c3 into brettwooldridge:dev Mar 17, 2019
kollstrom pushed a commit to kollstrom/HikariCP that referenced this pull request Feb 4, 2021
…rettwooldridge#1265)

* Alternative Prometheus metrics Histogram instead of locking Summary.

Add PrometheusHistogramMetricsTracker.java that uses an internal
Histogram instead of Summary. A summary is quite lock heavy.
See: prometheus/client_java#328

* Fix incorrect magnitudes of buckets.
kollstrom pushed a commit to kollstrom/HikariCP that referenced this pull request Feb 4, 2021
…rettwooldridge#1265)

* Alternative Prometheus metrics Histogram instead of locking Summary.

Add PrometheusHistogramMetricsTracker.java that uses an internal
Histogram instead of Summary. A summary is quite lock heavy.
See: prometheus/client_java#328

* Fix incorrect magnitudes of buckets.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants