Method: ElasticAPM::Config#enabled_instrumentations

Defined in:
lib/elastic_apm/config.rb

#enabled_instrumentationsObject

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.



178
179
180
# File 'lib/elastic_apm/config.rb', line 178

def enabled_instrumentations
  available_instrumentations - disable_instrumentations
end