diff --git a/docs/Getting-started/Tutorials/new-ui-faq.md b/docs/Getting-started/Tutorials/new-ui-faq.md new file mode 100644 index 0000000..ddced29 --- /dev/null +++ b/docs/Getting-started/Tutorials/new-ui-faq.md @@ -0,0 +1,60 @@ +# New UI FAQ + +Frequently asked questions about finding features in the new OpsPilot UI. + +--- + +## Where do I find request history? + +Request history is available through the **UI Tunnel** tab on a server. This connects directly to the FusionReactor on-premise agent UI, where you can access the full **Requests** section including history, slow requests, and error history. + +Navigate to **Servers**, select a server, then open the **UI Tunnel** tab. + +--- + +## Where do I view running requests? + +**Live / real-time data** +Use the **UI Tunnel** tab on a server, then navigate to **Requests > Activity** to see all currently running requests in real time. + +![!Screenshot](../../UI/request-activity.png) + + + +--- + +## Where do I view metrics graphs? + +Metrics graphs are available in two places: + +- **Metrics tab** on a server - select a server, open the **Metrics** tab, and use the time-frame selector to view metric graphs over your chosen period. + +![!Screenshot](../../UI/metrics.png) + + +- **UI Tunnel tab** on a server - for live, agent-level metrics graphs directly from FusionReactor, navigate to **Metrics > Web Metrics**. + +--- + +## How do I set up alerting? + +The new alerting system is built on Grafana Alertmanager and is more powerful than the previous system. Alert rules must be placed in a folder and assigned to an evaluation group. + +!!! info "Learn more" + [Alerting overview](/Data-insights/Features/Alerting/Alerts-overview/) for a full walkthrough of rules, contact points, and notification policies. + +--- + +## The FR tunnel isn't working + +If the UI Tunnel tab is not connecting to your FusionReactor instance, the most common cause is a blocked port. + +**Ensure port 443 is open** on the server running FusionReactor. The tunnel uses outbound HTTPS (port 443) to establish the connection. + +!!! info "Learn more" + [Required endpoints](/Getting-started/Tutorials/Common-issues/endpoints/) for the full list of hostnames and ports that must be accessible. + +--- + +!!! question "Need more help?" + Contact support in the chat bubble and let us know how we can assist. diff --git a/docs/UI/metrics.png b/docs/UI/metrics.png new file mode 100644 index 0000000..72d2d60 Binary files /dev/null and b/docs/UI/metrics.png differ diff --git a/docs/UI/request-activity.png b/docs/UI/request-activity.png new file mode 100644 index 0000000..622b344 Binary files /dev/null and b/docs/UI/request-activity.png differ diff --git a/mkdocs.yml b/mkdocs.yml index f37c101..da4bf61 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -57,6 +57,7 @@ nav: - Downloads: Latest-updates/Downloads.md - TUTORIALS & WALKTHROUGHS: - Overview: Getting-started/Tutorials/Overview.md + - New UI FAQ: Getting-started/Tutorials/new-ui-faq.md - Performance analysis: - Post-crash troubleshooting: Overview: Getting-started/Tutorials/troubleshoot-crash.md