-
-
Notifications
You must be signed in to change notification settings - Fork 104
Comparing changes
Open a pull request
base repository: NixOS/nixpkgs-channels
base: 6866a74a851a
head repository: NixOS/nixpkgs-channels
compare: 31b53e0f4b59
- 14 commits
- 5 files changed
- 4 contributors
Commits on Apr 17, 2019
-
(cherry picked from commit da7aeb1)
Configuration menu - View commit details
-
Copy full SHA for 4713945 - Browse repository at this point
Copy the full SHA 4713945View commit details -
nixos/prometheus: add
ec2_sd_configs
section toscrape_configs
(cherry picked from commit ad7e232)
Configuration menu - View commit details
-
Copy full SHA for 67d1bcb - Browse repository at this point
Copy the full SHA 67d1bcbView commit details -
nixos/prometheus: add new ec2_sd_config options for prometheus2
(cherry picked from commit a23db5d)
Configuration menu - View commit details
-
Copy full SHA for 84414b3 - Browse repository at this point
Copy the full SHA 84414b3View commit details -
nixos/prometheus: filter out empty srcape_configs attributes
This results in a smaller prometheus.yml config file. It also allows us to use the same options for both prometheus-1 and prometheus-2 since the new options for prometheus-2 default to null and will be filtered out if they are not set. (cherry picked from commit a913d08)
Configuration menu - View commit details
-
Copy full SHA for 2a0742b - Browse repository at this point
Copy the full SHA 2a0742bView commit details
Commits on Apr 18, 2019
-
Merge pull request #59769 from basvandijk/prometheus-ec2-release-19.03
Backport prometheus ec2_sd_config and tls_config options to release-19.03
Configuration menu - View commit details
-
Copy full SHA for bcd5fe6 - Browse repository at this point
Copy the full SHA bcd5fe6View commit details -
nixos/prometheus: filter out the _module attr in a central place
We previously filtered out the `_module` attribute in a NixOS configuration by filtering it using the option's `apply` function. This meant that every option that had a submodule type needed to have this apply function. Adding this function is easy to forget thus this mechanism is error prone. We now recursively filter out the `_module` attributes at the place we construct the Prometheus configuration file. Since we now do the filtering centrally we don't have to do it per option making it less prone to errors. (cherry picked from commit 57e5b75)
Configuration menu - View commit details
-
Copy full SHA for c8e2dc0 - Browse repository at this point
Copy the full SHA c8e2dc0View commit details -
nixos/prometheus: set optional attributes to type types.nullOr
This makes sure that when a user hasn't set a Prometheus option it won't show up in the prometheus.yml configuration file. This results in smaller and easier to understand configuration files. (cherry picked from commit 55ef5d4)
Configuration menu - View commit details
-
Copy full SHA for 3a253af - Browse repository at this point
Copy the full SHA 3a253afView commit details -
nixos/prometheus: abstract over optional option creation
(cherry picked from commit 285fd3c)
Configuration menu - View commit details
-
Copy full SHA for cf44453 - Browse repository at this point
Copy the full SHA cf44453View commit details -
nixos/prometheus: add more missing options
(cherry picked from commit cdd8268)
Configuration menu - View commit details
-
Copy full SHA for c99b5b4 - Browse repository at this point
Copy the full SHA c99b5b4View commit details -
Merge pull request #59831 from basvandijk/prometheus-refactoring-rele…
…ase-19.03 Backport "nixos/prometheus: refactored & added more missing options" to release 19.03
Configuration menu - View commit details
-
Copy full SHA for 1cbe0fe - Browse repository at this point
Copy the full SHA 1cbe0feView commit details -
prometheus-pushgateway: 0.4.0 -> 0.7.0
Add some tests to make sure the --version output includes the values passed in with -X. Add myself as a maintainer. (cherry picked from commit 8b4b12e)
Configuration menu - View commit details
-
Copy full SHA for ae14052 - Browse repository at this point
Copy the full SHA ae14052View commit details -
prometheus-pushgateway: 0.7.0 -> 0.8.0
(cherry picked from commit b0fbe1d)
Configuration menu - View commit details
-
Copy full SHA for a3178b0 - Browse repository at this point
Copy the full SHA a3178b0View commit details -
nixos/prometheus/pushgateway: add module and test
(cherry picked from commit d1940be)
Configuration menu - View commit details
-
Copy full SHA for 5776161 - Browse repository at this point
Copy the full SHA 5776161View commit details -
Merge pull request #59832 from basvandijk/prometheus-pushgateway-modu…
…le-release-19.03 Backport "Prometheus pushgateway 0.4.0 -> 0.8.0 & module" to release 19.03
Configuration menu - View commit details
-
Copy full SHA for 31b53e0 - Browse repository at this point
Copy the full SHA 31b53e0View commit details
There are no files selected for viewing
Large diffs are not rendered by default.