From 7ae400638ecab0eb43ac5e2d4e067e048011a46b Mon Sep 17 00:00:00 2001 From: Kevin Lefevre Date: Sat, 8 Feb 2025 15:24:22 +0100 Subject: [PATCH] feat(google): do not default to http2 for prometheus v3 remote write * As per https://prometheus.io/docs/prometheus/latest/migration/#configuration Signed-off-by: Kevin Lefevre --- modules/google/kube-prometheus.tf | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/google/kube-prometheus.tf b/modules/google/kube-prometheus.tf index 2dbc18d3d..0cd7c16e2 100644 --- a/modules/google/kube-prometheus.tf +++ b/modules/google/kube-prometheus.tf @@ -210,7 +210,6 @@ prometheus: remoteWrite: - url: "http://thanos-receive:19291/api/v1/receive" name: "thanos-receive" - enableHttp2: true VALUES values_grafana_ds_default = <