Skip to content

Add activity filter for endpoint message types#2893

Open
dvdstelt wants to merge 2 commits intomasterfrom
feature/active-message-types-filter
Open

Add activity filter for endpoint message types#2893
dvdstelt wants to merge 2 commits intomasterfrom
feature/active-message-types-filter

Conversation

@dvdstelt
Copy link
Member

@dvdstelt dvdstelt commented Mar 17, 2026

Closes #2890

Adds a client-side filter to the Message Types tab on the Endpoint Details monitoring view, allowing users to show only message types with recent throughput activity.

  • Filter options: All (default) | 1 min | 5 min | 15 min
  • Filters by checking only the trailing portion of the throughput data points matching the selected time window
  • Filter options adapt to the selected history period (e.g. "15 min" is hidden when viewing 1 or 5 minute history)
  • Pagination resets to page 1 and reflects the filtered count when a filter is active

servicepulse

Reviewer Checklist

  • Components are broken down into sensible and maintainable sub-components.
  • Styles are scoped to the component using it. If multiple components need to share CSS, then a .css file is created containing the shared CSS and imported into component scoped style sections.
  • Naming is consistent with existing code, and adequately describes the component or function being introduced
  • Only functions utilizing Vue state or lifecycle hooks are named as composables (i.e. starting with 'use');
  • No module-level state is being introduced. If so, request the PR author to move the state to the corresponding Pinia store.

Allow users to filter message types by recent activity (All, 1 min,
5 min, 15 min) so they can quickly find actively processing types
without paginating through inactive ones. Closes #2890.
The filter now checks only the trailing portion of data points
matching the selected time window, so inactive message types
disappear when their last activity exceeds the filter threshold.
Also hides filter options that exceed the current history period.
@dvdstelt dvdstelt force-pushed the feature/active-message-types-filter branch from ea4a510 to e6e822e Compare March 17, 2026 00:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Improvement Type: Improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add filter 'Active only' to only show active Message Types in Monitoring

2 participants