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

Fetch events using correlation IDs from the Console #7314

Open
3 of 6 tasks
KrishnaIyer opened this issue Sep 18, 2024 · 1 comment
Open
3 of 6 tasks

Fetch events using correlation IDs from the Console #7314

KrishnaIyer opened this issue Sep 18, 2024 · 1 comment
Assignees
Labels
c/console This is related to the Console needs/discussion We need to discuss this

Comments

@KrishnaIyer
Copy link
Member

KrishnaIyer commented Sep 18, 2024

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

Screenshot 2024-10-14 at 15 52 18

What would be nice is a clickable element on each event in the Live data tab to 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.

  • We can list these events in table form
  • These events can be sorted on ascending or descending timestamp

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

  • I can help by doing more research.
  • I can help by implementing the feature after the proposal above is approved.
  • I can help by testing the feature before it's released.

Validation

Code of Conduct

@KrishnaIyer KrishnaIyer added c/console This is related to the Console needs/ux This needs UX design / approval needs/triage We still need to triage this labels Sep 18, 2024
@KrishnaIyer KrishnaIyer added this to the v3.33.0 milestone Sep 18, 2024
@KrishnaIyer KrishnaIyer removed this from the v3.33.0 milestone Oct 6, 2024
@KrishnaIyer KrishnaIyer added needs/design needs/discussion We need to discuss this and removed needs/triage We still need to triage this needs/design needs/ux This needs UX design / approval labels Oct 6, 2024
@KrishnaIyer
Copy link
Member Author

Replaces: #3312

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/console This is related to the Console needs/discussion We need to discuss this
Projects
None yet
Development

No branches or pull requests

3 participants