Skip to content
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

Count scans in search stats and add metrics for scrolls #12069

Closed
wants to merge 1 commit into from
Closed

Count scans in search stats and add metrics for scrolls #12069

wants to merge 1 commit into from

Conversation

jasontedor
Copy link
Member

Each scroll on a scan causes a query to be executed. This commit adds support for these indirect queries to count against the search stats.
Additionally, this commit adds three new search stats: scroll_count, scroll_time_in_millis, and scroll_current. scroll_count tracks the
number of completed scrolls. scroll_time_in_millis tracks the total time that scrolls were held open. scroll_current tracks the number of
scrolls currently open.

Closes #9109

Each scroll on a scan causes a query to be executed. This commit adds support for these indirect queries to count against the search stats.
Additionally, this commit adds three new search stats: scroll_count, scroll_time_in_millis, and scroll_current. scroll_count tracks the
number of completed scrolls. scroll_time_in_millis tracks the total time that scrolls were held open. scroll_current tracks the number of
scrolls currently open.

Closes #9109
@jpountz
Copy link
Contributor

jpountz commented Jul 7, 2015

LGTM

@jasontedor jasontedor added >enhancement :Data Management/Stats Statistics tracking and retrieval APIs v2.0.0-beta1 labels Jul 7, 2015
@jasontedor jasontedor closed this Jul 7, 2015
@jasontedor jasontedor deleted the feature/9109 branch July 7, 2015 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Stats Statistics tracking and retrieval APIs >enhancement v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants