You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current watcher stats metric names doesn't match the current
documentation. This commit fixes the behavior of `queued_watches`
metric, deprecates `pending_watches` metric and adds `current_watches`
to match the documented behavior. It also fixes the documentation, which
introduced `executing_watches` metric that was never added.
Fixeselastic#34865
* Watcher: fix metric stats names
The current watcher stats metric names doesn't match the current
documentation. This commit fixes the behavior of `queued_watches`
metric, deprecates `pending_watches` metric and adds `current_watches`
to match the documented behavior. It also fixes the documentation, which
introduced `executing_watches` metric that was never added.
Fixes#34865
The current watcher stats metric names doesn't match the current
documentation. This commit fixes the behavior of `queued_watches`
metric, deprecates `pending_watches` metric and adds `current_watches`
to match the documented behavior. It also fixes the documentation, which
introduced `executing_watches` metric that was never added.
Fixes#34865
While working testing HL REST client for Watcher Stats API I have noticed that the metirics parameters seem to be mislabeled:
returns
while
returns
After discussions with @spinscale and @martijnvg, @spinscale suggested that we should
queued_watches
metric should returnqueued_watches
instead ofcurrent_watches
andpending_watches
should be renamed intocurrent_watches
This is a breaking change, but since nobody noticed reported this discrepancy in the last 2 years, its impact will probably be relatively minimal.
The text was updated successfully, but these errors were encountered: