Skip to content

Commit

Permalink
Update metrics_api/lib/opentelemetry/metrics/instrument/gauge.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Kayla Reopelle <[email protected]>
  • Loading branch information
xuan-cao-swi and kaylareopelle authored Sep 19, 2024
1 parent 71ebe5b commit d0f510a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics_api/lib/opentelemetry/metrics/instrument/gauge.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module Instrument
class Gauge
# Record the current value for the Gauge
#
# @param [Numeric] amount The amount to be added, can be positive, negative or zero.
# @param [Numeric] amount The current absolute value.
# @param [Hash{String => String, Numeric, Boolean, Array<String, Numeric, Boolean>}] attributes
# Values must be non-nil and (array of) string, boolean or numeric type.
# Array values must not contain nil elements and all elements must be of
Expand Down

0 comments on commit d0f510a

Please sign in to comment.