Skip to content

Commit

Permalink
Corrent comments for the metric data storage location
Browse files Browse the repository at this point in the history
  • Loading branch information
yumosx committed Nov 23, 2024
1 parent 2edaccb commit 4bdfa3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/metric/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ type Reader interface {
aggregation(InstrumentKind) Aggregation // nolint:revive // import-shadow for method scoped by type.

// Collect gathers and returns all metric data related to the Reader from
// the SDK and stores it in out. An error is returned if this is called
// after Shutdown or if out is nil.
// the SDK and stores it in rm. An error is returned if this is called
// after Shutdown or if rm is nil resourceMetrics.
//
// This method needs to be concurrent safe, and the cancellation of the
// passed context is expected to be honored.
Expand Down

0 comments on commit 4bdfa3d

Please sign in to comment.