-
Notifications
You must be signed in to change notification settings - Fork 326
Comparing changes
Open a pull request
base repository: prometheus/common
base: v0.41.0
head repository: prometheus/common
compare: v0.42.0
- 7 commits
- 10 files changed
- 2 contributors
Commits on Feb 24, 2023
-
version: add Go build tags to output
Build tags allow different implementations of code sections to be included in the binary, so can be important to understand the exact behaviour expected at runtime. This change includes build tags at the end of the `BuildContext` string, and as an extra label on the info metric. Signed-off-by: Bryan Boreham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56d83af - Browse repository at this point
Copy the full SHA 56d83afView commit details
Commits on Mar 6, 2023
-
Add benchmark for ParseDuration
Signed-off-by: Bryan Boreham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 330a3f5 - Browse repository at this point
Copy the full SHA 330a3f5View commit details -
Without using a regexp. Code inspired by Go standard library `time.ParseDuration`, but simplified and supporting different units. Signed-off-by: Bryan Boreham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55b01d1 - Browse repository at this point
Copy the full SHA 55b01d1View commit details -
Merge pull request #461 from bboreham/faster-parseduration
Parse Durations much faster
Julien Pivotto authoredMar 6, 2023 Configuration menu - View commit details
-
Copy full SHA for d7d98af - Browse repository at this point
Copy the full SHA d7d98afView commit details -
Merge pull request #455 from bboreham/build-tags
version: add Go build tags to output
Julien Pivotto authoredMar 6, 2023 Configuration menu - View commit details
-
Copy full SHA for 6a5f4db - Browse repository at this point
Copy the full SHA 6a5f4dbView commit details
Commits on Mar 7, 2023
-
Add support to use Proxy From Environment and set No Proxy
This commit adds a new field `ProxyFromEnvironment` to the `HTTPClientConfig` and `OAuth2` structs to enable Prometheus to use the default proxy from the environment variable (as specified in net/http ProxyFromEnvironment.) This is opt-out by default, so does not change anything for existing users. This change is necessary because Prometheus previously had insufficient behavior to avoid proxying EC2 metadata requests when `proxy_url` is set in `ec2_sd_configs`. This commit also adds the ability to support `no_proxy`. See prometheus/prometheus#11991 Signed-off-by: Julien Pivotto <[email protected]>
Julien Pivotto committedMar 7, 2023 Configuration menu - View commit details
-
Copy full SHA for c8ca1fb - Browse repository at this point
Copy the full SHA c8ca1fbView commit details
Commits on Mar 8, 2023
-
Merge pull request #462 from roidelapluie/proxyfromenv
Add support to use Proxy From Environment
Julien Pivotto authoredMar 8, 2023 Configuration menu - View commit details
-
Copy full SHA for 66b493f - Browse repository at this point
Copy the full SHA 66b493fView 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 v0.41.0...v0.42.0