-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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] date_histogram interval
field deprecated upgrade to fixed_interval
or calendar_interval
#39584
Comments
Pinging @elastic/apm-ui |
From the ES docs:
AFAICT we never force any calculated interval to be |
Closes elastic#39584. Replaces 'interval' with 'fixed_interval'
* [APM] Migrate deprecated date_histogram parameter Closes #39584. Replaces 'interval' with 'fixed_interval' * Update snapshot
* [APM] Migrate deprecated date_histogram parameter Closes elastic#39584. Replaces 'interval' with 'fixed_interval' * Update snapshot
APM is added to the TODO list as blocking #27410
We should replace all uses of
interval
within ourdate_histogram
queries to eitherfixed_interval
orcalendar_interval
. We currently use some helper function that generate this field based on the calendar selection (especially for charts and metrics), so we'll need to make sure it sets the new field correctly, so we can mark ourselves complete in this overall effort.The text was updated successfully, but these errors were encountered: