Skip to content
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

Add calls to the EventEmitter on Trace fetching (all events, except STOPPED_INFO) #2267

Closed
danielbdias opened this issue Mar 28, 2023 · 0 comments
Assignees
Labels

Comments

@danielbdias
Copy link
Contributor

danielbdias commented Mar 28, 2023

On this task, we should handle the following examples:

Stage Event Type Description
Trace POLLING_START Starting the trace polling process
Trace POLLING_ITERATION_INFO A polling iteration has been executed,# of spans - iteration # - reason of next iteration
Trace POLLING_SUCCESS The polling strategy has succeeded in fetching the trace from the Data Store
Trace POLLING_ERROR The polling strategy has failed to fetch the trace
Trace FETCHING_START Starting the trace fetching process
Trace FETCHING_SUCCESS The trace was successfully processed by the backend
Trace FETCHING_ERROR The trace was not able to be fetched
@danielbdias danielbdias changed the title Add calls to the Event Publisher on Trace fetching (all events) Add calls to the EventEmitter on Trace fetching (all events) Mar 30, 2023
@danielbdias danielbdias self-assigned this Mar 31, 2023
@danielbdias danielbdias changed the title Add calls to the EventEmitter on Trace fetching (all events) Add calls to the EventEmitter on Trace fetching (all events, except STOPPED_INFO) Mar 31, 2023
@danielbdias danielbdias mentioned this issue Apr 1, 2023
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant