From c3d0f2433e2c86d1cb2ba7965a45e004ff6b159d Mon Sep 17 00:00:00 2001
From: Kassio Borges <kborges@gitlab.com>
Date: Mon, 23 Aug 2021 21:10:25 +0000
Subject: [PATCH] Add the GitHub importer health dashboard link to docs

---
 doc/development/github_importer.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/development/github_importer.md b/doc/development/github_importer.md
index e2e843544ca6f..57cb74a6159e3 100644
--- a/doc/development/github_importer.md
+++ b/doc/development/github_importer.md
@@ -280,3 +280,8 @@ documentation for the following use cases:
 
 - [Alternative way to import notes and diff notes](../user/project/import/github.md#alternative-way-to-import-notes-and-diff-notes)
 - [Reduce GitHub API request objects per page](../user/project/import/github.md#reduce-github-api-request-objects-per-page)
+
+## Metrics dashboards
+
+To assess the GitHub importer health, the [GitHub importer dashboard](https://dashboards.gitlab.net/d/importers-github-importer/importers-github-importer)
+provides information about the total number of objects fetched vs. imported over time.
-- 
GitLab