lib/elasticsearch/xpack/api/actions/watcher/stats.rb in elasticsearch-xpack-7.9.0 vs lib/elasticsearch/xpack/api/actions/watcher/stats.rb in elasticsearch-xpack-7.10.0.pre
- old
+ new
@@ -21,14 +21,13 @@
module Watcher
module Actions
# Retrieves the current Watcher metrics.
#
# @option arguments [List] :metric Controls what additional stat metrics should be include in the response (options: _all, queued_watches, current_watches, pending_watches)
- # @option arguments [List] :metric Controls what additional stat metrics should be include in the response (options: _all, queued_watches, current_watches, pending_watches)
# @option arguments [Boolean] :emit_stacktraces Emits stack traces of currently running watches
# @option arguments [Hash] :headers Custom HTTP headers
#
- # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.9/watcher-api-stats.html
+ # @see https://www.elastic.co/guide/en/elasticsearch/reference/7.10/watcher-api-stats.html
#
def stats(arguments = {})
headers = arguments.delete(:headers) || {}
arguments = arguments.clone