-
Notifications
You must be signed in to change notification settings - Fork 25.4k
Add ESQL telemetry collection #119474
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
Add ESQL telemetry collection #119474
Conversation
Documentation preview: |
Pinging @elastic/es-analytical-engine (Team:Analytics) |
Hi @smalyshev, I've created a changelog YAML for you. |
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.
Small drive-by style/clarity comments for stats.asciidoc
only
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.
Re-approval after Close/Reopen of PR.
Co-authored-by: Marci W <[email protected]>
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.
docs LGTM
💔 Backport failedYou can use sqren/backport to manually backport by running |
* Add ESQL telemetry collection (cherry picked from commit 0292905) # Conflicts: # server/src/main/java/org/elasticsearch/TransportVersions.java
Adds _esql section to ccs metrics at _cluster/stats. Only available when any ES|QL queries have been performed.
Taking over from #117282, see more comments there.