Skip to content

ESQL: Count took times #126547

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

Merged
merged 4 commits into from
Apr 10, 2025
Merged

ESQL: Count took times #126547

merged 4 commits into from
Apr 10, 2025

Conversation

nik9000
Copy link
Member

@nik9000 nik9000 commented Apr 9, 2025

Build a little histogram of the took times of ESQL queries in a cluster. Graphing this can tell you how much ESQL is in use. Especially for heavy or light things.

Build a little histogram of the `took` times of ESQL queries in a
cluster. Graphing this can tell you how much ESQL is in use. Especially
for heavy or light things.
@nik9000 nik9000 requested a review from luigidellaquila April 9, 2025 17:53
@elasticsearchmachine elasticsearchmachine added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Apr 9, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-analytical-engine (Team:Analytics)

@nik9000
Copy link
Member Author

nik9000 commented Apr 9, 2025

This is fun. Here's the took histogram after all but one of the csv tests:

{
  lt_10ms=5187,
  lt_100ms=418,
  lt_1s=4
}

Copy link
Contributor

@luigidellaquila luigidellaquila left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @nik9000!

@nik9000 nik9000 merged commit afe97af into elastic:main Apr 10, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL >non-issue Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) v9.1.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants