@cryptotaxi247 / netdata-1 / commits / 84daebfd1

mention how to remove highlight in documentation (#17755)

Fotis Voutsas committed May 27, 2024 at 10:31 UTC 84daebfd1422d1d821a1ec0206d4bd30cf931158
2 files changed +5 -1
docs/dashboards-and-charts/netdata-charts.md
+4
@@ -369,6 +369,10 @@ Selecting timeframes is useful when you see an interesting spike or change in a
369 |:-----------------------------------|:---------------------------------------------------------|:---------------------|
370 | **Highlight** a specific timeframe | `Alt + mouse selection` or `⌘ + mouse selection` (macOS) | `n/a` |
371
372 +> **Note**
373 +>
374 +> To clear a highlighted timeframe, simply click on the chart area.
375 +
376 ### Select and zoom
377
378 You can zoom to a specific timeframe, either horizontally of vertically, by selecting a timeframe.
docs/metric-correlations.md
+1 -1
@@ -10,7 +10,7 @@ Because Metric Correlations uses every available metric from your infrastructure
10
11 When viewing the [Metrics tab or a single-node dashboard](/docs/dashboards-and-charts/metrics-tab-and-single-node-tabs.md), the **Metric Correlations** button appears in the top right corner of the page.
12
13 -To start correlating metrics, click the **Metric Correlations** button, hold the `Alt` key (or `⌘` on macOS), and drag a selection of metrics on a single chart. The selected timeframe needs at least 15 seconds for Metric Correlation to work.
13 +To start correlating metrics, click the **Metric Correlations** button, [highlight a selection of metrics](/docs/dashboards-and-charts/netdata-charts.md#highlight) on a single chart. The selected timeframe needs at least 15 seconds for Metric Correlation to work.
14
15 The menu then displays information about the selected area and reference baseline. Metric Correlations uses the reference baseline to discover which additional metrics are most closely connected to the selected metrics. The reference baseline is based upon the period immediately preceding the highlighted window and is the length of 4 times the highlighted window. This is to ensure that the reference baseline is always immediately before the highlighted window of interest and a bit longer so as to ensure it's a more representative short term baseline.
16