Provision go dashboard for gogs

This commit is contained in:
Felix Albrigtsen 2023-01-23 14:48:21 +01:00
parent b4e74a3959
commit 84b57bb4db
2 changed files with 1015 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -70,6 +70,12 @@ in {
url = "https://grafana.com/api/dashboards/9628/revisions/7/download";
options.path = dashboards/postgres.json;
}
{
name = "Go Processes (gogs)";
type = "file";
url = "https://grafana.com/api/dashboards/240/revisions/3/download";
options.path = dashboards/go-processes.json;
}
];
};