Method: ElasticAPM::Metrics::Registry#get

Defined in:
lib/elastic_apm/metrics.rb

#get(key) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



100
101
102
# File 'lib/elastic_apm/metrics.rb', line 100

def get(key)
  sets.fetch(key)
end