From e1c7a1a1cbd3f319ac7c14bc03a9e0ffb3e2a54c Mon Sep 17 00:00:00 2001 From: Dan Bason Date: Thu, 16 Feb 2023 16:35:54 +1300 Subject: [PATCH] Update impl --- plugins/logging/pkg/gateway/stream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/logging/pkg/gateway/stream.go b/plugins/logging/pkg/gateway/stream.go index c8bf730563..40c781e461 100644 --- a/plugins/logging/pkg/gateway/stream.go +++ b/plugins/logging/pkg/gateway/stream.go @@ -16,7 +16,7 @@ func (p *Plugin) StreamServers() []streamext.Server { }, { Desc: &collogspb.LogsService_ServiceDesc, - Impl: &p.otelForwarder, + Impl: p.otelForwarder, RequireCapability: wellknown.CapabilityLogs, }, }