Skip to content

Commit

Permalink
Update impl
Browse files Browse the repository at this point in the history
  • Loading branch information
dbason committed Feb 16, 2023
1 parent df23af8 commit e1c7a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/logging/pkg/gateway/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func (p *Plugin) StreamServers() []streamext.Server {
},
{
Desc: &collogspb.LogsService_ServiceDesc,
Impl: &p.otelForwarder,
Impl: p.otelForwarder,
RequireCapability: wellknown.CapabilityLogs,
},
}
Expand Down

0 comments on commit e1c7a1a

Please sign in to comment.