mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-04-04 21:21:22 +02:00
Provision go dashboard for gogs
This commit is contained in:
parent
b4e74a3959
commit
84b57bb4db
1009
hosts/ildkule/services/metrics/dashboards/go-processes.json
Normal file
1009
hosts/ildkule/services/metrics/dashboards/go-processes.json
Normal file
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";
|
url = "https://grafana.com/api/dashboards/9628/revisions/7/download";
|
||||||
options.path = dashboards/postgres.json;
|
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
Block a user