Add ESQL telemetry collection#119474
Merged
smalyshev merged 35 commits intoelastic:mainfrom Jan 2, 2025
Merged
Conversation
Contributor
|
Documentation preview: |
Collaborator
|
Pinging @elastic/es-analytical-engine (Team:Analytics) |
Collaborator
|
Hi @smalyshev, I've created a changelog YAML for you. |
marciw
reviewed
Jan 2, 2025
Contributor
marciw
left a comment
There was a problem hiding this comment.
Small drive-by style/clarity comments for stats.asciidoc only
Co-authored-by: Marci W <333176+marciw@users.noreply.github.com>
quux00
approved these changes
Jan 2, 2025
Contributor
quux00
left a comment
There was a problem hiding this comment.
Re-approval after Close/Reopen of PR.
marciw
reviewed
Jan 2, 2025
Co-authored-by: Marci W <333176+marciw@users.noreply.github.com>
Collaborator
💔 Backport failedYou can use sqren/backport to manually backport by running |
smalyshev
added a commit
to smalyshev/elasticsearch
that referenced
this pull request
Jan 2, 2025
* Add ESQL telemetry collection (cherry picked from commit 0292905) # Conflicts: # server/src/main/java/org/elasticsearch/TransportVersions.java
elasticsearchmachine
pushed a commit
that referenced
this pull request
Jan 2, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.