Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 60 additions & 0 deletions docs/Getting-started/Tutorials/new-ui-faq.md
Original file line number Diff line number Diff line change
@@ -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.
Binary file added docs/UI/metrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/UI/request-activity.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading