ildkule: add postgres dashboard to grafana

This commit is contained in:
Oystein Kristoffer Tveit 2023-01-22 02:28:19 +01:00
parent 171fea39bc
commit 3880190577
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 3173 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -64,6 +64,12 @@ in {
url = "https://raw.githubusercontent.com/matrix-org/synapse/develop/contrib/grafana/synapse.json";
options.path = dashboards/synapse.json;
}
{
name = "Postgresql";
type = "file";
url = "https://grafana.com/api/dashboards/9628/revisions/7/download";
options.path = dashboards/postgres.json;
}
];
};