Skip to content

Commit

Permalink
Address PR comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
MadVikingGod authored Jul 11, 2022
1 parent 50d55b6 commit 0bc6c36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/metric/export/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ type ResourceMetrics struct {
// ScopeMetrics is a collection of Metrics Produces by a Meter.
type ScopeMetrics struct {
// Scope is the Scope that the Meter was created with.
Scope instrumentation.Library
Scope instrumentation.Scope
// Metrics are a list of aggregations created by the Meter.
Metrics []Metrics
}
Expand All @@ -59,7 +59,7 @@ type Metrics struct {
}

// Aggregation is the store of data reported by an Instrument.
// It will be one of: Gauge, Sum Histogram.
// It will be one of: Gauge, Sum, Histogram.
type Aggregation interface {
privateAggregation()
}
Expand Down

0 comments on commit 0bc6c36

Please sign in to comment.