···
Refresh interval to re-read the instance list.
540
-
port = mkDefOpt types.int "80" ''
540
+
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
···
promTypes.digitalocean_sd_config = mkSdConfigModule {
612
-
port = mkDefOpt types.int "80" ''
612
+
port = mkDefOpt types.port "80" ''
The port to scrape metrics from.
···
629
-
port = mkDefOpt types.int "80" ''
629
+
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.
···
The type of DNS query to perform. One of SRV, A, or AAAA.
690
-
port = mkOpt types.int ''
690
+
port = mkOpt types.port ''
The port number used if the query type is not SRV.
···
Refresh interval to re-read the instance list.
734
-
port = mkDefOpt types.int "80" ''
734
+
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
···
843
-
port = mkDefOpt types.int "80" ''
843
+
port = mkDefOpt types.port "80" ''
The port to scrape metrics from.
···
Refresh interval to re-read the instance list.
1002
-
port = mkDefOpt types.int "80" ''
1002
+
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.
···
promTypes.linode_sd_config = mkSdConfigModule {
1010
-
port = mkDefOpt types.int "80" ''
1010
+
port = mkDefOpt types.port "80" ''
The port to scrape metrics from.
···
Refresh interval to re-read the instance list.
1151
-
port = mkDefOpt types.int "80" ''
1151
+
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.
···
Refresh interval to re-read the resources list.
1196
-
port = mkDefOpt types.int "80" ''
1196
+
port = mkDefOpt types.port "80" ''
The port to scrape metrics from.
···
1234
-
port = mkDefOpt types.int "80" ''
1234
+
port = mkDefOpt types.port "80" ''
The port to scrape metrics from.
···
If omitted all containers owned by the requesting account are scraped.
1310
-
port = mkDefOpt types.int "9163" ''
1310
+
port = mkDefOpt types.port "9163" ''
The port to use for discovery and metric scraping.