- Connect AI assistants like Claude Desktop directly to your FusionReactor Cloud data using MCP. Gain real-time insights, run queries, and integrate FR Cloud with your AI workflows — powered by the open-source Grafana MCP project.
+ Connect AI assistants like Claude Desktop directly to your FusionReactor Cloud data using MCP. Gain real-time insights, run queries, and integrate FR Cloud with your AI workflows - powered by the open-source Grafana MCP project.
@@ -126,7 +126,7 @@ We’ve added a new way to investigate issues by exploring logs directly inside
**Highlights:**
-* Instantly see log volume and sample log lines when opening Explore Logs — no more blank screen.
+* Instantly see log volume and sample log lines when opening Explore Logs - no more blank screen.
* Browse labels and detected fields with volume and distribution insights; refine results without writing LogQL.
* Spot common patterns to filter noise or focus on anomalies.
@@ -158,7 +158,7 @@ We’re excited to announce the availability of Traces Drilldown in Explore, de
You now have more control over your queries in OpsPilot with the new **Web Search Toggle**!
-Easily **enable or disable web search** depending on your needs — perfect for switching between private/internal topics and general web lookups.
+Easily **enable or disable web search** depending on your needs - perfect for switching between private/internal topics and general web lookups.
**Where to find it:**
Look for the **globe icon** next to the mic in the chat bar.
diff --git a/docs/Monitor-your-data/Katie/overview.md b/docs/Monitor-your-data/Katie/overview.md
index b47e9d6..cf23490 100644
--- a/docs/Monitor-your-data/Katie/overview.md
+++ b/docs/Monitor-your-data/Katie/overview.md
@@ -48,7 +48,7 @@ As a cluster administrator, you’ll need to install the Katie Agent in each Kub
### Katie MCP
-Once the agent is installed, you can use the Katie MCP with any compatible MCP host — such as Claude Desktop — to interact with your cluster and gain real-time insights into its performance.
+Once the agent is installed, you can use the Katie MCP with any compatible MCP host - such as Claude Desktop - to interact with your cluster and gain real-time insights into its performance.
!!! info
[Installing Katie MCP](/Monitor-your-data/Katie/install/)
\ No newline at end of file
diff --git a/docs/Monitor-your-data/OpenTelemetry/Instrumentation/PHP.md b/docs/Monitor-your-data/OpenTelemetry/Instrumentation/PHP.md
index 5b773d3..699786c 100644
--- a/docs/Monitor-your-data/OpenTelemetry/Instrumentation/PHP.md
+++ b/docs/Monitor-your-data/OpenTelemetry/Instrumentation/PHP.md
@@ -96,7 +96,7 @@ $loggerProvider = LoggerProvider::builder()
->addLogRecordProcessor(new SimpleLogRecordProcessor($logsExporter))
->build();
-// Register all providers globally (single call — avoids overwriting)
+// Register all providers globally (single call - avoids overwriting)
Sdk::builder()
->setTracerProvider($tracerProvider)
->setMeterProvider($meterProvider)
diff --git a/docs/Monitor-your-data/OpenTelemetry/Instrumentation/node.md b/docs/Monitor-your-data/OpenTelemetry/Instrumentation/node.md
index 95537e2..ef3be06 100644
--- a/docs/Monitor-your-data/OpenTelemetry/Instrumentation/node.md
+++ b/docs/Monitor-your-data/OpenTelemetry/Instrumentation/node.md
@@ -18,7 +18,7 @@ This guide demonstrates how to instrument a Node.js application with OpenTelemet
Create a new directory for your project and add the following files.
-**`package.json`** — defines the project and its OpenTelemetry dependencies:
+**`package.json`** - defines the project and its OpenTelemetry dependencies:
```json
{
@@ -43,7 +43,7 @@ Create a new directory for your project and add the following files.
}
```
-**`Dockerfile`** — builds and runs the application:
+**`Dockerfile`** - builds and runs the application:
```dockerfile
FROM node:18-alpine
diff --git a/docs/Monitor-your-data/OpenTelemetry/Visualize/Distributed-tracing.md b/docs/Monitor-your-data/OpenTelemetry/Visualize/Distributed-tracing.md
index 9953f0a..093e6da 100644
--- a/docs/Monitor-your-data/OpenTelemetry/Visualize/Distributed-tracing.md
+++ b/docs/Monitor-your-data/OpenTelemetry/Visualize/Distributed-tracing.md
@@ -16,7 +16,7 @@ FusionReactor Cloud is able to provide distributed trace information which is ca
Distributed tracing occurs when a single request is assigned a unique trace ID. As user requests travel through a distributed system, sets of spans are generated for every new operation that is required on the journey.
-Multiple functions are performed on the request that generate different connected and/or nested spans — all of which have trace data encoded in them. This data can include recorded annotation information like date, time, duration, error messages, service names or any metadata.
+Multiple functions are performed on the request that generate different connected and/or nested spans - all of which have trace data encoded in them. This data can include recorded annotation information like date, time, duration, error messages, service names or any metadata.
This trace data, logs and signal information provides a metric enabling developers to not only debug current systems, but to optimize their code for future service enhancement.
diff --git a/docs/Monitor-your-data/OpenTelemetry/getting-started.md b/docs/Monitor-your-data/OpenTelemetry/getting-started.md
index a34a6cd..6c110e4 100644
--- a/docs/Monitor-your-data/OpenTelemetry/getting-started.md
+++ b/docs/Monitor-your-data/OpenTelemetry/getting-started.md
@@ -2,7 +2,7 @@
## What is OpenTelemetry?
-OpenTelemetry (OTel) is an industry-standard, open-source observability framework designed to create and manage telemetry data—**Metrics, Traces, and Logs**. It provides a unified set of APIs and libraries that allow you to instrument your applications once and send the data to any backend, such as FusionReactor Cloud.
+OpenTelemetry (OTel) is an industry-standard, open-source observability framework designed to create and manage telemetry data-**Metrics, Traces, and Logs**. It provides a unified set of APIs and libraries that allow you to instrument your applications once and send the data to any backend, such as FusionReactor Cloud.
By adopting OpenTelemetry, you avoid vendor lock-in and gain deep visibility into the performance and health of your distributed systems.
diff --git a/mkdocs.yml b/mkdocs.yml
index 685992d..f37c101 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -207,302 +207,289 @@ nav:
- Install MCP: Monitor-your-data/Katie/install.md
- FEATURES:
- Overview: Data-insights/Features/overview.md
- # - Data-insights/Features/account.md
- - Alerts & Anomaly Detection:
- - Alerts:
- - Overview: Data-insights/Features/Alerting/Alerts-overview.md
- - Rules: Data-insights/Features/Alerting/Alert-Rules/Configure-rules.md
- - Contact Points:
- - Overview: Data-insights/Features/Alerting/Contact-points.md
- - Notification Templates: Data-insights/Features/Alerting/Templates.md
- - Notification Policy:
- - Overview: Data-insights/Features/Alerting/Notifications.md
- - Time intervals: Data-insights/Features/Alerting/Mute-timings.md
- - Silences: Data-insights/Features/Alerting/Silences.md
- - Firing Alerts: Data-insights/Features/Alerting/Active-alerts.md
- - Examples: Data-insights/Features/alerting-examples.md
- - Troubleshooting: Data-insights/Features/Alerting/Troubleshooting.md
- - FAQ: Data-insights/Features/Alerting/FAQ.md
+ - Servers: Data-insights/Features/Explore-servers.md
+ - Applications: Data-insights/Features/applications.md
+ - Database: Data-insights/Features/database.md
+ - Dashboards: Data-insights/Features/dashboards.md
+ - Explore: Data-insights/Features/explore.md
+ - Metrics Drilldown: Data-insights/Features/explore-metrics.md
+ - Logs Drilldown: Data-insights/Features/explore-logs.md
+ - Traces Drilldown: Data-insights/Features/explore-traces.md
+ - Alerts:
+ - Overview: Data-insights/Features/Alerting/Alerts-overview.md
+ - Examples:
+ - Overview: Data-insights/Features/alerting-examples.md
+ - FR Agent metrics: Data-insights/Features/FR-Agent-Metrics.md
- Anomaly Detection:
- Overview: Data-insights/Features/Anomaly-Detection/ADoverview.md
- User guide: Data-insights/Features/Anomaly-Detection/ADuserguide.md
- - Applications: Data-insights/Features/applications.md
- - CPU Sampler:
- - Data-insights/Features/CPU-Sampler/CPU-Sampler.md
- - Settings: Data-insights/Features/CPU-Sampler/CPU-Sampler-Settings.md
- - Crash Protection:
- - Overview: Data-insights/Features/Crash-protection/Crash-Protection.md
- - Events: Data-insights/Features/Crash-protection/Events.md
- - Settings: Data-insights/Features/Crash-protection/Settings.md
- - Dashboards: Data-insights/Features/dashboards.md
- - Debugger:
- - Data-insights/Features/Debugger/Overview.md
- - Data-insights/Features/Debugger/Breakpoints.md
- - Data-insights/Features/Debugger/Debug-Email-Alert.md
- - Data-insights/Features/Debugger//Event-Snapshot.md
- - Data-insights/Features/Debugger/Security.md
- - Data-insights/Features/Debugger/Settings.md
- - Data-insights/Features/Debugger/Sources.md
- - Deep:
- - Overview: Monitor-your-data/Deep/overview.md
- - Features:
- - Search: Data-insights/Features/Deep/Search.md
- - Tracepoints: Data-insights/Features/Deep/Create-Tracepoint.md
- - Enterprise Dashboard:
- - Overview: Data-insights/Features/Enterprise-Dashboard/Enterprise-Dashboard.md
- - Settings: Data-insights/Features/Enterprise-Dashboard/Settings.md
- - Enterprise scripting:
- - Overview: Data-insights/Features/Enterprise-Dashboard/Enterprise-Scripting.md
- - Scripting example: Data-insights/Features/Enterprise-Dashboard/Enterprise-Scripting-Example.md
- - Monitored server scripts: Data-insights/Features/Enterprise-Dashboard/Using-Monitored-Server-Scripts.md
- - Explore:
- - Overview: Data-insights/Features/explore.md
- - Metrics: Data-insights/Features/explore-metrics.md
- - Logs: Data-insights/Features/explore-logs.md
- - Traces: Data-insights/Features/explore-traces.md
- - Servers: Data-insights/Features/Explore-servers.md
- - Applications: Data-insights/Features/new-applications.md
- - Historic data: Data-insights/Features/timepicker.md
- - Incidents:
+ - Rules: Data-insights/Features/Alerting/Alert-Rules/Configure-rules.md
+ - Contact Points:
+ - Overview: Data-insights/Features/Alerting/Contact-points.md
+ - Notification Templates: Data-insights/Features/Alerting/Templates.md
+ - Notification Policy:
+ - Overview: Data-insights/Features/Alerting/Notifications.md
+ - Time intervals: Data-insights/Features/Alerting/Mute-timings.md
+ - Silences: Data-insights/Features/Alerting/Silences.md
+ - Firing Alerts: Data-insights/Features/Alerting/Active-alerts.md
+ - Troubleshooting: Data-insights/Features/Alerting/Troubleshooting.md
+ - FAQ: Data-insights/Features/Alerting/FAQ.md
+ - Incidents:
- Overview: Data-insights/Features/Incidents/incidents.md
- Settings: Data-insights/Features/Incidents/Settings.md
- - JDBC:
- - Data-insights/Features/JDBC/Databases.md
- - Data-insights/Features/JDBC/JDBC-Activity-Graph.md
- - Data-insights/Features/JDBC/JDBC-Activity.md
- - Data-insights/Features/JDBC/JDBC-By-Mem.md
- - Data-insights/Features/JDBC/JDBC-Error-History.md
- - Data-insights/Features/JDBC/JDBC-Event-Snapshot-History.md
- - Data-insights/Features/JDBC/JDBC-History.md
- - Data-insights/Features/JDBC/JDBC-Monitoring.md
- - Data-insights/Features/JDBC/JDBC-Time-Graph.md
- - Data-insights/Features/JDBC/Long-JDBC.md
- - Data-insights/Features/JDBC/Settings.md
- - Data-insights/Features/JDBC/Slow-JDBC.md
- - Logs:
- - Overview: Data-insights/Features/Logs/Logs.md
- - Data-insights/Features/Logs/Importing-and-Graphing-Data-in-Excel.md
- - Log Archives:
- - Overview: Data-insights/Features/Logs/Log-Archives.md
- - Data-insights/Features/Logs/Log-Archive-Viewer.md
- - Data-insights/Features/Logs/Settings.md
- - Cloud:
- - Data-insights/Features/Logs/Cloud-Settings.md
- - Data-insights/Features/Logs/Cloud-Log-Obfuscation-Rules.md
- - Data-insights/Features/Logs/Cloud-Log-MultiLine-Blocks.md
- - Files:
- - Data-insights/Features/Logs/Memory-Logs.md
- - Data-insights/Features/Logs/Files/Class-Loading-Log.md
- - Data-insights/Features/Logs/Files/Cloud-State-Log.md
- - Data-insights/Features/Logs/Files/CPU-Thread-Log.md
- - Data-insights/Features/Logs/Files/Crash-Protection-Log.md
- - Data-insights/Features/Logs/Files/Device-Log.md
- - Data-insights/Features/Logs/Files/Garbage-Collection-Logs.md
- - Data-insights/Features/Logs/Files/Instance-Manager-Log.md
- - Data-insights/Features/Logs/Files/JDBC-Log.md
- - Data-insights/Features/Logs/Files/Notification-Log.md
- - Data-insights/Features/Logs/Files/Reactor-Log.md
- - Data-insights/Features/Logs/Files/Request-Log.md
- - Data-insights/Features/Logs/Files/Resource-Log.md
- - Data-insights/Features/Logs/Files/Stdout.log-and-Stderr.log.md
- - Data-insights/Features/Logs/Files/Thread-State-Log.md
- - Memory:
- - Data-insights/Features/Memory/Overview.md
- - Data-insights/Features/Memory/Settings.md
- - Metrics:
- - Overview: Data-insights/Features/Metrics/Metrics-Page.md
- - Archive Metrics: Data-insights/Features/Metrics/Archive-Metrics.md
- - AWS:
- - CloudWatch Metrics: Data-insights/Features/Metrics/AWS-CloudWatch-Metrics.md
- - Configuration: Data-insights/Features/Metrics/AWS-CloudMetrics-Configuration.md
- - ColdFusion:
- - Metrics: Data-insights/Features/Metrics/ColdFusion-Metrics.md
- - System Metrics: Data-insights/Features/Metrics/ColdFusion-System-Metrics.md
- - Custom Metrics: Data-insights/Features/Metrics/Custom-Metrics.md
- - JMX-MBeans: Data-insights/Features/Metrics/JMX-MBeans.md
- - Kafka: Data-insights/Features/Metrics/Kafka-Metrics.md
- #- Metrics/Kafka-Node-Metrics.md
- - Web Metrics: Data-insights/Features/Metrics/Web-Metrics.md
- - OpsPilot:
- - OpsPilot Assistant:
+ - Knowledge: Data-insights/Features/OpsPilot/OpsPilot-Hub/Knowledge.md
+ - OpsPilot Assistant:
- Overview: Data-insights/Features/OpsPilot/AIoverview.md
- - OpsPilot Integrations:
- - Overview: Data-insights/Features/OpsPilot/OpsPilot-Hub/integrations-overview.md
- - OpsPilot Hub:
- - Overview: Data-insights/Features/OpsPilot/OpsPilot-Hub/overview.md
- - Assistant:
- - User guide: Data-insights/Features/OpsPilot/OpsPilot-user-guide.md
- - Services: Data-insights/Features/OpsPilot/OpsPilot-Hub/Services.md
- - Knowledge: Data-insights/Features/OpsPilot/OpsPilot-Hub/Knowledge.md
- - Integrations:
- - Jira: Data-insights/Features/OpsPilot/OpsPilot-Hub/Jira.md
- - Microsoft Teams: Data-insights/Features/OpsPilot/OpsPilot-Hub/Teams.md
- - Slack: Data-insights/Features/OpsPilot/OpsPilot-Hub/Slack.md
- - Profiler:
- - Data-insights/Features/Profiler/Profiler.md
- - Settings: Data-insights/Features/Profiler/Profiler-Settings.md
- - Pyroscope: Data-insights/Features/Pyroscope/pyroscope.md
- - Requests:
- - Data-insights/Features/Requests/Applications.md
- - Data-insights/Features/Requests/Compression.md
- - Data-insights/Features/Requests/Content-Filters.md
- - Data-insights/Features/Requests/Long-Requests.md
- - Data-insights/Features/Requests/Req-By-Mem.md
- - Data-insights/Features/Requests/Request-Activity.md
- - Data-insights/Features/Requests/Request-Details.md
- - Data-insights/Features/Requests/Request-Error-History.md
- - Data-insights/Features/Requests/Request-Event-Snapshot-History.md
- - Data-insights/Features/Requests/Request-History.md
- - Data-insights/Features/Requests/Request-Time-Graph.md
- - Data-insights/Features/Requests/Response-Codes.md
- - Data-insights/Features/Requests/Settings.md
- - Data-insights/Features/Requests/Slow-Requests.md
- - Resources:
- - Data-insights/Features/Resources/Buffer-Pool.md
- - Data-insights/Features/Resources/Classes.md
- - Data-insights/Features/Resources/Class-Loading.md
- - Data-insights/Features/Resources/CPU-Graph.md
- - Data-insights/Features/Resources/Garbage-Collection.md
- - Data-insights/Features/Resources/Heap-Non-Heap-Memory.md
- - Data-insights/Features/Resources/JIT-Time.md
- - Data-insights/Features/Resources/Memory-Heap.md
- - Data-insights/Features/Resources/Memory-Spaces.md
- - Data-insights/Features/Resources/Settings.md
- - Data-insights/Features/Resources/Thread-Activity.md
- - Data-insights/Features/Resources/Threads.md
- - Data-insights/Features/Resources/Thread-State.md
- - Data-insights/Features/Resources/Thread-Visualizer.md
- - Servers: Data-insights/Features/servers.md
- - Settings:
- - Data-insights/Features/Settings/CPU-Sampler.md
- - Data-insights/Features/Settings/Debugger.md
- - Enterprise Dashboard: Data-insights/Features/Enterprise-Dashboard/Settings/
- - Data-insights/Features/Settings/Filter-Restrictions.md
- - Data-insights/Features/Settings/JDBC.md
- - Data-insights/Features/Settings/Logging.md
- - Data-insights/Features/Settings/Logging-Cloud.md
- - Data-insights/Features/Settings/Main-Menu.md
- - Data-insights/Features/Settings/Memory.md
- - Data-insights/Features/Settings/Profiler.md
- - Data-insights/Features/Settings/Protection.md
- - Requests: Data-insights/Features/Settings/Requests.md
- - Data-insights/Features/Settings/Resources.md
- - Data-insights/Features/Settings/System-Resources.md
- - Data-insights/Features/Settings/UEM-Sessions.md
- - System Resources:
- - Data-insights/Features/System-Resources/CPU.md
- - Data-insights/Features/System-Resources/Disk.md
- - Data-insights/Features/System-Resources/Network-Usage.md
- - Data-insights/Features/System-Resources/Process-Details.md
- - Data-insights/Features/System-Resources/Processes.md
- - Data-insights/Features/System-Resources/Server-Info.md
- - Data-insights/Features/System-Resources/Settings.md
- - Data-insights/Features/System-Resources/System-Memory.md
- - Data-insights/Features/System-Resources/System-Metrics.md
- - Transactions:
- - Data-insights/Features/Transactions/Activity.md
- - Data-insights/Features/Transactions/Activity-Graph.md
- - Data-insights/Features/Transactions/Error-History.md
- - Data-insights/Features/Transactions/Event-Snapshot-History.md
- - Data-insights/Features/Transactions/External-Sources.md
- - Data-insights/Features/Transactions/Longest-Transactions.md
- - Data-insights/Features/Transactions/Middleware-Sources.md
- - Data-insights/Features/Transactions/MongoDB-Transactions.md
- - Data-insights/Features/Transactions/Slow-Transactions.md
- - Data-insights/Features/Transactions/Stack-Tracing.md
- - Data-insights/Features/Transactions/SubFlavors.md
- - Data-insights/Features/Transactions/Time-Graph.md
- - Transaction History: Data-insights/Features/Transactions/History.md
- - Data-insights/Features/Transactions/Transaction-Naming.md
- - Data-insights/Features/Transactions/Transaction-Settings.md
- - Data-insights/Features/Transactions/Transactions.md
- - Data-insights/Features/Transactions/Trans.-By-Mem.md
- - Data-insights/Features/Transactions/Transit.md
- - UEM Sessions:
- - Overview: Data-insights/Features/UEM/User-Experience-Monitoring.md
- - Sessions: Data-insights/Features/UEM/Sessions.md
- - Data-insights/Features/UEM/Settings.md
- - FAQs & troubleshooting:
- - Cloud:
- - Troubleshooting/logging-regex-pattern-hints.md
- - Troubleshooting cloud connections: Troubleshooting/trouble.md
- - Troubleshooting/Cloud-historical-data.md
- - Troubleshooting/Optimize-data.md
- - Troubleshooting/Cloud-span-name.md
- - Troubleshooting/Cloud-find-slow-pages.md
- - Troubleshooting/Cloud-offline.md
- - Troubleshooting/cloud-storing-logs.md
- - FusionReactor Cloud Has Moved: Troubleshooting/Cloud-has-moved.md
- - On-Premise:
- - Troubleshooting/Known-Issues/Web-Sockets-In-WildFly.md #onprem
- - Troubleshooting/Resetting-Instance-Password.md #onprem
- - Troubleshooting/Server-is-suffering-from-Clock-Drift.md #onprem
- - Troubleshooting/OnPrem-Exception-Support.md
- - Troubleshooting/Configuration/Application-Naming-Configuration.md
- - Troubleshooting/Configuration/Automatic-FusionReactor-Login.md
- - Troubleshooting/Configuration/Copying-FusionReactor-Configuration-Between_Instances.md
- - Troubleshooting/Configuration/Email-Configuration.md
- - Troubleshooting/Configuration/Enabling-and-Disabling-FusionReactor-functions.md
- - Troubleshooting/Configuration/Enterprise-Dashboard-Configuration.md
- - Troubleshooting/Configuration/Transaction-Naming-Configuration.md
- - Troubleshooting/Configuration/Using-FusionReactor-via-external-web-server.md
- - Troubleshooting/OP-historical-data.md
- - Troubleshooting/OP-deadlocks.md
- - Troubleshooting/OP-offline-server.md
- - Troubleshooting/storing-fr-logs.md
- - Troubleshooting/OP-setting-up-reports.md
- - Extras:
- - FRAPI: Data-insights/Extras/FRAPI.md
- - Distributed tracing:
- - Monitor-your-data/FR-Agent/More/Distributed-Tracing/attributes.md
- - Monitor-your-data/FR-Agent/More/Distributed-Tracing/propagators.md
- - Monitor-your-data/FR-Agent/More/Distributed-Tracing/sampling.md
- - Monitor-your-data/FR-Agent/More/Distributed-Tracing/exporting.md
- - Monitor-your-data/FR-Agent/More/Distributed-Tracing/span-lifecycle.md
- - Monitor-your-data/FR-Agent/More/Distributed-Tracing/linkage-in-grafana.md
- - Plugins:
- - Data-insights/Extras/Plugins/Overview.md
- - Data-insights/Extras/Plugins/FusionReactor-AMF-Dissector-Plugin.md
- - Data-insights/Extras/Plugins/FusionReactor-ColdFusion-Line-Performance-Profiler.md
- - Data-insights/Extras/Plugins/FusionReactor-ColdFusion-Plugin.md
- - Data-insights/Extras/Plugins/FusionReactor-Deadlock-Plugin.md
- - Data-insights/Extras/Plugins/FusionReactor-Heartbeat-Plugin.md
- - Data-insights/Extras/Plugins/FusionReactor-HitCount-Plugin.md
- - Data-insights/Extras/Plugins/FusionReactor-JRun-Plugin.md
- - Data-insights/Extras/Plugins/FusionReactor-Json-Data-Tracker-Plugin.md
- - Data-insights/Extras/Plugins/FusionReactor-Log-Rotator-Plugin.md
- - Data-insights/Extras/Plugins/FusionReactor-Log-Tracker-Plugin.md
- - Data-insights/Extras/Plugins/FusionReactor-Lucee-and-Railo-Line-Performance-Plugin.md
- - Data-insights/Extras/Plugins/FusionReactor-Notification-Generator-Plugin.md
- - Data-insights/Extras/Plugins/FusionReactor-Production-Debugger-Plugin.md
- - Data-insights/Extras/Plugins/FusionReactor-Reports-Plugin.md
- - Data-insights/Extras/Plugins/FusionReactor-System-Monitor-Plugin.md
- - Data-insights/Extras/Plugins/FusionReactor-Transaction-Logger-Plugin.md
- - ADMIN & DATA:
- - Account & member management:
- - Cloud:
- - Account:
- - Organization: Admin-and-data/Account/Cloud/users.md
- - Roles: Admin-and-data/Account/Cloud/roles.md
- - Profile Settings:
- - Profile: Admin-and-data/Account/Cloud/profile.md
- - Security: Admin-and-data/Account/Cloud/security.md
- - On-Premise: Admin-and-data/Account/On-Premise/OPusers.md
+ - User guide: Data-insights/Features/OpsPilot/OpsPilot-user-guide.md
+ - FusionReactor Agent UI:
+ - CPU Sampler:
+ - Data-insights/Features/CPU-Sampler/CPU-Sampler.md
+ - Settings: Data-insights/Features/CPU-Sampler/CPU-Sampler-Settings.md
+ - Crash Protection:
+ - Overview: Data-insights/Features/Crash-protection/Crash-Protection.md
+ - Events: Data-insights/Features/Crash-protection/Events.md
+ - Settings: Data-insights/Features/Crash-protection/Settings.md
+ - Debugger:
+ - Data-insights/Features/Debugger/Overview.md
+ - Data-insights/Features/Debugger/Breakpoints.md
+ - Data-insights/Features/Debugger/Debug-Email-Alert.md
+ - Data-insights/Features/Debugger/Event-Snapshot.md
+ - Data-insights/Features/Debugger/Security.md
+ - Data-insights/Features/Debugger/Settings.md
+ - Data-insights/Features/Debugger/Sources.md
+ - Deep:
+ - Overview: Monitor-your-data/Deep/overview.md
+ - Features:
+ - Search: Data-insights/Features/Deep/Search.md
+ - Tracepoints: Data-insights/Features/Deep/Create-Tracepoint.md
+ - Enterprise Dashboard:
+ - Overview: Data-insights/Features/Enterprise-Dashboard/Enterprise-Dashboard.md
+ - Settings: Data-insights/Features/Enterprise-Dashboard/Settings.md
+ - Enterprise scripting:
+ - Overview: Data-insights/Features/Enterprise-Dashboard/Enterprise-Scripting.md
+ - Scripting example: Data-insights/Features/Enterprise-Dashboard/Enterprise-Scripting-Example.md
+ - Monitored server scripts: Data-insights/Features/Enterprise-Dashboard/Using-Monitored-Server-Scripts.md
+ - Extras:
+ - FRAPI: Data-insights/Extras/FRAPI.md
+ - Distributed tracing:
+ - Monitor-your-data/FR-Agent/More/Distributed-Tracing/attributes.md
+ - Monitor-your-data/FR-Agent/More/Distributed-Tracing/propagators.md
+ - Monitor-your-data/FR-Agent/More/Distributed-Tracing/sampling.md
+ - Monitor-your-data/FR-Agent/More/Distributed-Tracing/exporting.md
+ - Monitor-your-data/FR-Agent/More/Distributed-Tracing/span-lifecycle.md
+ - Monitor-your-data/FR-Agent/More/Distributed-Tracing/linkage-in-grafana.md
+ - Plugins:
+ - Data-insights/Extras/Plugins/Overview.md
+ - Data-insights/Extras/Plugins/FusionReactor-AMF-Dissector-Plugin.md
+ - Data-insights/Extras/Plugins/FusionReactor-ColdFusion-Line-Performance-Profiler.md
+ - Data-insights/Extras/Plugins/FusionReactor-ColdFusion-Plugin.md
+ - Data-insights/Extras/Plugins/FusionReactor-Deadlock-Plugin.md
+ - Data-insights/Extras/Plugins/FusionReactor-Heartbeat-Plugin.md
+ - Data-insights/Extras/Plugins/FusionReactor-HitCount-Plugin.md
+ - Data-insights/Extras/Plugins/FusionReactor-JRun-Plugin.md
+ - Data-insights/Extras/Plugins/FusionReactor-Json-Data-Tracker-Plugin.md
+ - Data-insights/Extras/Plugins/FusionReactor-Log-Rotator-Plugin.md
+ - Data-insights/Extras/Plugins/FusionReactor-Log-Tracker-Plugin.md
+ - Data-insights/Extras/Plugins/FusionReactor-Lucee-and-Railo-Line-Performance-Plugin.md
+ - Data-insights/Extras/Plugins/FusionReactor-Notification-Generator-Plugin.md
+ - Data-insights/Extras/Plugins/FusionReactor-Production-Debugger-Plugin.md
+ - Data-insights/Extras/Plugins/FusionReactor-Reports-Plugin.md
+ - Data-insights/Extras/Plugins/FusionReactor-System-Monitor-Plugin.md
+ - Data-insights/Extras/Plugins/FusionReactor-Transaction-Logger-Plugin.md
+ - FAQs & troubleshooting:
+ - Cloud:
+ - Troubleshooting/logging-regex-pattern-hints.md
+ - Troubleshooting cloud connections: Troubleshooting/trouble.md
+ - Troubleshooting/Cloud-historical-data.md
+ - Troubleshooting/Optimize-data.md
+ - Troubleshooting/Cloud-span-name.md
+ - Troubleshooting/Cloud-find-slow-pages.md
+ - Troubleshooting/Cloud-offline.md
+ - Troubleshooting/cloud-storing-logs.md
+ - FusionReactor Cloud Has Moved: Troubleshooting/Cloud-has-moved.md
+ - On-Premise:
+ - Troubleshooting/Known-Issues/Web-Sockets-In-WildFly.md #onprem
+ - Troubleshooting/Resetting-Instance-Password.md #onprem
+ - Troubleshooting/Server-is-suffering-from-Clock-Drift.md #onprem
+ - Troubleshooting/OnPrem-Exception-Support.md
+ - Troubleshooting/Configuration/Application-Naming-Configuration.md
+ - Troubleshooting/Configuration/Automatic-FusionReactor-Login.md
+ - Troubleshooting/Configuration/Copying-FusionReactor-Configuration-Between_Instances.md
+ - Troubleshooting/Configuration/Email-Configuration.md
+ - Troubleshooting/Configuration/Enabling-and-Disabling-FusionReactor-functions.md
+ - Troubleshooting/Configuration/Enterprise-Dashboard-Configuration.md
+ - Troubleshooting/Configuration/Transaction-Naming-Configuration.md
+ - Troubleshooting/Configuration/Using-FusionReactor-via-external-web-server.md
+ - Troubleshooting/OP-historical-data.md
+ - Troubleshooting/OP-deadlocks.md
+ - Troubleshooting/OP-offline-server.md
+ - Troubleshooting/storing-fr-logs.md
+ - Troubleshooting/OP-setting-up-reports.md
+ - Historic data: Data-insights/Features/timepicker.md
+ - JDBC:
+ - Data-insights/Features/JDBC/Databases.md
+ - Data-insights/Features/JDBC/JDBC-Activity-Graph.md
+ - Data-insights/Features/JDBC/JDBC-Activity.md
+ - Data-insights/Features/JDBC/JDBC-By-Mem.md
+ - Data-insights/Features/JDBC/JDBC-Error-History.md
+ - Data-insights/Features/JDBC/JDBC-Event-Snapshot-History.md
+ - Data-insights/Features/JDBC/JDBC-History.md
+ - Data-insights/Features/JDBC/JDBC-Monitoring.md
+ - Data-insights/Features/JDBC/JDBC-Time-Graph.md
+ - Data-insights/Features/JDBC/Long-JDBC.md
+ - Data-insights/Features/JDBC/Settings.md
+ - Data-insights/Features/JDBC/Slow-JDBC.md
+ - Logs:
+ - Overview: Data-insights/Features/Logs/Logs.md
+ - Data-insights/Features/Logs/Importing-and-Graphing-Data-in-Excel.md
+ - Log Archives:
+ - Overview: Data-insights/Features/Logs/Log-Archives.md
+ - Data-insights/Features/Logs/Log-Archive-Viewer.md
+ - Data-insights/Features/Logs/Settings.md
+ - Cloud:
+ - Data-insights/Features/Logs/Cloud-Settings.md
+ - Data-insights/Features/Logs/Cloud-Log-Obfuscation-Rules.md
+ - Data-insights/Features/Logs/Cloud-Log-MultiLine-Blocks.md
+ - Files:
+ - Data-insights/Features/Logs/Memory-Logs.md
+ - Data-insights/Features/Logs/Files/Class-Loading-Log.md
+ - Data-insights/Features/Logs/Files/Cloud-State-Log.md
+ - Data-insights/Features/Logs/Files/CPU-Thread-Log.md
+ - Data-insights/Features/Logs/Files/Crash-Protection-Log.md
+ - Data-insights/Features/Logs/Files/Device-Log.md
+ - Data-insights/Features/Logs/Files/Garbage-Collection-Logs.md
+ - Data-insights/Features/Logs/Files/Instance-Manager-Log.md
+ - Data-insights/Features/Logs/Files/JDBC-Log.md
+ - Data-insights/Features/Logs/Files/Notification-Log.md
+ - Data-insights/Features/Logs/Files/Reactor-Log.md
+ - Data-insights/Features/Logs/Files/Request-Log.md
+ - Data-insights/Features/Logs/Files/Resource-Log.md
+ - Data-insights/Features/Logs/Files/Stdout.log-and-Stderr.log.md
+ - Data-insights/Features/Logs/Files/Thread-State-Log.md
+ - Memory:
+ - Data-insights/Features/Memory/Overview.md
+ - Data-insights/Features/Memory/Settings.md
+ - Metrics:
+ - Overview: Data-insights/Features/Metrics/Metrics-Page.md
+ - Archive Metrics: Data-insights/Features/Metrics/Archive-Metrics.md
+ - AWS:
+ - CloudWatch Metrics: Data-insights/Features/Metrics/AWS-CloudWatch-Metrics.md
+ - Configuration: Data-insights/Features/Metrics/AWS-CloudMetrics-Configuration.md
+ - ColdFusion:
+ - Metrics: Data-insights/Features/Metrics/ColdFusion-Metrics.md
+ - System Metrics: Data-insights/Features/Metrics/ColdFusion-System-Metrics.md
+ - Custom Metrics: Data-insights/Features/Metrics/Custom-Metrics.md
+ - JMX-MBeans: Data-insights/Features/Metrics/JMX-MBeans.md
+ - Kafka: Data-insights/Features/Metrics/Kafka-Metrics.md
+ #- Metrics/Kafka-Node-Metrics.md
+ - Web Metrics: Data-insights/Features/Metrics/Web-Metrics.md
+ - Profiler:
+ - Data-insights/Features/Profiler/Profiler.md
+ - Settings: Data-insights/Features/Profiler/Profiler-Settings.md
+ - Pyroscope: Data-insights/Features/Pyroscope/pyroscope.md
+ - Requests:
+ - Data-insights/Features/Requests/Applications.md
+ - Data-insights/Features/Requests/Compression.md
+ - Data-insights/Features/Requests/Content-Filters.md
+ - Data-insights/Features/Requests/Long-Requests.md
+ - Data-insights/Features/Requests/Req-By-Mem.md
+ - Data-insights/Features/Requests/Request-Activity.md
+ - Data-insights/Features/Requests/Request-Details.md
+ - Data-insights/Features/Requests/Request-Error-History.md
+ - Data-insights/Features/Requests/Request-Event-Snapshot-History.md
+ - Data-insights/Features/Requests/Request-History.md
+ - Data-insights/Features/Requests/Request-Time-Graph.md
+ - Data-insights/Features/Requests/Response-Codes.md
+ - Data-insights/Features/Requests/Settings.md
+ - Data-insights/Features/Requests/Slow-Requests.md
+ - Resources:
+ - Data-insights/Features/Resources/Buffer-Pool.md
+ - Data-insights/Features/Resources/Classes.md
+ - Data-insights/Features/Resources/Class-Loading.md
+ - Data-insights/Features/Resources/CPU-Graph.md
+ - Data-insights/Features/Resources/Garbage-Collection.md
+ - Data-insights/Features/Resources/Heap-Non-Heap-Memory.md
+ - Data-insights/Features/Resources/JIT-Time.md
+ - Data-insights/Features/Resources/Memory-Heap.md
+ - Data-insights/Features/Resources/Memory-Spaces.md
+ - Data-insights/Features/Resources/Settings.md
+ - Data-insights/Features/Resources/Thread-Activity.md
+ - Data-insights/Features/Resources/Threads.md
+ - Data-insights/Features/Resources/Thread-State.md
+ - Data-insights/Features/Resources/Thread-Visualizer.md
+ - Settings:
+ - Data-insights/Features/Settings/CPU-Sampler.md
+ - Data-insights/Features/Settings/Debugger.md
+ - Enterprise Dashboard: Data-insights/Features/Enterprise-Dashboard/Settings/
+ - Data-insights/Features/Settings/Filter-Restrictions.md
+ - Data-insights/Features/Settings/JDBC.md
+ - Data-insights/Features/Settings/Logging.md
+ - Data-insights/Features/Settings/Logging-Cloud.md
+ - Data-insights/Features/Settings/Main-Menu.md
+ - Data-insights/Features/Settings/Memory.md
+ - Data-insights/Features/Settings/Profiler.md
+ - Data-insights/Features/Settings/Protection.md
+ - Requests: Data-insights/Features/Settings/Requests.md
+ - Data-insights/Features/Settings/Resources.md
+ - Data-insights/Features/Settings/System-Resources.md
+ - Data-insights/Features/Settings/UEM-Sessions.md
+ - System Resources:
+ - Data-insights/Features/System-Resources/CPU.md
+ - Data-insights/Features/System-Resources/Disk.md
+ - Data-insights/Features/System-Resources/Network-Usage.md
+ - Data-insights/Features/System-Resources/Process-Details.md
+ - Data-insights/Features/System-Resources/Processes.md
+ - Data-insights/Features/System-Resources/Server-Info.md
+ - Data-insights/Features/System-Resources/Settings.md
+ - Data-insights/Features/System-Resources/System-Memory.md
+ - Data-insights/Features/System-Resources/System-Metrics.md
+ - Transactions:
+ - Data-insights/Features/Transactions/Activity.md
+ - Data-insights/Features/Transactions/Activity-Graph.md
+ - Data-insights/Features/Transactions/Error-History.md
+ - Data-insights/Features/Transactions/Event-Snapshot-History.md
+ - Data-insights/Features/Transactions/External-Sources.md
+ - Data-insights/Features/Transactions/Longest-Transactions.md
+ - Data-insights/Features/Transactions/Middleware-Sources.md
+ - Data-insights/Features/Transactions/MongoDB-Transactions.md
+ - Data-insights/Features/Transactions/Slow-Transactions.md
+ - Data-insights/Features/Transactions/Stack-Tracing.md
+ - Data-insights/Features/Transactions/SubFlavors.md
+ - Data-insights/Features/Transactions/Time-Graph.md
+ - Transaction History: Data-insights/Features/Transactions/History.md
+ - Data-insights/Features/Transactions/Transaction-Naming.md
+ - Data-insights/Features/Transactions/Transaction-Settings.md
+ - Data-insights/Features/Transactions/Transactions.md
+ - Data-insights/Features/Transactions/Trans.-By-Mem.md
+ - Data-insights/Features/Transactions/Transit.md
+ - UEM Sessions:
+ - Overview: Data-insights/Features/UEM/User-Experience-Monitoring.md
+ - Sessions: Data-insights/Features/UEM/Sessions.md
+ - Data-insights/Features/UEM/Settings.md
+ - ADMINISTRATION:
+ - Usage & Details: Admin-and-data/usage-and-details.md
- Billing:
- Cloud: Admin-and-data/Billing/Cloud/overview.md
- On-Premise:
- Overview: Admin-and-data/Billing/On-Premise/billing.md
- Licenses: Admin-and-data/Billing/On-Premise/licenses.md
- - Data limits: Admin-and-data/Limits.md
- - Licensing:
+ - Invoices: Admin-and-data/invoices.md
+ - Licenses:
- Overview: Admin-and-data/Licensing/Licensing.md
- Manual activation: Admin-and-data/Licensing/Manual-Activation.md
- Static endpoints: Admin-and-data/Licensing/Static-Licensing-Endpoints.md
- Troubleshooting: Admin-and-data/Licensing/Troubleshooting.md
- EULA: Admin-and-data/EULA.md
+ - API Keys: Admin-and-data/api-keys.md
+ - Organization Settings: Admin-and-data/organization-settings.md
+ - Organization Users: Admin-and-data/Account/Cloud/users.md
+ - User Profile: Admin-and-data/Account/Cloud/profile.md
+ - User Security: Admin-and-data/Account/Cloud/security.md
+ - Data limits: Admin-and-data/Limits.md
+ - On-Premise users: Admin-and-data/Account/On-Premise/OPusers.md
- Security: Admin-and-data/security.md
- Terms of Service: Admin-and-data/tos.md
- - Third Party Licenses:
+ - Third Party Licenses:
- Cloud: Admin-and-data/Third-Party-Licenses/licenses.md
- On-Premise: Admin-and-data/Third-Party-Licenses/Third_Party_License_Agreements.md
- HOW TO CONTRIBUTE:
@@ -510,7 +497,7 @@ nav:
- Style Guide:
- Overview: Contribute/style-guide/overview.md
- Images: Contribute/style-guide/images.md
- - Language & grammar:
+ - Language & grammar:
- Abbreviations: Contribute/style-guide/Language-and-grammar/Abbreviations.md
- Capitalization: Contribute/style-guide/Language-and-grammar/Capitalization.md
- Contractions: Contribute/style-guide/Language-and-grammar/Contractions.md