-
Notifications
You must be signed in to change notification settings - Fork 525
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
Backwards incompatible changes to consider for 7.0 #1509
Comments
related: planned breaking changes in beats |
Refactoring APM Server:
To discuss:
|
To discuss: #1679
|
|
To discuss: #1681 Switch to user-friendly configuration. For example, replace:
with something like:
|
Moreover, consider only allowing changes that don't break the UI (eg adding a string after |
Consider #1401 |
Closing this, as we created issues for every single suggestion that we will consider. |
This is a list to track things we'd like to change which cannot be changed in a minor:
Documents in Elasticsearch:
transaction.span_count.total.dropped
totransaction.span_count.dropped
so it's at the same level astransaction.span_count.started
and aligns with the v2 intake protocol. Investigate to movetransaction.span_count.dropped.total
totransaction.span_count.dropped
#1675span.start
andtimestamp.us
in favor of just using microsecond precision@timestamp
. Use @timestamp instead of timestamp.us and switch to type date_nanos #1678Remove Kibana Index Pattern and Dashboards from shipping with APM ServerProposal: Changeduration
to be microseconds apm#2 Intake API: Changeduration
to be microsecondsspan.hex_id
fields in favor of justspan.id
. Movingspan.hex_id
tospan.id
#1677Refactoring APM Server:
The text was updated successfully, but these errors were encountered: