Skip to content

Commit

Permalink
Update metrics_api/lib/opentelemetry/metrics/meter.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle authored Jan 8, 2025
1 parent 05f588f commit 060aef5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion metrics_api/lib/opentelemetry/metrics/meter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def create_histogram(name, unit: nil, description: nil)
def create_gauge(name, unit: nil, description: nil)
create_instrument(:gauge, name, unit, description, nil) { GAUGE }
end

# UpDownCounter is a synchronous Instrument which supports increments and decrements.
#
# With this api call:
Expand Down

0 comments on commit 060aef5

Please sign in to comment.