Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: prometheus/client_golang
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 030b81a
Choose a base ref
...
head repository: prometheus/client_golang
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 278b704
Choose a head ref
  • 1 commit
  • 5 files changed
  • 1 contributor

Commits on Jan 28, 2022

  1. Reduce granularity of histogram buckets for Go 1.17 collector

    The Go runtime/metrics package currently exports extremely granular
    histograms. Exponentially bucket any histogram with unit "seconds"
    or "bytes" instead to dramatically reduce the number of buckets, and
    thus the number of metrics.
    
    This change also adds a test to check for expected cardinality to
    prevent cardinality surprises in the future.
    
    Signed-off-by: Michael Anthony Knyszek <[email protected]>
    mknyszek committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    278b704 View commit details
    Browse the repository at this point in the history
Loading