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] Add time range to event metadata API #167132

Merged

Conversation

sorenlouv
Copy link
Member

Closes #166424

@sorenlouv sorenlouv requested a review from a team as a code owner September 25, 2023 10:24
@botelastic botelastic bot added the Team:APM All issues that need APM UI Team support label Sep 25, 2023
@elasticmachine
Copy link
Contributor

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

@apmmachine
Copy link
Contributor

🤖 GitHub comments

Expand to view the GitHub comments

Just comment with:

  • /oblt-deploy : Deploy a Kibana instance using the Observability test environments.
  • /oblt-deploy-serverless : Deploy a serverless Kibana instance using the Observability test environments.
  • run elasticsearch-ci/docs : Re-trigger the docs validation. (use unformatted text in the comment!)

@sorenlouv sorenlouv force-pushed the add-time-range-event-metadata-api branch from 3045014 to 8138fb2 Compare September 27, 2023 07:11
@sorenlouv sorenlouv force-pushed the add-time-range-event-metadata-api branch from 8138fb2 to be998ab Compare September 29, 2023 21:36
@sorenlouv sorenlouv enabled auto-merge (squash) September 29, 2023 21:36
@kibana-ci
Copy link
Collaborator

💛 Build succeeded, but was flaky

Failed CI Steps

Test Failures

  • [job] [logs] FTR Configs #47 / core plugins rendering service exposes plugin config settings to unauthenticated users
  • [job] [logs] FTR Configs #44 / Serverless Common UI - Examples Discover customization examples Customizations "before all" hook for "Top nav"

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
apm 3.7MB 3.7MB +116.0B

History

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

// @ts-expect-error
id: doc[processorEvent].id as string,
timestamp: doc['@timestamp'],
};
}

registry.when('Event metadata', { config: 'basic', archives: ['apm_8.0.0'] }, () => {
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: We will have to start adhering to the new API guidelines, which Dario is creating where if someone works on an API test which use Archives, then we should migrate it to Synthtrace or Index using ES. This way we will soon get rid of all Archives without spending dedicate time.

Copy link
Member Author

Choose a reason for hiding this comment

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

That's a good point. I'll convert this asap

@sorenlouv sorenlouv merged commit 7a113e2 into elastic:main Oct 2, 2023
23 checks passed
@kibanamachine kibanamachine added the backport:skip This commit does not require backporting label Oct 2, 2023
@sorenlouv sorenlouv deleted the add-time-range-event-metadata-api branch October 2, 2023 09:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport:skip This commit does not require backporting release_note:enhancement Team:APM All issues that need APM UI Team support v8.11.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[APM] Add time range query to get_event_metadata
7 participants