From 2d0243c187eafd51d2273f6e899faac3d54e21f1 Mon Sep 17 00:00:00 2001 From: Bas van Dijk Date: Sat, 1 Jun 2019 17:08:09 +0200 Subject: thanos: 0.4.0 -> 0.5.0-rc.0 --- nixos/modules/services/monitoring/thanos.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'nixos') diff --git a/nixos/modules/services/monitoring/thanos.nix b/nixos/modules/services/monitoring/thanos.nix index a34a1ecbfea7..887214057d2b 100644 --- a/nixos/modules/services/monitoring/thanos.nix +++ b/nixos/modules/services/monitoring/thanos.nix @@ -122,8 +122,7 @@ let grpc-address = mkParamDef types.str "0.0.0.0:10901" '' Listen ip:port address for gRPC endpoints (StoreAPI). - Make sure this address is routable from other components if you use gossip, - is empty and you require cross-node connection. + Make sure this address is routable from other components. ''; grpc-server-tls-cert = mkParam types.str '' @@ -249,14 +248,6 @@ let query = params.common // { - http-advertise-address = mkParam types.str '' - Explicit (external) host:port address to advertise - for HTTP QueryAPI in gossip cluster. - - If null, the option - will be used. - ''; - grpc-client-tls-secure = mkFlagParam '' Use TLS when talking to the gRPC server ''; -- cgit 1.4.1