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
Summary:
In the event trace messages from the central-ledger timeout handlerTags no tags have been added. Thus master span rules for ending the span cannot be applied. The rules rely on transactionType and transactionAction tags, as well as the service name.
Also the consecutive spans (position, notification) are from different trace.
Severity:
Medium
Priority:
Low
Expected Behavior
Every trace-span event message should have following tags:
Update central-services-shared to add getTransferSpanTags helper method to be able to use it in both central-ledger and ml-api-adapter
Update central-ledger timeout handler to add tags using the shared function and pass span context to the message so prepare handler and ml-notification-handler to fall into the same trace
Update ml-api-adapter to use the shared function
Update event-streaming-processor default.json to cover start and end criteria for the span from timeout handler
Update default.json in helm chart for event-streaming-processor
Notes:
At the moment in the event-streaming-processor the cl timeout handler span is closed as a single trace. This needs to be fixed as soon as the bug is fixed.
The text was updated successfully, but these errors were encountered:
Summary:
In the event trace messages from the central-ledger timeout handlerTags no tags have been added. Thus master span rules for ending the span cannot be applied. The rules rely on transactionType and transactionAction tags, as well as the service name.
Also the consecutive spans (position, notification) are from different trace.
Severity:
Medium
Priority:
Low
Expected Behavior
Every trace-span event message should have following tags:
as payerFsp and payeeFsp, if applicable.
Steps to Reproduce
Tasks
Pull Requests
Dependencies
Specifications
Notes:
At the moment in the event-streaming-processor the cl timeout handler span is closed as a single trace. This needs to be fixed as soon as the bug is fixed.
The text was updated successfully, but these errors were encountered: