mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-04-04 21:21:22 +02:00
ildkule: add postgres dashboard to grafana
This commit is contained in:
parent
171fea39bc
commit
3880190577
3167
hosts/ildkule/services/metrics/dashboards/postgres.json
Normal file
3167
hosts/ildkule/services/metrics/dashboards/postgres.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -64,6 +64,12 @@ in {
|
|||||||
url = "https://raw.githubusercontent.com/matrix-org/synapse/develop/contrib/grafana/synapse.json";
|
url = "https://raw.githubusercontent.com/matrix-org/synapse/develop/contrib/grafana/synapse.json";
|
||||||
options.path = dashboards/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;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user