Add synapse monitoring with prometheus

This commit is contained in:
Felix Albrigtsen
2022-12-20 23:10:00 +01:00
parent a45a08db57
commit f6cc25cdaf
4 changed files with 12880 additions and 0 deletions

View File

@@ -32,6 +32,12 @@ in {
url = "https://grafana.com/api/dashboards/1860/revisions/29/download";
options.path = dashboards/node-exporter-full.json;
}
{
name = "Matrix Synapse";
type = "file";
url = "https://raw.githubusercontent.com/matrix-org/synapse/develop/contrib/grafana/synapse.json";
options.path = dashboards/synapse.json;
}
];
};