Method: ElasticAPM::Metrics::Registry#running?
- Defined in:
- lib/elastic_apm/metrics.rb
#running? ⇒ Boolean
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.
84 85 86 |
# File 'lib/elastic_apm/metrics.rb', line 84 def running? !!@running end |