diff --git a/cluster/services/monitoring/default.nix b/cluster/services/monitoring/default.nix index 0fe5f51..48cf457 100644 --- a/cluster/services/monitoring/default.nix +++ b/cluster/services/monitoring/default.nix @@ -32,7 +32,7 @@ in }; tempo-grpc = { protocol = "http"; - ipv4 = meshIpFor "server"; + ipv4 = "127.0.0.1"; }; tempo-otlp-http = { protocol = "http";