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,
lib/elasticsearch/api/actions/profiling/topn_functions.rb
Defined Under Namespace
Modules: Actions Classes: ProfilingClient
Instance Method Summary collapse
-
#profiling ⇒ Object
Proxy method for ProfilingClient, available in the receiving object.
Instance Method Details
#profiling ⇒ Object
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 |