| options/nixos/services.thanos.query.arguments | Arguments to the thanos query command
|
| options/nixos/services.thanos.query.enable | Whether to enable the Thanos query node exposing PromQL enabled Query API with data retrieved from multiple store nodes.
|
| options/nixos/services.thanos.query.grpc-client-tls-key | TLS Key for the client's certificate
|
| options/nixos/services.thanos.query.grpc-client-tls-ca | TLS CA Certificates to use to verify gRPC servers
|
| options/nixos/services.thanos.query.grpc-server-tls-key | TLS Key for the gRPC server, leave blank to disable TLS
|
| options/nixos/services.thanos.query.grpc-client-tls-cert | TLS Certificates to use to identify this client to the server
|
| options/nixos/services.thanos.query.grpc-server-tls-cert | TLS Certificate for gRPC server, leave blank to disable TLS
|
| options/nixos/services.thanos.query.http-address | Listen host:port for HTTP endpoints
|
| options/nixos/services.thanos.query.grpc-address | Listen ip:port address for gRPC endpoints (StoreAPI)
|
| options/nixos/services.thanos.query.grpc-client-tls-secure | Use TLS when talking to the gRPC server
|
| options/nixos/services.thanos.query.grpc-client-server-name | Server name to verify the hostname on the returned gRPC certificates
|
| options/nixos/services.thanos.query.grpc-server-tls-client-ca | TLS CA to verify clients against
|
| options/nixos/services.thanos.query.selector-labels | Query selector labels that will be exposed in info endpoint.
|
| options/nixos/services.thanos.query.endpoints | Addresses of statically configured Thanos API servers (repeatable)
|
| options/nixos/services.thanos.query.grpc-compression | Compression algorithm to use for gRPC requests to other clients.
|