summaryrefslogtreecommitdiffstats
path: root/docs/visualize
diff options
context:
space:
mode:
Diffstat (limited to 'docs/visualize')
-rw-r--r--docs/visualize/create-dashboards.md69
-rw-r--r--docs/visualize/interact-dashboards-charts.md131
-rw-r--r--docs/visualize/overview-infrastructure.md36
3 files changed, 10 insertions, 226 deletions
diff --git a/docs/visualize/create-dashboards.md b/docs/visualize/create-dashboards.md
deleted file mode 100644
index f4306f335..000000000
--- a/docs/visualize/create-dashboards.md
+++ /dev/null
@@ -1,69 +0,0 @@
-<!--
-title: "Create new dashboards"
-description: "Create new dashboards in Netdata Cloud, with any number of metrics from any node on your infrastructure, for targeted troubleshooting."
-custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/visualize/create-dashboards.md
--->
-
-# Create new dashboards
-
-With Netdata Cloud, you can build new dashboards that put key metrics from any number of distributed systems in one
-place for a bird's eye view of your infrastructure. You can create more meaningful visualizations for troubleshooting or
-keep a watchful eye on your infrastructure's most meaningful metrics without moving from node to node.
-
-In the War Room you want to monitor with this dashboard, click on your War Room's dropdown, then click on the green **+
-Add** button next to **Dashboards**. In the panel, give your new dashboard a name, and click **+ Add**.
-
-Click the **Add Chart** button to add your first chart card. From the dropdown, select the node you want to add the
-chart from, then the context. Netdata Cloud shows you a preview of the chart before you finish adding it.
-
-The **Add Text** button creates a new card with user-defined text, which you can use to describe or document a
-particular dashboard's meaning and purpose. Enrich the dashboards you create with documentation or procedures on how to
-respond
-
-![A bird's eye dashboard for a single
-node](https://user-images.githubusercontent.com/1153921/102650776-a654ba80-4128-11eb-9a65-4f9801b03d4b.png)
-
-Charts in dashboards
-are [fully interactive](https://github.com/netdata/netdata/blob/master/docs/visualize/interact-dashboards-charts.md) and
-synchronized. You can
-pan through time, zoom, highlight specific timeframes, and more.
-
-Move any card by clicking on their top panel and dragging them to a new location. Other cards re-sort to the grid system
-automatically. You can also resize any card by grabbing the bottom-right corner and dragging it to its new size.
-
-Hit the **Save** button to finalize your dashboard. Any other member of the War Room can now access it and make changes.
-
-## Jump to single-node Cloud dashboards
-
-While dashboards help you associate essential charts from distributed nodes on a single pane of glass, you might need
-more detail when troubleshooting an issue. Quickly jump to any node's dashboard by clicking the 3-dot icon in the corner
-of any card to open a menu. Hit the **Go to Chart** item.
-
-Netdata Cloud takes you to the same chart on that node's dashboard. You can now navigate all that node's metrics and
-[interact with charts](https://github.com/netdata/netdata/blob/master/docs/visualize/interact-dashboards-charts.md) to
-further investigate anomalies or troubleshoot
-complex performance problems.
-
-When viewing a single-node Cloud dashboard, you can also click on the add to dashboard icon <img
-src="https://user-images.githubusercontent.com/1153921/87587846-827fdb00-c697-11ea-9f31-aed0b8c6afba.png" alt="Dashboard
-icon" class="image-inline" /> to quickly add that chart to a new or existing dashboard. You might find this useful when
-investigating an anomaly and want to quickly populate a dashboard with potentially correlated metrics.
-
-## Pin dashboards and navigate through Netdata Cloud
-
-Click on the **Pin** button in any dashboard to put those charts into a separate panel at the bottom of the screen. You
-can now navigate through Netdata Cloud freely, individual Cloud dashboards, the Nodes view, different War Rooms, or even
-different Spaces, and have those valuable metrics follow you.
-
-Pinning dashboards helps you correlate potentially related charts across your infrastructure and discover root causes
-faster.
-
-## What's next?
-
-While it's useful to see real-time metrics on flexible dashboards, you need ways to know precisely when an anomaly
-strikes. Every Netdata Agent comes with a health watchdog that
-uses [alarms](https://github.com/netdata/netdata/blob/master/docs/monitor/configure-alarms.md) and
-[notifications](https://github.com/netdata/netdata/blob/master/docs/monitor/enable-notifications.md) to notify you of
-issues seconds after they strike.
-
-
diff --git a/docs/visualize/interact-dashboards-charts.md b/docs/visualize/interact-dashboards-charts.md
deleted file mode 100644
index bf6d7a01f..000000000
--- a/docs/visualize/interact-dashboards-charts.md
+++ /dev/null
@@ -1,131 +0,0 @@
-<!--
-title: "Interact with dashboards and charts"
-description: "Zoom, highlight, and pan through time on hundreds of real-time, interactive charts to quickly discover the root cause of any anomaly."
-custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/visualize/interact-dashboards-charts.md
--->
-
-# Interact with dashboards and charts
-
-> ⚠️ There is a new version of charts that is currently **only** available on [Netdata Cloud](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/interact-new-charts.md). We didn't
-> want to keep this valuable feature from you, so after we get this into your hands on the Cloud, we will collect and implement your feedback to make sure we are providing the best possible version of the feature on the Netdata Agent dashboard as quickly as possible.
-
-You can find Netdata's dashboards in two places: locally served at `http://NODE:19999` by the Netdata Agent, and in
-Netdata Cloud. While you access these dashboards differently, they have similar interfaces, identical charts and
-metrics, and you interact with both of them the same way.
-
-> If you're not sure which option is best for you, see our [single-node](https://github.com/netdata/netdata/blob/master/docs/quickstart/single-node.md) and
-> [infrastructure](https://github.com/netdata/netdata/blob/master/docs/quickstart/infrastructure.md) quickstart guides.
-
-Netdata dashboards are single, scrollable pages with many charts stacked on top of one another. As you scroll up or
-down, charts appearing in your browser's viewport automatically load and update every second.
-
-The dashboard is broken up into multiple **sections**, such as **System Overview**, **CPU**, **Disk**, which are
-automatically generated based on which [collectors](https://github.com/netdata/netdata/blob/master/docs/collect/how-collectors-work.md) begin collecting metrics when
-Netdata starts up. Sections also appear in the right-hand **menu**, along with submenus based on the contexts and
-families Netdata creates for your node.
-
-## Choose timeframes to visualize
-
-Both the local Agent dashboard and Netdata Cloud feature time & date pickers to help you visualize specific points in
-time. In Netdata Cloud, the picker appears in the [Overview](https://github.com/netdata/netdata/blob/master/docs/visualize/overview-infrastructure.md), [Nodes
-view](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/nodes.md), [new
-dashboards](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/dashboards.md), and any single-node dashboards you visit.
-
-Local Agent dashboard:
-
-![Time & date picker on the local Netdata
-dashboard](https://user-images.githubusercontent.com/1153921/101512538-5875d080-3938-11eb-8daf-0fbd0948a04b.png)
-
-Netdata Cloud:
-
-![Time & date picker on Netdata
-Cloud](https://user-images.githubusercontent.com/1153921/101512689-86f3ab80-3938-11eb-8abc-12171a9b8a5e.png)
-
-Their behavior is identical. Use the Quick Selector to visualize generic timeframes, or use the calendar or inputs to
-select days, hours, minutes or seconds. Click **Apply** to re-render all visualizations with new metrics data, or
-**Clear** to restore the default timeframe.
-
-See reference documentation for the [local Agent dashboard](https://github.com/netdata/netdata/blob/master/web/gui/README.md#time--date-picker) and [Netdata
-Cloud](https://github.com/netdata/netdata/blob/master/docs/cloud/war-rooms.md#time--date-picker) for additional context about how the time &
-date picker behaves in each environment.
-
-## Charts, dimensions, families, and contexts
-
-A **chart** is an interactive visualization of one or more collected/calculated metrics. You can see the name (also
-known as its unique ID) of a chart by looking at the top-left corner of a chart and finding the parenthesized text. On a
-Linux system, one of the first charts on the dashboard will be the system CPU chart, with the name `system.cpu`.
-
-A **dimension** is any value that gets shown on a chart. The value can be raw data or calculated values, such as
-percentages, aggregates, and more. Most charts will have more than one dimension, in which case it will display each in
-a different color. You can disable or enable showing these dimensions by clicking on them.
-
-A **family** is _one_ instance of a monitored hardware or software resource that needs to be monitored and displayed
-separately from similar instances. For example, if your node has multiple partitions, Netdata will create different
-families for `/`, `/boot`, `/home`, and so on. Same goes for entire disks, network devices, and more.
-
-A **context** groups several charts based on the types of metrics being collected and displayed. For example, the
-**Disk** section often has many contexts: `disk.io`, `disk.ops`, `disk.backlog`, `disk.util`, and so on. Netdata uses
-this context to create individual charts and then groups them by family. You can always see the context of any chart by
-looking at its name or hovering over the chart's date.
-
-See our [dashboard docs](https://github.com/netdata/netdata/blob/master/web/README.md#charts-contexts-families) for more information about the above distinctions
-and how they're used across Netdata to meaningfully organize and present metrics.
-
-## Interact with charts
-
-Netdata's charts are fully interactive to help you find meaningful information about complex problems. You can pan
-through historical metrics, zoom in and out, select specific timeframes for further analysis, resize charts, and more.
-Whenever you use a chart in this way, Netdata synchronizes all the other charts to match it.
-
-| Change | Method #1 | Method #2 | Method #3 |
-| ------------------------------------------------- | ----------------------------------- | --------------------------------------------------------- | ---------------------------------------------------------- |
-| **Stop** a chart from updating | `click` | | |
-| **Reset** charts to default auto-refreshing state | `double click` | `double tap` (touchpad/touchscreen) | |
-| **Select** a certain timeframe | `ALT` + `mouse selection` | `⌘` + `mouse selection` (macOS) | |
-| **Pan** forward or back in time | `click and drag` | `touch and drag` (touchpad/touchscreen) | |
-| **Zoom** to a specific timeframe | `SHIFT` + `mouse selection` | | |
-| **Zoom** in/out | `SHIFT`/`ALT` + `mouse scrollwheel` | `SHIFT`/`ALT` + `two-finger pinch` (touchpad/touchscreen) | `SHIFT`/`ALT` + `two-finger scroll` (touchpad/touchscreen) |
-
-![Animated GIF of interacting with Netdata
-charts](https://user-images.githubusercontent.com/1153921/102652236-051b3380-412b-11eb-8f7c-a2372ed92cd0.gif)
-
-These interactions can also be triggered using the icons on the bottom-right corner of every chart. They are,
-respectively, `Pan Left`, `Reset`, `Pan Right`, `Zoom In`, and `Zoom Out`.
-
-You can show and hide individual dimensions by clicking on their names. Use `SHIFT + click` to hide or show dimensions
-one at a time. Hiding dimensions simplifies the chart and can help you better discover exactly which aspect of your
-system is behaving strangely.
-
-You can resize any chart by clicking-and-dragging the icon on the bottom-right corner of any chart. To restore the chart
-to its original height, double-click the same icon.
-
-![Resizing a chart and resetting it to the default
-height](https://user-images.githubusercontent.com/1153921/102652691-24b25c00-412b-11eb-9e2c-95325fcedc67.gif)
-
-### Composite charts in Netdata Cloud
-
-Netdata Cloud now supports composite charts in the Overview interface. Composite charts come with a few additional UI
-elements and varied interactions, such as the location of dimensions and a utility bar for configuring the state of
-individual composite charts. All of these details are covered in the [Overview
-reference](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/overview.md) doc.
-
-## What's next?
-
-Netdata Cloud users can [build new dashboards](https://github.com/netdata/netdata/blob/master/docs/visualize/create-dashboards.md) in just a few clicks. By
-aggregating relevant metrics from any number of nodes onto a single interface, you can respond faster to anomalies,
-perform more targeted troubleshooting, or keep tabs on a bird's eye view of your infrastructure.
-
-If you're finished with dashboards for now, skip to Netdata's health watchdog for information on [creating or
-configuring](https://github.com/netdata/netdata/blob/master/docs/monitor/configure-alarms.md) alarms, and [send notifications](https://github.com/netdata/netdata/blob/master/docs/monitor/enable-notifications.md)
-to get informed when something goes wrong in your infrastructure.
-
-### Related reference documentation
-
-- [Netdata Agent · Web dashboards overview](https://github.com/netdata/netdata/blob/master/web/README.md)
-- [Netdata Cloud · Interact with new charts](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/interact-new-charts.md)
-- [Netdata Cloud · War Rooms](https://github.com/netdata/netdata/blob/master/docs/cloud/war-rooms.md)
-- [Netdata Cloud · Overview](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/overview.md)
-- [Netdata Cloud · Nodes](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/nodes.md)
-- [Netdata Cloud · Build new dashboards](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/dashboards.md)
-
-
diff --git a/docs/visualize/overview-infrastructure.md b/docs/visualize/overview-infrastructure.md
index 0daddd97a..c09e9aeae 100644
--- a/docs/visualize/overview-infrastructure.md
+++ b/docs/visualize/overview-infrastructure.md
@@ -2,6 +2,10 @@
title: "See an overview of your infrastructure"
description: "With Netdata Cloud's War Rooms, you can see real-time metrics, from any number of nodes in your infrastructure, in composite charts."
custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/visualize/overview-infrastructure.md
+sidebar_label: "See an overview of your infrastructure"
+learn_status: "Published"
+learn_topic_type: "Tasks"
+learn_rel_path: "Operations/Netdata Cloud Visualizations"
-->
# See an overview of your infrastructure
@@ -80,32 +84,12 @@ given node to quickly _jump to the same chart in that node's single-node dashboa
You can use single-node dashboards in Netdata Cloud to drill down on specific issues, scrub backward in time to
investigate historical data, and see like metrics presented meaningfully to help you troubleshoot performance problems.
-All of the familiar [interactions](https://github.com/netdata/netdata/blob/master/docs/visualize/interact-dashboards-charts.md) are available, as is adding any chart
-to a [new dashboard](https://github.com/netdata/netdata/blob/master/docs/visualize/create-dashboards.md).
+All of the familiar [interactions](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/interact-new-charts.md) are available, as is adding any chart
+to a [new dashboard](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/dashboards.md).
-## Nodes view
-
-You can also use the **Nodes view** to monitor the health status and user-configurable key metrics from multiple nodes
-in a War Room. Read the [Nodes view doc](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/nodes.md) for details.
-
-![The Nodes view](https://user-images.githubusercontent.com/1153921/108733066-5fe65800-74eb-11eb-98e0-abaccd36deaf.png)
-
-## What's next?
-
-To troubleshoot complex performance issues using Netdata, you need to understand how to interact with its meaningful
-visualizations. Learn more about [interaction](https://github.com/netdata/netdata/blob/master/docs/visualize/interact-dashboards-charts.md) to see historical metrics,
-highlight timeframes for targeted analysis, and more.
-
-If you're a Kubernetes user, read about Netdata's [Kubernetes
-visualizations](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/kubernetes.md) for details about the health map and
-time-series k8s charts, and our tutorial, [_Kubernetes monitoring with Netdata: Overview and
-visualizations_](https://github.com/netdata/netdata/blob/master/docs/guides/monitor/kubernetes-k8s-netdata.md), for a full walkthrough.
-
-### Related reference documentation
-
-- [Netdata Cloud · War Rooms](https://github.com/netdata/netdata/blob/master/docs/cloud/war-rooms.md)
-- [Netdata Cloud · Overview](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/overview.md)
-- [Netdata Cloud · Nodes view](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/nodes.md)
-- [Netdata Cloud · Kubernetes visualizations](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/kubernetes.md)
+## Nodes tab
+You can also use the **Nodes tab** to monitor the health status and user-configurable key metrics from multiple nodes
+in a War Room. Read the [Nodes tab documentation](https://github.com/netdata/netdata/blob/master/docs/cloud/visualize/nodes.md) for details.
+![The Nodes tab](https://user-images.githubusercontent.com/1153921/108733066-5fe65800-74eb-11eb-98e0-abaccd36deaf.png)