lib/elasticsearch/api/actions/profiling/flamegraph.rb in elasticsearch-api-8.14.0 vs lib/elasticsearch/api/actions/profiling/flamegraph.rb in elasticsearch-api-8.15.0
- old
+ new
@@ -25,10 +25,10 @@
# Extracts a UI-optimized structure to render flamegraphs from Universal Profiling.
#
# @option arguments [Hash] :headers Custom HTTP headers
# @option arguments [Hash] :body The filter conditions for the flamegraph (*Required*)
#
- # @see https://www.elastic.co/guide/en/observability/8.14/universal-profiling.html
+ # @see https://www.elastic.co/guide/en/observability/8.15/universal-profiling.html
#
def flamegraph(arguments = {})
request_opts = { endpoint: arguments[:endpoint] || 'profiling.flamegraph' }
raise ArgumentError, "Required argument 'body' missing" unless arguments[:body]