Loading nixos/modules/services/monitoring/prometheus/default.nix +12 −12 Original line number Diff line number Diff line Loading @@ -537,7 +537,7 @@ let Refresh interval to re-read the instance list. ''; port = mkDefOpt types.int "80" '' port = mkDefOpt types.port "80" '' The port to scrape metrics from. If using the public IP address, this must instead be specified in the relabeling rule. Loading Loading @@ -609,7 +609,7 @@ let }; promTypes.digitalocean_sd_config = mkSdConfigModule { port = mkDefOpt types.int "80" '' port = mkDefOpt types.port "80" '' The port to scrape metrics from. ''; Loading @@ -626,7 +626,7 @@ let ''; }; port = mkDefOpt types.int "80" '' port = mkDefOpt types.port "80" '' The port to scrape metrics from, when `role` is nodes, and for discovered tasks and services that don't have published ports. ''; Loading Loading @@ -687,7 +687,7 @@ let The type of DNS query to perform. One of SRV, A, or AAAA. ''; port = mkOpt types.int '' port = mkOpt types.port '' The port number used if the query type is not SRV. ''; Loading Loading @@ -731,7 +731,7 @@ let Refresh interval to re-read the instance list. ''; port = mkDefOpt types.int "80" '' port = mkDefOpt types.port "80" '' The port to scrape metrics from. If using the public IP address, this must instead be specified in the relabeling rule. Loading Loading @@ -840,7 +840,7 @@ let ''; }; port = mkDefOpt types.int "80" '' port = mkDefOpt types.port "80" '' The port to scrape metrics from. ''; Loading Loading @@ -999,7 +999,7 @@ let Refresh interval to re-read the instance list. ''; port = mkDefOpt types.int "80" '' port = mkDefOpt types.port "80" '' The port to scrape metrics from. If using the public IP address, this must instead be specified in the relabeling rule. ''; Loading @@ -1007,7 +1007,7 @@ let }; promTypes.linode_sd_config = mkSdConfigModule { port = mkDefOpt types.int "80" '' port = mkDefOpt types.port "80" '' The port to scrape metrics from. ''; Loading Loading @@ -1148,7 +1148,7 @@ let Refresh interval to re-read the instance list. ''; port = mkDefOpt types.int "80" '' port = mkDefOpt types.port "80" '' The port to scrape metrics from. If using the public IP address, this must instead be specified in the relabeling rule. ''; Loading Loading @@ -1193,7 +1193,7 @@ let Refresh interval to re-read the resources list. ''; port = mkDefOpt types.int "80" '' port = mkDefOpt types.port "80" '' The port to scrape metrics from. ''; }; Loading Loading @@ -1231,7 +1231,7 @@ let ''; }; port = mkDefOpt types.int "80" '' port = mkDefOpt types.port "80" '' The port to scrape metrics from. ''; Loading Loading @@ -1307,7 +1307,7 @@ let If omitted all containers owned by the requesting account are scraped. ''; port = mkDefOpt types.int "9163" '' port = mkDefOpt types.port "9163" '' The port to use for discovery and metric scraping. ''; Loading Loading
nixos/modules/services/monitoring/prometheus/default.nix +12 −12 Original line number Diff line number Diff line Loading @@ -537,7 +537,7 @@ let Refresh interval to re-read the instance list. ''; port = mkDefOpt types.int "80" '' port = mkDefOpt types.port "80" '' The port to scrape metrics from. If using the public IP address, this must instead be specified in the relabeling rule. Loading Loading @@ -609,7 +609,7 @@ let }; promTypes.digitalocean_sd_config = mkSdConfigModule { port = mkDefOpt types.int "80" '' port = mkDefOpt types.port "80" '' The port to scrape metrics from. ''; Loading @@ -626,7 +626,7 @@ let ''; }; port = mkDefOpt types.int "80" '' port = mkDefOpt types.port "80" '' The port to scrape metrics from, when `role` is nodes, and for discovered tasks and services that don't have published ports. ''; Loading Loading @@ -687,7 +687,7 @@ let The type of DNS query to perform. One of SRV, A, or AAAA. ''; port = mkOpt types.int '' port = mkOpt types.port '' The port number used if the query type is not SRV. ''; Loading Loading @@ -731,7 +731,7 @@ let Refresh interval to re-read the instance list. ''; port = mkDefOpt types.int "80" '' port = mkDefOpt types.port "80" '' The port to scrape metrics from. If using the public IP address, this must instead be specified in the relabeling rule. Loading Loading @@ -840,7 +840,7 @@ let ''; }; port = mkDefOpt types.int "80" '' port = mkDefOpt types.port "80" '' The port to scrape metrics from. ''; Loading Loading @@ -999,7 +999,7 @@ let Refresh interval to re-read the instance list. ''; port = mkDefOpt types.int "80" '' port = mkDefOpt types.port "80" '' The port to scrape metrics from. If using the public IP address, this must instead be specified in the relabeling rule. ''; Loading @@ -1007,7 +1007,7 @@ let }; promTypes.linode_sd_config = mkSdConfigModule { port = mkDefOpt types.int "80" '' port = mkDefOpt types.port "80" '' The port to scrape metrics from. ''; Loading Loading @@ -1148,7 +1148,7 @@ let Refresh interval to re-read the instance list. ''; port = mkDefOpt types.int "80" '' port = mkDefOpt types.port "80" '' The port to scrape metrics from. If using the public IP address, this must instead be specified in the relabeling rule. ''; Loading Loading @@ -1193,7 +1193,7 @@ let Refresh interval to re-read the resources list. ''; port = mkDefOpt types.int "80" '' port = mkDefOpt types.port "80" '' The port to scrape metrics from. ''; }; Loading Loading @@ -1231,7 +1231,7 @@ let ''; }; port = mkDefOpt types.int "80" '' port = mkDefOpt types.port "80" '' The port to scrape metrics from. ''; Loading Loading @@ -1307,7 +1307,7 @@ let If omitted all containers owned by the requesting account are scraped. ''; port = mkDefOpt types.int "9163" '' port = mkDefOpt types.port "9163" '' The port to use for discovery and metric scraping. ''; Loading