You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -119,26 +113,9 @@ If you run locally nothing needs to be configured here. But if you run a *cluste
119
113
120
114
Please see [cluster installation →]({{< relref "/docs/cluster/installation" >}}) and [accuracy control →]({{< relref "/docs/cluster/accuracy-control" >}})
121
115
122
-
#### container_registry
123
-
124
-
This key defines how GMT pulls images to run and which registry it uses to build images.
125
-
126
-
The default configuration contains the settings for *Docker Hub*.
127
-
128
-
-`hostname`**[string]**: URI of the registry. Can contain a port: e.g. my-registry.io:5000
129
-
-`default_namespace`**[string]**: Can be empty. Many custom registries use `library`. So does *Docker Hub*
130
-
-`insecure`**[bool]**: *True* if you use TLS. *False* otherwise
131
-
132
116
### measurement
133
117
134
-
-`system_check_threshold`**[integer]: Level at which an exception will be raised for system checks. The lower the more restrictive system checks are. We recommend *3* for development and *2* for cluster setups. *1* only for debugging.
135
-
-`pre-test-sleep`**[integer]**: Seconds to idle containers after orchestrating but before start of measurement
136
-
-`post-test-sleep`**[integer]**: Seconds to idle containers after measurement
137
-
-`idle-duration`**[integer]**: Duration in seconds for the idle phase
138
-
-`baseline-duration`**[integer]**: Duration in seconds for the baseline phase
139
-
-`phase-transition-time`**[integer]**: Seconds to idle between phases
140
-
-`boot`:
141
-
+`wait_time_dependencies`: **[integer]**: Max. duration in seconds to wait for dependencies (defined with `depends_on`) to be ready. If duration is reached and a dependency is not ready, the measurement will fail.
118
+
-`full_docker_prune_whitelist`**[list]**: A list of image names (without tag) or image IDs (short form) that will be whitelisted when `--full-docker-prune` is active. Images listed here will not be pruned. Useful for cluster installations where non security critical images shall be kept that take long to download.
142
119
-`metric-providers`:
143
120
+`linux`/`macos`/`common`**[string]**: Specifies under what system the metric provider can run. Common implies it could run on either.
0 commit comments