| options/nixos/services.thanos.rule.arguments | Arguments to the thanos rule command
|
| options/nixos/services.thanos.rule.stateDir | Data directory relative to /var/lib.
|
| options/nixos/services.thanos.rule.rule-files | Rule files that should be used by rule manager
|
| options/nixos/services.thanos.rule.labels | Labels to be applied to all generated metrics
|
| options/nixos/services.thanos.rule.grpc-server-tls-key | TLS Key for the gRPC server, leave blank to disable TLS
|
| options/nixos/services.thanos.rule.enable | Whether to enable the Thanos ruler service which evaluates Prometheus rules against given Query nodes, exposing Store API and storing old blocks in bucket.
|
| options/nixos/services.thanos.rule.grpc-server-tls-cert | TLS Certificate for gRPC server, leave blank to disable TLS
|
| options/nixos/services.thanos.rule.http-address | Listen host:port for HTTP endpoints
|
| options/nixos/services.thanos.rule.eval-interval | The default evaluation interval to use
|
| options/nixos/services.thanos.rule.grpc-address | Listen ip:port address for gRPC endpoints (StoreAPI)
|
| options/nixos/services.thanos.rule.grpc-server-tls-client-ca | TLS CA to verify clients against
|
| options/nixos/services.thanos.rule.log.level | Log filtering level
|
| options/nixos/services.thanos.rule.log.format | Log format to use.
|
| options/nixos/services.thanos.rule.alert.query-url | The external Thanos Query URL that would be set in all alerts 'Source' field.
|
| options/nixos/services.thanos.rule.query.sd-files | Path to file that contain addresses of query peers
|
| options/nixos/services.thanos.rule.alert.label-drop | Labels by name to drop before sending to alertmanager
|
| options/nixos/services.thanos.rule.web.route-prefix | Prefix for API and UI endpoints
|
| options/nixos/services.thanos.rule.tracing.config-file | Path to YAML file that contains tracing configuration
|
| options/nixos/services.thanos.rule.tsdb.block-duration | Block duration for TSDB block
|
| options/nixos/services.thanos.rule.tsdb.retention | Block retention time on local disk
|
| options/nixos/services.thanos.rule.query.sd-dns-interval | Interval between DNS resolutions
|
| options/nixos/services.thanos.rule.tracing.config | Tracing configuration
|
| options/nixos/services.thanos.rule.query.sd-interval | Refresh interval to re-read file SD files. (used as a fallback)
Defaults to 5m in Thanos
when set to null.
|
| options/nixos/services.thanos.rule.objstore.config-file | Path to YAML file that contains object store configuration
|
| options/nixos/services.thanos.rule.objstore.config | Object store configuration
|
| options/nixos/services.thanos.rule.query.addresses | Addresses of statically configured query API servers
|
| options/nixos/services.thanos.rule.web.prefix-header | Name of HTTP request header used for dynamic prefixing of UI links and
redirects
|
| options/nixos/services.thanos.rule.web.external-prefix | Static prefix for all HTML links and redirect URLs in the UI query web
interface
|
| options/nixos/services.thanos.rule.alertmanagers.urls | Alertmanager replica URLs to push firing alerts
|
| options/nixos/services.thanos.rule.alertmanagers.send-timeout | Timeout for sending alerts to alertmanager
|