Skip to content

Commit

Permalink
Update metric/noop/noop.go
Browse files Browse the repository at this point in the history
Co-authored-by: David Ashpole <[email protected]>
  • Loading branch information
MrAlias and dashpole authored May 13, 2024
1 parent 3adca8b commit e274989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metric/noop/noop.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func (Meter) Float64Histogram(string, ...metric.Float64HistogramOption) (metric.
return Float64Histogram{}, nil
}

// Float64Gauge returns a Gauge used to record int64 measurements that
// Float64Gauge returns a Gauge used to record float64 measurements that
// produces no telemetry.
func (Meter) Float64Gauge(string, ...metric.Float64GaugeOption) (metric.Float64Gauge, error) {
return Float64Gauge{}, nil
Expand Down

0 comments on commit e274989

Please sign in to comment.