feature(web/monitor): Triggers tab UI#182
Open
jamby77 wants to merge 1 commit into
Open
Conversation
d074c71 to
1108f68
Compare
497ad76 to
fd90f16
Compare
1108f68 to
0b5686d
Compare
fd90f16 to
217ea9d
Compare
0b5686d to
9781e93
Compare
217ea9d to
287231a
Compare
9781e93 to
0372c5b
Compare
Pro+ feature, gated by MONITOR_ANOMALY_TRIGGER: - New TriggersTable component: created at, status badge, source metric/anomaly, expiry (relative), fired session id, created by, Delete button on active rows - Monitor.tsx wraps Sessions in a Tabs container; adds a Triggers tab visible only when the license grants MONITOR_ANOMALY_TRIGGER - monitorApi gains listTriggers / createTrigger / cancelTrigger - WebhookForm gets labels for monitor.session.skipped and monitor.trigger.created (introduced in PR 16) - Polling refreshes triggers every 5s while the tab/page is open; cancel invalidates the query so the row disappears on success
287231a to
33b47d3
Compare
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
PR 17 of the MONITOR stack. Adds the Pro+ Triggers tab to `/monitor`.
How to verify
Requires a Pro+ license configured locally (otherwise the API returns 402 and the tab is hidden).
Test plan