Feature/index trend metrics#156
Closed
DevSars24 wants to merge 2 commits into
Closed
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.
Summary
This PR adds three small improvements to the dashboard:
These are additive changes with no breaking changes and no new external dependencies.
Changes
Request Rate Sparkline
Added a small sparkline next to the total requests metric to visualize request activity over the configured lookback period.
Error Rate Trend Indicator
Added a trend indicator to the error rate metric that compares the current lookback window with the previous one and displays whether the error rate is improving or worsening when enough data is available.
Keyboard Shortcuts
Added support for the following shortcuts:
/to focus the search box.Escto close the details panel or blur the search input.cto copy the current request as cURL.The shortcuts do not interfere with typing in input fields or standard browser shortcuts.
Files Updated
HtmlRenderer.cs.DebugProbeOptions.cs.HtmlRendererTests.cs.debugprobe-ui.js.Testing