We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Fetch events using correlation IDs from the Console.
I'll add more details soon.
It would be very useful for debugging to find events that are correlated with an event.
What would be nice is a clickable element on each event in the Live data tab to Find Related Events.
Live data tab
Find Related Events
This would use the correlation ID of the event (which can be found in the event JSON) and fetch related events.
"correlation_ids": [ "gs:uplink:01JA58S81833NAEXSP1KZW6417" ],
Events have a max of 6 or 7 correlated events so this is not a large volume.
This can lead to a dedicated page to display these events.
This page can also have an option to input a correlation ID and search using that.
I don't yet have a clear vision of the UX so we'll have to try out a few options before we settle on how we implement this.
The text was updated successfully, but these errors were encountered:
Replaces: #3312
Sorry, something went wrong.
pierrephz
mjamescompton
No branches or pull requests
Summary
Fetch events using correlation IDs from the Console.
Current Situation
I'll add more details soon.
Why do we need this? Who uses it, and when?
It would be very useful for debugging to find events that are correlated with an event.
Proposed Implementation
What would be nice is a clickable element on each event in the
Live data tab
toFind Related Events
.This would use the correlation ID of the event (which can be found in the event JSON) and fetch related events.
Events have a max of 6 or 7 correlated events so this is not a large volume.
This can lead to a dedicated page to display these events.
This page can also have an option to input a correlation ID and search using that.
I don't yet have a clear vision of the UX so we'll have to try out a few options before we settle on how we implement this.
Contributing
Validation
Code of Conduct
The text was updated successfully, but these errors were encountered: