Frontend for the pluggable entity metrics endpoint (Inputs page)#26094
Open
ousmaneo wants to merge 4 commits into
Open
Frontend for the pluggable entity metrics endpoint (Inputs page)#26094ousmaneo wants to merge 4 commits into
ousmaneo wants to merge 4 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Wires the new
GET /system/inputs/metricsendpoint into the Inputs overview as three opt-in, hidden-by-default columns. No metrics request fires unless the user enables one of them via the column picker.New columns
messages_per_stream(sum of values)POST /system/catalog/entities/titles, deleted streams shown as<id> (deleted)extractor_countGET /system/inputs/{inputId}/extractors; "Manage extractors" lives in the section's actions slotmessages_per_streamkeysEach cell renders as a
CountBadgewith a chevron that flips when the matching section is open. While metrics are loading the cell shows a spinner; on error or missing data it falls back to—— the table itself never blocks on the metrics fetch (two-phase render).Scope
Inputs page only. Streams, Forwarder Inputs, and Event Definitions columns from the broader project PRD are out of scope for this PR and will land with their own backend endpoints.
/nocl
associated to #25997
part of #25928
Types of changes
Checklist: