forked from Drift/pvv-nixos-config
Provision go dashboard for gogs
This commit is contained in:
parent
b4e74a3959
commit
84b57bb4db
File diff suppressed because it is too large
Load Diff
|
@ -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;
|
||||
}
|
||||
];
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue