Skip to content

Commit 0e8f5f4

Browse files
committed
Added missing links to Grafana dashboards
1 parent bcc2d3e commit 0e8f5f4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

ydb/docs/en/core/dev/troubleshooting/performance/hardware/_includes/io-bandwidth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1. Open the **Distributed Storage Overview** dashboard in Grafana.
1+
1. Open the **[Distributed Storage Overview](../../../../../reference/observability/metrics/grafana-dashboards.md)** dashboard in Grafana.
22

33
1. On the **DiskTimeAvailable and total Cost relation** chart, see if the **Total Cost** spikes cross the **DiskTimeAvailable** level.
44

ydb/docs/en/core/dev/troubleshooting/performance/hardware/disk-space.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A lack of available disk space can prevent the database from storing new data, r
44

55
## Diagnostics
66

7-
1. See if the **DB overview > Storage** charts in Grafana show any spikes.
7+
1. See if the **[DB overview > Storage](../../../../reference/observability/metrics/grafana-dashboards.md#dboverview)** charts in Grafana show any spikes.
88

99
1. In [Embedded UI](../../../../reference/embedded-ui/index.md), on the **Storage** tab, analyze the list of available storage groups and nodes and their disk usage.
1010

ydb/docs/en/core/dev/troubleshooting/performance/hardware/insufficient-memory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ Additionally, which components within the {{ ydb-short-name }} process consume
3434

3535
1. Determine whether memory usage reached 100% of capacity.
3636

37-
1. Open the **DB overview** dashboard in Grafana.
37+
1. Open the **[DB overview](../../../../reference/observability/metrics/grafana-dashboards.md#dboverview)** dashboard in Grafana.
3838

3939
1. Analyze the charts in the **Memory** section.
4040

41-
1. Determine whether the user load on {{ ydb-short-name }} has increased. Analyze the following charts on the **DB overview** dashboard in Grafana:
41+
1. Determine whether the user load on {{ ydb-short-name }} has increased. Analyze the following charts on the **[DB overview](../../../../reference/observability/metrics/grafana-dashboards.md#dboverview)** dashboard in Grafana:
4242

4343
- **Requests** chart
4444
- **Request size** chart

ydb/docs/en/core/dev/troubleshooting/performance/queries/_includes/overloaded-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818

1919
1. To check if the spikes in overloaded errors were caused by tablet splits and merges, see [{#T}](../../schemas/splits-merges.md).
2020

21-
1. To check if the spikes in overloaded errors were caused by exceeding the 1000 limit of open sessions, in the Grafana **DB status** dashboard, see the **Session count by host** chart.
21+
1. To check if the spikes in overloaded errors were caused by exceeding the 1000 limit of open sessions, in the Grafana **[DB status](../../../../../reference/observability/metrics/grafana-dashboards.md#dbstatus)** dashboard, see the **Session count by host** chart.
2222

2323
1. See the [overloaded shards](../../schemas/overloaded-shards.md) issue.

ydb/docs/en/core/dev/troubleshooting/performance/schemas/_includes/splits-merges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1. See if the **Split / Merge partitions** chart in the **DB status** Grafana dashboard shows any spikes.
1+
1. See if the **Split / Merge partitions** chart in the **[DB status](../../../../../reference/observability/metrics/grafana-dashboards.md#dbstatus)** Grafana dashboard shows any spikes.
22

33
![](../_assets/splits-merges.png)
44

0 commit comments

Comments
 (0)