-
Notifications
You must be signed in to change notification settings - Fork 24.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Watcher: fix metric stats names #34951
Watcher: fix metric stats names #34951
Conversation
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 elastic#34865
Pinging @elastic/es-core-infra |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol, looks like youve dealt with deprecations before :P
LGTM but would like @spinscale to have a look since im not super familiar w these params
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor typo. LGTM otherwise. Thanks for doing it!
"Test watcher stats current watches": | ||
- skip: | ||
version: " - 6.99.99" | ||
reason: materics were fixed in 7.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: metrics
?
"Test watcher stats queued watches": | ||
- skip: | ||
version: " - 6.99.99" | ||
reason: materics were fixed in 7.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: metrics
?
"Test watcher stats queued watches using pending_watches": | ||
- skip: | ||
version: " - 6.99.99" | ||
reason: materics were fixed in 7.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo: metrics
?
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 addscurrent_watches
to match the documented behavior. It also fixes the documentation, which
introduced
executing_watches
metric that was never added.Fixes #34865