From f0f8b8f388f1a18fc09b5ca537ba232c4b7c8429 Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Fri, 16 Feb 2024 19:00:27 +0000 Subject: [PATCH] gateway: Avoid double http prefixing in metric names --- linkerd/app/gateway/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/linkerd/app/gateway/src/lib.rs b/linkerd/app/gateway/src/lib.rs index f020a5f64a..f75428d1da 100644 --- a/linkerd/app/gateway/src/lib.rs +++ b/linkerd/app/gateway/src/lib.rs @@ -83,7 +83,6 @@ impl Gateway { }; let http = { - let registry = registry.sub_registry_with_prefix("http"); let http = self .outbound .to_tcp_connect()