Module: Elasticsearch::API::Profiling

Defined in:
lib/elasticsearch/api/namespace/profiling.rb,
lib/elasticsearch/api/actions/profiling/status.rb,
lib/elasticsearch/api/actions/profiling/flamegraph.rb,
lib/elasticsearch/api/actions/profiling/stacktraces.rb

Defined Under Namespace

Modules: Actions Classes: ProfilingClient

Instance Method Summary collapse

Instance Method Details

#profilingObject

Proxy method for ProfilingClient, available in the receiving object



31
32
33
# File 'lib/elasticsearch/api/namespace/profiling.rb', line 31

def profiling
  @profiling ||= ProfilingClient.new(self)
end