-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: kobebry80/prometheus-cpp
base: feature/check-labels
head repository: kobebry80/prometheus-cpp
compare: master
- 12 commits
- 10 files changed
- 3 contributors
Commits on Apr 19, 2017
-
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.
Configuration menu - View commit details
-
Copy full SHA for ae02e89 - Browse repository at this point
Copy the full SHA ae02e89View commit details -
Merge pull request jupp0r#59 from jupp0r/feature/remove-histogram-bui…
…lder-buckets Remove unused bucket option on histogram builder
Configuration menu - View commit details
-
Copy full SHA for f3d91b9 - Browse repository at this point
Copy the full SHA f3d91b9View commit details
Commits on Apr 20, 2017
-
Merge pull request jupp0r#60 from jupp0r/feature/check-labels
Check metric and label names
Configuration menu - View commit details
-
Copy full SHA for 8786dc3 - Browse repository at this point
Copy the full SHA 8786dc3View commit details
Commits on May 19, 2017
-
Made the exposer URI configurable
* URI defaults to /metrics * Fixes jupp0r#49
Configuration menu - View commit details
-
Copy full SHA for 631f7d6 - Browse repository at this point
Copy the full SHA 631f7d6View commit details
Commits on May 20, 2017
-
Merge pull request jupp0r#61 from JShabtai/feature/configurable-uri
Made the exposer URI configurable
Configuration menu - View commit details
-
Copy full SHA for efcf0f1 - Browse repository at this point
Copy the full SHA efcf0f1View commit details
Commits on Jun 6, 2017
-
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.
Configuration menu - View commit details
-
Copy full SHA for 9608d82 - Browse repository at this point
Copy the full SHA 9608d82View commit details -
Merge pull request jupp0r#63 from jupp0r/feature/reduce-scraping-threads
Reduce number of threads for scrape server
Configuration menu - View commit details
-
Copy full SHA for 0a0303a - Browse repository at this point
Copy the full SHA 0a0303aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95350f9 - Browse repository at this point
Copy the full SHA 95350f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f26fd21 - Browse repository at this point
Copy the full SHA f26fd21View commit details -
Merge pull request jupp0r#64 from jupp0r/feature/fix-benchmark-counte…
…r-naming Fix benchmark metrics naming
Configuration menu - View commit details
-
Copy full SHA for 469a231 - Browse repository at this point
Copy the full SHA 469a231View commit details
Commits on Jun 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 7330506 - Browse repository at this point
Copy the full SHA 7330506View commit details -
Merge pull request jupp0r#65 from aolsux/master
Fix some typos in readme
Configuration menu - View commit details
-
Copy full SHA for ee2ec94 - Browse repository at this point
Copy the full SHA ee2ec94View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff feature/check-labels...master