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

[APM] Update ES archive used for API tests #85286

Merged
merged 3 commits into from
Dec 8, 2020

Conversation

dgieselaar
Copy link
Member

Updates the main ES archive with 7.11 data, which includes span metrics.

I've added some optimisations to the export script to only archive indices that have documents matching the given query.

I'm also seeing that there are new snapshots, I'll look into that separately.

@dgieselaar dgieselaar added Team:APM All issues that need APM UI Team support release_note:skip Skip the PR/issue when compiling release notes v7.11.0 labels Dec 8, 2020
@dgieselaar dgieselaar requested a review from a team as a code owner December 8, 2020 15:32
@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui (Team:apm)

@dgieselaar dgieselaar changed the title [APM] Make sure jest script can be run from anywhere [APM] Update ES archive used for API tests Dec 8, 2020
const indicesWithDocs =
response.body.aggregations?.index.buckets.map(
(bucket) => bucket.key as string
) ?? [];
Copy link
Contributor

Choose a reason for hiding this comment

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

This is great!

Copy link
Contributor

@ogupte ogupte left a comment

Choose a reason for hiding this comment

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

Nice work!

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Distributable file count

id before after diff
default 46948 47708 +760

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@dgieselaar dgieselaar merged commit d44fa13 into elastic:master Dec 8, 2020
dgieselaar added a commit to dgieselaar/kibana that referenced this pull request Dec 9, 2020
* [APM] Make sure jest script can be run from anywhere

* Update archive to 7.11
dgieselaar added a commit that referenced this pull request Dec 9, 2020
* [APM] Make sure jest script can be run from anywhere

* Update archive to 7.11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes Team:APM All issues that need APM UI Team support v7.11.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants