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
Copy file name to clipboardExpand all lines: config/README.md
+23-13Lines changed: 23 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,8 +47,8 @@ options. Therefore `commandline arguments` have the highest precedence.
47
47
48
48
**NOTE**: There are the following restrictions:
49
49
50
-
- Not all options are available as environment variables or commandline
51
-
arguments. There are also commandline options which cannot be set in the
50
+
- Not all options are available as environment variables or command line
51
+
arguments. There are also command line options which cannot be set in the
52
52
profile TOML files.
53
53
- You can overwrite values, but for most values, you cannot "unset" them on a
54
54
higher priority level.
@@ -94,9 +94,9 @@ If you want to contribute your own configuration, please
94
94
| group-by | Group snapshots by any combination of host,label,paths,tags e.g. for "latest" | "host,label,paths" || RUSTIC_GROUP_BY | --group-by, -g |
95
95
| check-index | If true, check the index and read pack headers if index information is missing. | false || RUSTIC_CHECK_INDEX | --check-index |
96
96
| show-time-offset | If true, show stored time with offset instead of converting to local time | false | true | RUSTIC_SHOW_TIME_OFFSET | --show-time-offset |
97
-
| prometheus | URL of a Prometheus Pushgateway to push metrics to.| Not set | "http://gateway/"| RUSTIC_PROMETHEUS | --prometheus |
98
-
| prometheus-user | Username to authenticate to the Prometheus Pushgateway | Not set | "myuser" | RUSTIC_PROMETHEUS_USER | --prometheus-user |
99
-
| prometheus-pass | Password to authenticate to the Prometheus Pushgateway | Not set | "secret" | RUSTIC_PROMETHEUS_PASS | --prometheus-pass |
97
+
| prometheus | URL of a Prometheus Push Gateway to push metrics to. | Not set | "http://gateway/"| RUSTIC_PROMETHEUS | --prometheus |
98
+
| prometheus-user | Username to authenticate to the Prometheus Push Gateway| Not set | "myuser" | RUSTIC_PROMETHEUS_USER | --prometheus-user |
99
+
| prometheus-pass | Password to authenticate to the Prometheus Push Gateway| Not set | "secret" | RUSTIC_PROMETHEUS_PASS | --prometheus-pass |
100
100
| opentelemetry | OpenTelemetry metrics endpoint (HTTP Protobuf) | Not set | "http://otel/v1/metrics"| RUSTIC_OTEL, OTEL_EXPORTER_OTLP_METRICS_ENDPOINT | --opentelemetry |
101
101
102
102
### Global Hooks `[global.hooks]`
@@ -146,9 +146,13 @@ All given labels are included with the metrics, if it is configured.
0 commit comments