From 253e30815364e4dc9386f7c2a2f97c6551871a12 Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Thu, 5 Jun 2025 16:50:04 +0200 Subject: [PATCH 1/2] docs(srv): add serverless + cockpit troubleshooting MTA-6071 --- macros/cockpit/no-data-grafana-dashboards.mdx | 22 +++++++++++++++++++ .../no-data-grafana-dashboards.mdx | 16 ++++++++++++++ .../no-data-grafana-dashboards.mdx | 16 ++++++++++++++ .../no-data-grafana-dashboards.mdx | 16 ++++++++++++++ 4 files changed, 70 insertions(+) create mode 100644 macros/cockpit/no-data-grafana-dashboards.mdx create mode 100644 pages/serverless-containers/troubleshooting/no-data-grafana-dashboards.mdx create mode 100644 pages/serverless-functions/troubleshooting/no-data-grafana-dashboards.mdx create mode 100644 pages/serverless-jobs/troubleshooting/no-data-grafana-dashboards.mdx diff --git a/macros/cockpit/no-data-grafana-dashboards.mdx b/macros/cockpit/no-data-grafana-dashboards.mdx new file mode 100644 index 0000000000..34beeaa1e1 --- /dev/null +++ b/macros/cockpit/no-data-grafana-dashboards.mdx @@ -0,0 +1,22 @@ +--- +macro: troubleshooting-no-data-grafana-dashboards +--- + +## Problem + +I am experiencing one of the following issues: + +- I am missing data on my Grafana dashboards +- A `No data` message displays +- An error banner stating `Failed to upgrade legacy queries datasource was not found` displays +- My Cockpit is unavailable. +- I cannot view your logs and/or metrics in Grafana. +- I cannot view your dashboards in Grafana. + +## Cause + +These issues often occur due to synchronization failures between Cockpit and Grafana, preventing dashboards from displaying the latest logs and metrics as expected. + +## Solution + +Refer to the [dedicated troubleshooting documentation](/cockpit/troubleshooting/synchronize-grafana-data-sources/) on how to synchronize Grafana sources. \ No newline at end of file diff --git a/pages/serverless-containers/troubleshooting/no-data-grafana-dashboards.mdx b/pages/serverless-containers/troubleshooting/no-data-grafana-dashboards.mdx new file mode 100644 index 0000000000..cdb3ce7b4a --- /dev/null +++ b/pages/serverless-containers/troubleshooting/no-data-grafana-dashboards.mdx @@ -0,0 +1,16 @@ +--- +meta: + title: No data showing up on Grafana dashboards + description: Fix Grafana data synchronization issues and ensure data appears on Cockpit dashboards with this troubleshooting guide. +content: + h1: No data showing up on Grafana dashboards + paragraph: Fix Grafana data synchronization issues and ensure data appears on Cockpit dashboards with this troubleshooting guide. +tags: no-data-sources no-data cockpit-unavailable dashboard datasource-not-found missing-data cannot-view access-cockpit +dates: + validation: 2025-06-05 + posted: 2025-06-05 +categories: + - observability +--- + + diff --git a/pages/serverless-functions/troubleshooting/no-data-grafana-dashboards.mdx b/pages/serverless-functions/troubleshooting/no-data-grafana-dashboards.mdx new file mode 100644 index 0000000000..cdb3ce7b4a --- /dev/null +++ b/pages/serverless-functions/troubleshooting/no-data-grafana-dashboards.mdx @@ -0,0 +1,16 @@ +--- +meta: + title: No data showing up on Grafana dashboards + description: Fix Grafana data synchronization issues and ensure data appears on Cockpit dashboards with this troubleshooting guide. +content: + h1: No data showing up on Grafana dashboards + paragraph: Fix Grafana data synchronization issues and ensure data appears on Cockpit dashboards with this troubleshooting guide. +tags: no-data-sources no-data cockpit-unavailable dashboard datasource-not-found missing-data cannot-view access-cockpit +dates: + validation: 2025-06-05 + posted: 2025-06-05 +categories: + - observability +--- + + diff --git a/pages/serverless-jobs/troubleshooting/no-data-grafana-dashboards.mdx b/pages/serverless-jobs/troubleshooting/no-data-grafana-dashboards.mdx new file mode 100644 index 0000000000..cdb3ce7b4a --- /dev/null +++ b/pages/serverless-jobs/troubleshooting/no-data-grafana-dashboards.mdx @@ -0,0 +1,16 @@ +--- +meta: + title: No data showing up on Grafana dashboards + description: Fix Grafana data synchronization issues and ensure data appears on Cockpit dashboards with this troubleshooting guide. +content: + h1: No data showing up on Grafana dashboards + paragraph: Fix Grafana data synchronization issues and ensure data appears on Cockpit dashboards with this troubleshooting guide. +tags: no-data-sources no-data cockpit-unavailable dashboard datasource-not-found missing-data cannot-view access-cockpit +dates: + validation: 2025-06-05 + posted: 2025-06-05 +categories: + - observability +--- + + From f3ae76e309075a096034d09309b9db60b9fb071c Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Fri, 6 Jun 2025 15:04:40 +0200 Subject: [PATCH 2/2] Update macros/cockpit/no-data-grafana-dashboards.mdx Co-authored-by: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com> --- macros/cockpit/no-data-grafana-dashboards.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macros/cockpit/no-data-grafana-dashboards.mdx b/macros/cockpit/no-data-grafana-dashboards.mdx index 34beeaa1e1..1fecd92dd3 100644 --- a/macros/cockpit/no-data-grafana-dashboards.mdx +++ b/macros/cockpit/no-data-grafana-dashboards.mdx @@ -10,8 +10,8 @@ I am experiencing one of the following issues: - A `No data` message displays - An error banner stating `Failed to upgrade legacy queries datasource was not found` displays - My Cockpit is unavailable. -- I cannot view your logs and/or metrics in Grafana. -- I cannot view your dashboards in Grafana. +- I cannot view my logs and/or metrics in Grafana. +- I cannot view my dashboards in Grafana. ## Cause