-
Notifications
You must be signed in to change notification settings - Fork 102
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
|
/test |
Not sure what's going on with the nil pointer deref, |
/test |
Never mind, I just saw elastic/apm-server#6319 |
packages/apm/7.16.0/changelog.yml
Outdated
# change type can be one of: enhancement, bugfix, breaking-change | ||
- version: "7.16.0" | ||
changes: | ||
- description: remove {transaction,span}.message.routing_key |
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.
Left a comment on the linked APM server PR about this entry
ok, going to wait for #2365 to be merged |
This reverts commit 04b82ac.
💔 Build Failed
Expand to view the summary
Build stats
Steps errorsExpand to view the steps failures
|
1 similar comment
💔 Build Failed
Expand to view the summary
Build stats
Steps errorsExpand to view the steps failures
|
@jsoriano @mtojek do either of you know what's going wrong with this build?
|
Not really, I'm afraid you have to try reproducing it locally. |
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 idea is to bundle the apm, synthetics, endpoint package soon directly with Kibana which indirectly means these will become part of the release train. This does not mean, the packages should not still be available in the registry but that is where the versioning comes from. |
This may cause troubles for our users in the future if they start mixing versions. For example: Kibana 8.3.0 and APM package 7.16.0, because the version constraint allows for it. I would like to highlight here that our initial principle was to not bind package releases with stack trains. |
If I remember correctly we want to go so far that also the constraint would not allow this. Also these packages are "auto upgraded", basically the user will not have an option to opt out in the future. This applies to only a very small list of packages. |
Hm.. interesting. Could you please elaborate more on this?
TIL! Is this list defined in Kibana or in other place? I'd like to learn more about this, e.g. upgrading rules, rollback, etc. |
APM is a stack-aligned product, and we want to keep the number of variables down by fixing the package version exactly to the version of Kibana. (Eventually?) we should update the package's constraint to be an exact version match. I think we want to wait for the package to be bundled in Kibana by release-manager before doing this, as otherwise we'll have to manually release patch releases of the package.
Yes, in Kibana. Here's the recent PR that added APM and Synthetics to the list: elastic/kibana#114641 |
add apmpackage 7.16.0 to snapshot