Skip to content

Commit

Permalink
Remove stale TODO (#3083)
Browse files Browse the repository at this point in the history
The aggregation transform function was added in #2958.
  • Loading branch information
MrAlias authored Aug 11, 2022
1 parent 258bb2d commit 7e85a50
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdk/metric/view/view.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ func (v View) AttributeFilter() func(attribute.Set) attribute.Set {
}
}

// TODO: Provide Transform* for AggregationKind (#2816)

func (v View) matchName(name string) bool {
return v.instrumentName == nil || v.instrumentName.MatchString(name)
}
Expand Down

0 comments on commit 7e85a50

Please sign in to comment.