forked from Drift/pvv-nixos-config
ildkule: add postgres dashboard to grafana
This commit is contained in:
parent
171fea39bc
commit
3880190577
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