You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current state, when one of the phases fails (it does not matter whether on KeptnApp or KeptnWorkload level) the KeptnAppVersion span is not ended properly (and missing completely), which leads to a wrong child/parent structure when reviewing the results in Jeager or Grafana. The same problem is present for KeptnWorkloadVersion span, when one of the KeptWorkload phases fail.
Failure on KeptnApp level
Failure on KeptnWorkload level
Expected behavior
The spans should be correctly formatted and the KeptnAppVersion/KeptnWorkloadVersion span should exist even if the deployment of the application fails.
The text was updated successfully, but these errors were encountered:
it is unclear to me what do you mean by "correctly formatted". We do not have client/server types so there is no need for a child to finish before a parent.
it is unclear to me what do you mean by "correctly formatted". We do not have client/server types so there is no need for a child to finish before a parent.
True, we can then format the problem that the KeptnAppVersion span is missing.
odubajDT
changed the title
Spans not correctly formatted when one of the lifecycle phases fails
Missing KeptnAppVersion span when one of the lifecycle phases fails
Feb 27, 2024
odubajDT
changed the title
Missing KeptnAppVersion span when one of the lifecycle phases fails
Missing KeptnAppVersion/KeptnWorkloadVersion span when one of the lifecycle phases fails
Feb 27, 2024
Description
In the current state, when one of the phases fails (it does not matter whether on KeptnApp or KeptnWorkload level) the KeptnAppVersion span is not ended properly (and missing completely), which leads to a wrong child/parent structure when reviewing the results in Jeager or Grafana. The same problem is present for KeptnWorkloadVersion span, when one of the KeptWorkload phases fail.
Failure on KeptnApp level
Failure on KeptnWorkload level
Expected behavior
The spans should be correctly formatted and the KeptnAppVersion/KeptnWorkloadVersion span should exist even if the deployment of the application fails.
The text was updated successfully, but these errors were encountered: