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 df10abf commit 71ebe5b
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 @@ -9,7 +9,7 @@ module Metrics
module Instrument
# No-op implementation of Gauge.
class Gauge
# Increment or decrement the UpDownCounter by a fixed amount.
# Record the current value for the Gauge
#
# @param [Numeric] amount The amount to be added, can be positive, negative or zero.
# @param [Hash{String => String, Numeric, Boolean, Array<String, Numeric, Boolean>}] attributes
Expand Down

0 comments on commit 71ebe5b

Please sign in to comment.