Skip to content

Commit

Permalink
Remove unneeded TODO from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Oct 28, 2022
1 parent 00c3a72 commit 671d3fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sdk/metric/pipeline.go
Expand Up @@ -430,7 +430,6 @@ func newPipelines(res *resource.Resource, readers map[Reader][]view.View) pipeli
return pipes
}

// TODO (#3053) Only register callbacks if any instrument matches in a view.
func (p pipelines) registerCallback(fn func(context.Context)) {
for _, pipe := range p {
pipe.addCallback(fn)
Expand Down

0 comments on commit 671d3fe

Please sign in to comment.