Skip to content

Commit

Permalink
Update comment on exemplars.Proxy struct
Browse files Browse the repository at this point in the history
  • Loading branch information
goku321 committed Mar 19, 2021
1 parent 8fdd90c commit 78274bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/exemplars/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

// Proxy implements exemplarspb.Exemplars gRPC that fanouts requests to
// given exemplarspb.Exemplars and de-duplication on the way.
// given exemplarspb.Exemplars.
type Proxy struct {
logger log.Logger
exemplars func() []exemplarspb.ExemplarsClient
Expand Down

0 comments on commit 78274bd

Please sign in to comment.