about summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/thanos.nix
diff options
context:
space:
mode:
authorBas van Dijk <v.dijk.bas@gmail.com>2019-06-01 17:08:09 +0200
committerBas van Dijk <v.dijk.bas@gmail.com>2019-07-28 13:28:27 +0200
commit2d0243c187eafd51d2273f6e899faac3d54e21f1 (patch)
tree9feb2ae61b890ea7e4ccb5d12699ace95d8d20de /nixos/modules/services/monitoring/thanos.nix
parentebc65a5f2111203fad0d68c52d907a789a55fb31 (diff)
downloadnixlib-2d0243c187eafd51d2273f6e899faac3d54e21f1.tar
nixlib-2d0243c187eafd51d2273f6e899faac3d54e21f1.tar.gz
nixlib-2d0243c187eafd51d2273f6e899faac3d54e21f1.tar.bz2
nixlib-2d0243c187eafd51d2273f6e899faac3d54e21f1.tar.lz
nixlib-2d0243c187eafd51d2273f6e899faac3d54e21f1.tar.xz
nixlib-2d0243c187eafd51d2273f6e899faac3d54e21f1.tar.zst
nixlib-2d0243c187eafd51d2273f6e899faac3d54e21f1.zip
thanos: 0.4.0 -> 0.5.0-rc.0
Diffstat (limited to 'nixos/modules/services/monitoring/thanos.nix')
-rw-r--r--nixos/modules/services/monitoring/thanos.nix11
1 files changed, 1 insertions, 10 deletions
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 <literal>ip:port</literal> address for gRPC endpoints (StoreAPI).
 
-        Make sure this address is routable from other components if you use gossip,
-        <option>grpc-advertise-address</option> 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) <literal>host:port</literal> address to advertise
-        for HTTP QueryAPI in gossip cluster.
-
-        If <literal>null</literal>, the option <option>http-address</option>
-        will be used.
-      '';
-
       grpc-client-tls-secure = mkFlagParam ''
         Use TLS when talking to the gRPC server
       '';