|
37 | 37 |
|
38 | 38 | # Property key used to get the VO name from the project properties. (string |
39 | 39 | # value) |
40 | | -#vo_property = accounting:VO |
| 40 | +#vo_property = VO |
41 | 41 |
|
42 | 42 | # DEPRECATED: File containing the VO <-> project mapping as used in Keystone- |
43 | 43 | # VOMS. (string value) |
|
123 | 123 | # Deprecated group/name - [DEFAULT]/logdir |
124 | 124 | #log_dir = <None> |
125 | 125 |
|
126 | | -# Uses logging handler designed to watch file system. When log file is moved or |
127 | | -# removed this handler will open a new log file with specified path |
| 126 | +# DEPRECATED: Uses logging handler designed to watch file system. When log file |
| 127 | +# is moved or removed this handler will open a new log file with specified path |
128 | 128 | # instantaneously. It makes sense only if log_file option is specified and |
129 | 129 | # Linux platform is used. This option is ignored if log_config_append is set. |
130 | 130 | # (boolean value) |
| 131 | +# This option is deprecated for removal. |
| 132 | +# Its value may be silently ignored in the future. |
| 133 | +# Reason: This function is known to have bene broken for long time, and depends |
| 134 | +# on the unmaintained library |
131 | 135 | #watch_log_file = false |
132 | 136 |
|
133 | 137 | # Use syslog for logging. Existing syslog format is DEPRECATED and will be |
|
153 | 157 | # set. (boolean value) |
154 | 158 | #use_stderr = false |
155 | 159 |
|
156 | | -# Log output to Windows Event Log. (boolean value) |
| 160 | +# DEPRECATED: Log output to Windows Event Log. (boolean value) |
| 161 | +# This option is deprecated for removal. |
| 162 | +# Its value may be silently ignored in the future. |
| 163 | +# Reason: Windows support is no longer maintained. |
157 | 164 | #use_eventlog = false |
158 | 165 |
|
| 166 | +# (Optional) Set the 'color' key according to log levels. This option takes |
| 167 | +# effect only when logging to stderr or stdout is used. This option is ignored |
| 168 | +# if log_config_append is set. (boolean value) |
| 169 | +#log_color = false |
| 170 | + |
159 | 171 | # The amount of time before the log files are rotated. This option is ignored |
160 | 172 | # unless log_rotation_type is set to "interval". (integer value) |
161 | 173 | #log_rotate_interval = 1 |
|
228 | 240 | # Maximum number of logged messages per rate_limit_interval. (integer value) |
229 | 241 | #rate_limit_burst = 0 |
230 | 242 |
|
231 | | -# Log level name used by rate limiting: CRITICAL, ERROR, INFO, WARNING, DEBUG |
232 | | -# or empty string. Logs with level greater or equal to rate_limit_except_level |
233 | | -# are not filtered. An empty string means that all levels are filtered. (string |
234 | | -# value) |
| 243 | +# Log level name used by rate limiting. Logs with level greater or equal to |
| 244 | +# rate_limit_except_level are not filtered. An empty string means that all |
| 245 | +# levels are filtered. (string value) |
| 246 | +# Possible values: |
| 247 | +# CRITICAL - <No description provided> |
| 248 | +# ERROR - <No description provided> |
| 249 | +# INFO - <No description provided> |
| 250 | +# WARNING - <No description provided> |
| 251 | +# DEBUG - <No description provided> |
| 252 | +# '' - <No description provided> |
235 | 253 | #rate_limit_except_level = CRITICAL |
236 | 254 |
|
237 | 255 | # Enables or disables fatal status of deprecations. (boolean value) |
|
380 | 398 | #port = 5000 |
381 | 399 |
|
382 | 400 |
|
| 401 | +[prometheus] |
| 402 | + |
| 403 | +# |
| 404 | +# From caso |
| 405 | +# |
| 406 | + |
| 407 | +# Prometheus server endpoint URL. (string value) |
| 408 | +#prometheus_endpoint = http://localhost:9090 |
| 409 | + |
| 410 | +# Prometheus query to retrieve energy consumption in kWh. The query should |
| 411 | +# return energy consumption metrics. (string value) |
| 412 | +#prometheus_query = sum(rate(node_energy_joules_total[5m])) * 300 / 3600000 |
| 413 | + |
| 414 | +# Timeout for Prometheus API requests in seconds. (integer value) |
| 415 | +#prometheus_timeout = 30 |
| 416 | + |
| 417 | + |
383 | 418 | [sample_remote_file_source] |
384 | 419 | # Example of using a remote_file source |
385 | 420 | # |
|
439 | 474 | # includes the private key. (string value) |
440 | 475 | #client_key = <None> |
441 | 476 |
|
| 477 | +# Timeout is the number of seconds the request will wait for your client to |
| 478 | +# establish a connection to a remote machine call on the socket. (string value) |
| 479 | +#timeout = 60 |
| 480 | + |
442 | 481 |
|
443 | 482 | [ssm] |
444 | 483 |
|
|
0 commit comments