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: kobebry80/prometheus-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: feature/check-labels
Choose a base ref
...
head repository: kobebry80/prometheus-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 10 files changed
  • 3 contributors

Commits on Apr 19, 2017

  1. Remove unused bucket option on histogram builder

    HistogramBuilder did not pass bucket boundaries as a default to
    families. I'm removing it, as bucket boundaries can be set
    independently when creating histograms from families.
    jupp0r committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    ae02e89 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jupp0r#59 from jupp0r/feature/remove-histogram-bui…

    …lder-buckets
    
    Remove unused bucket option on histogram builder
    jupp0r authored Apr 19, 2017
    Configuration menu
    Copy the full SHA
    f3d91b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2017

  1. Merge pull request jupp0r#60 from jupp0r/feature/check-labels

    Check metric and label names
    jupp0r authored Apr 20, 2017
    Configuration menu
    Copy the full SHA
    8786dc3 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2017

  1. Made the exposer URI configurable

    * URI defaults to /metrics
    * Fixes jupp0r#49
    yjshabtai committed May 19, 2017
    Configuration menu
    Copy the full SHA
    631f7d6 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2017

  1. Merge pull request jupp0r#61 from JShabtai/feature/configurable-uri

    Made the exposer URI configurable
    jupp0r authored May 20, 2017
    Configuration menu
    Copy the full SHA
    efcf0f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2017

  1. Reduce number of threads for scrape server

    This change reduces the number of threads configured for the embedded
    http server that prometheus queries on scrapes. The previous (default)
    setting is 50 worker threads, which is excessive and unnecessary for
    metrics use cases.
    jupp0r committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    9608d82 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jupp0r#63 from jupp0r/feature/reduce-scraping-threads

    Reduce number of threads for scrape server
    jupp0r authored Jun 6, 2017
    Configuration menu
    Copy the full SHA
    0a0303a View commit details
    Browse the repository at this point in the history
  3. Fix benchmark metrics naming

    jupp0r committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    95350f9 View commit details
    Browse the repository at this point in the history
  4. Fix randomly generated labels

    jupp0r committed Jun 6, 2017
    Configuration menu
    Copy the full SHA
    f26fd21 View commit details
    Browse the repository at this point in the history
  5. Merge pull request jupp0r#64 from jupp0r/feature/fix-benchmark-counte…

    …r-naming
    
    Fix benchmark metrics naming
    jupp0r authored Jun 6, 2017
    Configuration menu
    Copy the full SHA
    469a231 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2017

  1. Configuration menu
    Copy the full SHA
    7330506 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jupp0r#65 from aolsux/master

    Fix some typos in readme
    jupp0r authored Jun 8, 2017
    Configuration menu
    Copy the full SHA
    ee2ec94 View commit details
    Browse the repository at this point in the history
Loading