-
Notifications
You must be signed in to change notification settings - Fork 25k
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
[Enterprise Search] xpack/usage analytics collections count #96063
[Enterprise Search] xpack/usage analytics collections count #96063
Conversation
sloanelybutsurely
commented
May 12, 2023
•
edited
Loading
edited
- updates enterprise search xpack/usage to include a count of analytics collections
aa532bb
to
8ae75fa
Compare
Pinging @elastic/ent-search-eng (Team:Enterprise Search) |
.../src/main/java/org/elasticsearch/xpack/application/EnterpriseSearchUsageTransportAction.java
Show resolved
Hide resolved
.../src/main/java/org/elasticsearch/xpack/application/EnterpriseSearchUsageTransportAction.java
Show resolved
Hide resolved
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.
LGTM
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.
The logic looks good but let's wait for #96104 to be merged. Sorry if it wasn't clear but we shouldn't merge directly in 8.8, I suggested to use the branch only to unblock testing locally.
yeah that's fine. i can easily rebase against |
62a3cd1
to
1620df2
Compare
apologies for the force-push. had to switch base branches |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
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.
LGTM!
...rg/elasticsearch/xpack/core/application/EnterpriseSearchFeatureSetUsageSerializingTests.java
Outdated
Show resolved
Hide resolved
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.
Nice tests 👍
…ch-4402-analytics-collections-count
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine test this please |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation |
…96063) * add analytics collections count to xpack usage * get analytics collections similarly to search apps * update EnterpriseSearchFeatureSetUsageSerializingTests * add analytics coll. counts to usage test * spotless apply * add analytics collection count assertions to usage test * use COUNT static constant in serializing test * conditionally read/write analytics collections usage --------- Co-authored-by: Elastic Machine <[email protected]> (cherry picked from commit e45158f)
…6063) (#96495) * [Enterprise Search] xpack/usage analytics collections count (#96063) * add analytics collections count to xpack usage * get analytics collections similarly to search apps * update EnterpriseSearchFeatureSetUsageSerializingTests * add analytics coll. counts to usage test * spotless apply * add analytics collection count assertions to usage test * use COUNT static constant in serializing test * conditionally read/write analytics collections usage --------- Co-authored-by: Elastic Machine <[email protected]> (cherry picked from commit e45158f) * lower version for analytics usage to 8.8.1