Skip to content

UI for Add metrics, input, and pipeline columns to Streams Overview#26127

Merged
ousmaneo merged 12 commits into
masterfrom
feat/streams-overview-metrics-column
Jun 5, 2026
Merged

UI for Add metrics, input, and pipeline columns to Streams Overview#26127
ousmaneo merged 12 commits into
masterfrom
feat/streams-overview-metrics-column

Conversation

@ousmaneo
Copy link
Copy Markdown
Contributor

@ousmaneo ousmaneo commented May 26, 2026

The Streams Overview table does not expose recent stream activity and related entities directly in the list view. Users have to navigate away to inspect
message volume, processing time, associated inputs, and connected/routing pipelines.

Solution

This change adds new Streams Overview columns backed by the stream metrics endpoint and expandable sections for related entities.

Scope

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (non-breaking change)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have requested a documentation update.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.

@ousmaneo ousmaneo changed the base branch from master to streams_columns May 26, 2026 13:38
@ousmaneo ousmaneo marked this pull request as ready for review May 26, 2026 16:06
@ousmaneo ousmaneo requested a review from a team May 26, 2026 16:06
Base automatically changed from streams_columns to master May 28, 2026 16:52
@ousmaneo ousmaneo force-pushed the feat/streams-overview-metrics-column branch from 0b9b8f6 to 13a8fb9 Compare May 29, 2026 10:05
@ousmaneo ousmaneo force-pushed the feat/streams-overview-metrics-column branch from 13a8fb9 to c232012 Compare May 29, 2026 10:57
Copy link
Copy Markdown
Contributor

@gally47 gally47 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good, 2 comments below:

  • expanded metric sections can show empty content after their column is hidden.
Image _
  • the new stream metric count cells show 0 badges, unlike existing stream overview section cells. (we agreed with Tully last time to hide those, I'd say only for count cells, for 0ms like processing time we can keep them)
Image

@ousmaneo
Copy link
Copy Markdown
Contributor Author

ousmaneo commented Jun 4, 2026

Thank you for the review.

  • expanded metric sections can show empty content after their column is hidden.

Image _

This is the default behaviour of the EntityDataTable expanded sections. If you expand a section then hide the field the expanded section remains open. Can you please create a UI issue for that.

@ousmaneo ousmaneo requested a review from gally47 June 4, 2026 07:15
Copy link
Copy Markdown
Contributor

@gally47 gally47 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested it, LGTM.

@ousmaneo ousmaneo merged commit cbbef02 into master Jun 5, 2026
24 checks passed
@ousmaneo ousmaneo deleted the feat/streams-overview-metrics-column branch June 5, 2026 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants