Matrix Docker Ansible eploy
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

420 строки
22 KiB

  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) 2018-2026, Slavi Pantaleev, Aine Etke, MDAD community members
  3. # This file is distributed under the same license as the matrix-docker-ansible-deploy package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: matrix-docker-ansible-deploy \n"
  10. "Report-Msgid-Bugs-To: \n"
  11. "POT-Creation-Date: 2026-02-13 10:32+0000\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=UTF-8\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #: ../../../docs/configuring-playbook-prometheus-grafana.md:14
  19. msgid "Enabling metrics and graphs (Prometheus, Grafana) for your Matrix server (optional)"
  20. msgstr ""
  21. #: ../../../docs/configuring-playbook-prometheus-grafana.md:16
  22. msgid "The playbook can install [Prometheus](https://prometheus.io/) with [Grafana](https://grafana.com/) and configure performance metrics of your homeserver with graphs for you."
  23. msgstr ""
  24. #: ../../../docs/configuring-playbook-prometheus-grafana.md:18
  25. msgid "[!WARNING] Metrics and graphs contain a lot of information, and anyone who has access to them can make an educated guess about your server usage patterns. This especially applies to small personal/family scale homeservers, where the number of samples is fairly limited. Analyzing the metrics over time, one might be able to figure out your life cycle, such as when you wake up, go to bed, etc. Before enabling (anonymous) access, you should carefully evaluate the risk, and if you do enable it, it is highly recommended to change your Grafana password from the default one."
  26. msgstr ""
  27. #: ../../../docs/configuring-playbook-prometheus-grafana.md:21
  28. msgid "Most of our Docker containers run with limited system access, but the `prometheus-node-exporter` can access the host network stack and (readonly) root filesystem. If it is fine, you can enable it and have it capture metrics about them (see [below](#enable-metrics-and-graphs-for-generic-system-information-optional) for the instruction). Even if `prometheus-node-exporter` is not enabled, you will still get Synapse homeserver metrics. Note that both of these dashboards are always be enabled, so you can still see historical data even after disabling either source."
  29. msgstr ""
  30. #: ../../../docs/configuring-playbook-prometheus-grafana.md:23
  31. msgid "Adjusting DNS records"
  32. msgstr ""
  33. #: ../../../docs/configuring-playbook-prometheus-grafana.md:25
  34. msgid "By default, this playbook installs Grafana web user-interface on the `stats.` subdomain (`stats.example.com`) and requires you to create a CNAME record for `stats`, which targets `matrix.example.com`."
  35. msgstr ""
  36. #: ../../../docs/configuring-playbook-prometheus-grafana.md:27
  37. msgid "When setting, replace `example.com` with your own."
  38. msgstr ""
  39. #: ../../../docs/configuring-playbook-prometheus-grafana.md:29
  40. msgid "**Note**: It is possible to install Prometheus without installing Grafana. In this case it is not required to create the CNAME record."
  41. msgstr ""
  42. #: ../../../docs/configuring-playbook-prometheus-grafana.md:31
  43. msgid "Adjusting the playbook configuration — Prometheus"
  44. msgstr ""
  45. #: ../../../docs/configuring-playbook-prometheus-grafana.md:33
  46. msgid "Prometheus is an open-source systems monitoring and alerting toolkit. It is a time series database, which holds all the data we're going to talk about."
  47. msgstr ""
  48. #: ../../../docs/configuring-playbook-prometheus-grafana.md:35
  49. msgid "To enable it, add the following configuration to your `inventory/host_vars/matrix.example.com/vars.yml` file:"
  50. msgstr ""
  51. #: ../../../docs/configuring-playbook-prometheus-grafana.md:41
  52. msgid "**Note**: the retention policy of Prometheus metrics is [15 days by default](https://prometheus.io/docs/prometheus/latest/storage/#operational-aspects). Older data gets deleted automatically."
  53. msgstr ""
  54. #: ../../../docs/configuring-playbook-prometheus-grafana.md:43
  55. msgid "Enable metrics and graphs for generic system information (optional)"
  56. msgstr ""
  57. #: ../../../docs/configuring-playbook-prometheus-grafana.md:45
  58. msgid "You can enable the [Node Exporter](https://prometheus.io/docs/guides/node-exporter/), an addon of sorts to Prometheus that collects generic system information such as CPU, memory, filesystem, and even system temperatures."
  59. msgstr ""
  60. #: ../../../docs/configuring-playbook-prometheus-grafana.md:47
  61. #: ../../../docs/configuring-playbook-prometheus-grafana.md:59
  62. #: ../../../docs/configuring-playbook-prometheus-grafana.md:83
  63. msgid "To enable it, add the following configuration to your `vars.yml` file:"
  64. msgstr ""
  65. #: ../../../docs/configuring-playbook-prometheus-grafana.md:53
  66. msgid "Enable metrics and graphs for Postgres (optional)"
  67. msgstr ""
  68. #: ../../../docs/configuring-playbook-prometheus-grafana.md:55
  69. msgid "Expanding on the metrics exposed by the Synapse exporter and the Node exporter, the playbook can also install and configure the [PostgreSQL Server Exporter](https://github.com/prometheus-community/postgres_exporter) that exposes more detailed information about what's happening on your Postgres database."
  70. msgstr ""
  71. #: ../../../docs/configuring-playbook-prometheus-grafana.md:57
  72. msgid "Enabling the exporter sets up the docker container, connects it to the database and adds a 'job' to the Prometheus config which tells Prometheus about this new exporter."
  73. msgstr ""
  74. #: ../../../docs/configuring-playbook-prometheus-grafana.md:61
  75. msgid "**Note**: `prometheus_postgres_exporter_database_username` has nothing to do with your Matrix user ID. It can be any string you'd like."
  76. msgstr ""
  77. #: ../../../docs/configuring-playbook-prometheus-grafana.md:75
  78. msgid "Enable metrics and graphs for nginx logs (optional)"
  79. msgstr ""
  80. #: ../../../docs/configuring-playbook-prometheus-grafana.md:77
  81. msgid "The playbook can also install and configure the [prometheus-nginxlog-exporter](https://github.com/martin-helmich/prometheus-nginxlog-exporter/) service for you."
  82. msgstr ""
  83. #: ../../../docs/configuring-playbook-prometheus-grafana.md:79
  84. msgid "It is an addon of sorts to expose nginx logs to Prometheus. The exporter will collect access logs from various nginx reverse-proxies which may be used internally (e.g. `matrix-synapse-reverse-proxy-companion`, if Synapse workers are enabled) and will make them available at a Prometheus-compatible `/metrics` endpoint."
  85. msgstr ""
  86. #: ../../../docs/configuring-playbook-prometheus-grafana.md:81
  87. msgid "See the project's [documentation](https://github.com/martin-helmich/prometheus-nginxlog-exporter/blob/master/README.adoc) to learn what it does and why it might be useful to you."
  88. msgstr ""
  89. #: ../../../docs/configuring-playbook-prometheus-grafana.md:89
  90. msgid "If you enable Grafana, a dedicated `NGINX PROXY` Grafana dashboard will be created."
  91. msgstr ""
  92. #: ../../../docs/configuring-playbook-prometheus-grafana.md:91
  93. msgid "**Note**: nginx is only used internally by this Ansible playbook. With Traefik being our default reverse-proxy, collecting nginx metrics is less relevant."
  94. msgstr ""
  95. #: ../../../docs/configuring-playbook-prometheus-grafana.md:93
  96. msgid "Docker image compatibility (optional)"
  97. msgstr ""
  98. #: ../../../docs/configuring-playbook-prometheus-grafana.md:95
  99. msgid "At the moment of writing only images for `amd64` and `arm64` architectures are available. The playbook currently does not support [self-building](./self-building.md) a container image on other architectures. You can however use a custom-build image by setting:"
  100. msgstr ""
  101. #: ../../../docs/configuring-playbook-prometheus-grafana.md:102
  102. msgid "Extending the configuration"
  103. msgstr ""
  104. #: ../../../docs/configuring-playbook-prometheus-grafana.md:104
  105. msgid "There are some additional things you may wish to configure about Prometheus and its add-on."
  106. msgstr ""
  107. #: ../../../docs/configuring-playbook-prometheus-grafana.md:106
  108. msgid "Take a look at:"
  109. msgstr ""
  110. #: ../../../docs/configuring-playbook-prometheus-grafana.md:108
  111. msgid "[Prometheus role](https://github.com/mother-of-all-self-hosting/ansible-role-prometheus)'s [`defaults/main.yml`](https://github.com/mother-of-all-self-hosting/ansible-role-prometheus/blob/main/defaults/main.yml) for some variables that you can customize via your `vars.yml` file. You can override settings (even those that don't have dedicated playbook variables) using the `prometheus_configuration_extension_yaml` variable"
  112. msgstr ""
  113. #: ../../../docs/configuring-playbook-prometheus-grafana.md:109
  114. msgid "`roles/custom/matrix-prometheus-nginxlog-exporter/defaults/main.yml` for some variables that you can customize via your `vars.yml` file"
  115. msgstr ""
  116. #: ../../../docs/configuring-playbook-prometheus-grafana.md:111
  117. msgid "Adjusting the playbook configuration — Grafana"
  118. msgstr ""
  119. #: ../../../docs/configuring-playbook-prometheus-grafana.md:113
  120. msgid "Grafana is an open source visualization and analytics software. To enable it, add the following configuration to your `vars.yml` file. Make sure to replace `USERNAME_HERE` and `PASSWORD_HERE`."
  121. msgstr ""
  122. #: ../../../docs/configuring-playbook-prometheus-grafana.md:115
  123. msgid "**Notes**:"
  124. msgstr ""
  125. #: ../../../docs/configuring-playbook-prometheus-grafana.md:116
  126. msgid "`grafana_default_admin_user` has nothing to do with your Matrix user ID. It can be any string you'd like."
  127. msgstr ""
  128. #: ../../../docs/configuring-playbook-prometheus-grafana.md:117
  129. msgid "Changing the username/password subsequently won't work."
  130. msgstr ""
  131. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  132. msgid "Name"
  133. msgstr ""
  134. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  135. msgid "Description"
  136. msgstr ""
  137. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  138. msgid "`grafana_enabled`"
  139. msgstr ""
  140. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  141. msgid "[Grafana](https://grafana.com/) is the visual component. It shows (on the `stats.example.com` subdomain) the dashboards with the graphs that we're interested in."
  142. msgstr ""
  143. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  144. msgid "`grafana_default_admin_user`<br>`grafana_default_admin_password`"
  145. msgstr ""
  146. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  147. msgid "By default Grafana creates a user with `admin` as the username and password. You are asked to change the credentials on first login. If you feel this is insecure and you want to change them beforehand, you can do that here."
  148. msgstr ""
  149. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  150. msgid "`grafana_anonymous_access`"
  151. msgstr ""
  152. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  153. msgid "By default you need to log in to see graphs. If you want to publicly share your graphs (e.g. when asking for help in [`#synapse:matrix.org`](https://matrix.to/#/#synapse:matrix.org?via=matrix.org&via=privacytools.io&via=mozilla.org)) you'll want to enable this option."
  154. msgstr ""
  155. #: ../../../docs/configuring-playbook-prometheus-grafana.md:135
  156. msgid "Adjusting the Grafana URL (optional)"
  157. msgstr ""
  158. #: ../../../docs/configuring-playbook-prometheus-grafana.md:137
  159. msgid "By tweaking the `grafana_hostname` variable, you can easily make the service available at a **different hostname** than the default one."
  160. msgstr ""
  161. #: ../../../docs/configuring-playbook-prometheus-grafana.md:139
  162. msgid "Example additional configuration for your `vars.yml` file:"
  163. msgstr ""
  164. #: ../../../docs/configuring-playbook-prometheus-grafana.md:146
  165. msgid "After changing the domain, **you may need to adjust your DNS** records to point the Grafana domain to the Matrix server."
  166. msgstr ""
  167. #: ../../../docs/configuring-playbook-prometheus-grafana.md:148
  168. msgid "Installing"
  169. msgstr ""
  170. #: ../../../docs/configuring-playbook-prometheus-grafana.md:150
  171. msgid "After configuring the playbook and potentially [adjusting your DNS records](#adjusting-dns-records), run the playbook with [playbook tags](playbook-tags.md) as below:"
  172. msgstr ""
  173. #: ../../../docs/configuring-playbook-prometheus-grafana.md:157
  174. msgid "The shortcut commands with the [`just` program](just.md) are also available: `just install-all` or `just setup-all`"
  175. msgstr ""
  176. #: ../../../docs/configuring-playbook-prometheus-grafana.md:159
  177. msgid "`just install-all` is useful for maintaining your setup quickly ([2x-5x faster](../CHANGELOG.md#2x-5x-performance-improvements-in-playbook-runtime) than `just setup-all`) when its components remain unchanged. If you adjust your `vars.yml` to remove other components, you'd need to run `just setup-all`, or these components will still remain installed. Note these shortcuts run the `ensure-matrix-users-created` tag too."
  178. msgstr ""
  179. #: ../../../docs/configuring-playbook-prometheus-grafana.md:161
  180. msgid "Collecting metrics to an external Prometheus server"
  181. msgstr ""
  182. #: ../../../docs/configuring-playbook-prometheus-grafana.md:163
  183. msgid "**If the integrated Prometheus server is enabled** (`prometheus_enabled: true`), metrics are collected by it from each service via communication that happens over the container network. Each service does not need to expose its metrics \"publicly\"."
  184. msgstr ""
  185. #: ../../../docs/configuring-playbook-prometheus-grafana.md:165
  186. msgid "When you'd like **to collect metrics from an external Prometheus server**, you need to expose service metrics outside of the container network."
  187. msgstr ""
  188. #: ../../../docs/configuring-playbook-prometheus-grafana.md:167
  189. msgid "The playbook provides a single endpoint (`https://matrix.example.com/metrics/*`), under which various services may expose their metrics (e.g. `/metrics/node-exporter`, `/metrics/postgres-exporter`, `/metrics/nginxlog`, `/metrics/hookshot`, etc)."
  190. msgstr ""
  191. #: ../../../docs/configuring-playbook-prometheus-grafana.md:169
  192. msgid "To expose all services on this `/metrics/*` feature, you can use `matrix_metrics_exposure_enabled`. When using it, you don't need to expose metrics for individual services one by one. If you think this is too much, refer [this section](#expose-metrics-of-other-services-roles) for details about exposing metrics on a per-service basis."
  193. msgstr ""
  194. #: ../../../docs/configuring-playbook-prometheus-grafana.md:171
  195. msgid "To protect access using [Basic Authentication](https://en.wikipedia.org/wiki/Basic_access_authentication), you can use `matrix_metrics_exposure_http_basic_auth_enabled` and `matrix_metrics_exposure_http_basic_auth_users`. When enabled, all endpoints beneath `/metrics` will be protected with the same credentials. Alternatively, you can protect each endpoint with dedicated credentials. Refer [the section](#expose-metrics-of-other-services-roles) below for details about it."
  196. msgstr ""
  197. #: ../../../docs/configuring-playbook-prometheus-grafana.md:173
  198. msgid "The following variables may be of interest:"
  199. msgstr ""
  200. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  201. msgid "`matrix_metrics_exposure_enabled`"
  202. msgstr ""
  203. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  204. msgid "Set this to `true` to **enable metrics exposure for all services** on `https://matrix.example.com/metrics/*`."
  205. msgstr ""
  206. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  207. msgid "`matrix_metrics_exposure_http_basic_auth_enabled`"
  208. msgstr ""
  209. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  210. msgid "Set this to `true` to protect all `https://matrix.example.com/metrics/*` endpoints with [Basic Authentication](https://en.wikipedia.org/wiki/Basic_access_authentication) (see the other variables below for supplying the actual credentials)."
  211. msgstr ""
  212. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  213. msgid "`matrix_metrics_exposure_http_basic_auth_users`"
  214. msgstr ""
  215. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  216. msgid "Set this to the Basic Authentication credentials (raw `htpasswd` file content) used to protect `/metrics/*`. This htpasswd-file needs to be generated with the `htpasswd` tool and can include multiple username/password pairs."
  217. msgstr ""
  218. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  219. msgid "`prometheus_node_exporter_enabled`"
  220. msgstr ""
  221. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  222. msgid "Set this to `true` to enable the node (general system stats) exporter (locally, on the container network)."
  223. msgstr ""
  224. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  225. msgid "`prometheus_node_exporter_container_labels_traefik_enabled`"
  226. msgstr ""
  227. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  228. msgid "Set this to `true` to expose the node (general system stats) metrics on `https://matrix.example.com/metrics/node-exporter`."
  229. msgstr ""
  230. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  231. msgid "`prometheus_postgres_exporter_enabled`"
  232. msgstr ""
  233. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  234. msgid "Set this to `true` to enable the [Postgres exporter](#enable-metrics-and-graphs-for-postgres-optional) (locally, on the container network)."
  235. msgstr ""
  236. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  237. msgid "`prometheus_postgres_exporter_container_labels_traefik_enabled`"
  238. msgstr ""
  239. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  240. msgid "Set this to `true` to expose the [Postgres exporter](#enable-metrics-and-graphs-for-postgres-optional) metrics on `https://matrix.example.com/metrics/postgres-exporter`."
  241. msgstr ""
  242. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  243. msgid "`matrix_prometheus_nginxlog_exporter_enabled`"
  244. msgstr ""
  245. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  246. msgid "Set this to `true` to enable the [nginx Log exporter](#enable-metrics-and-graphs-for-nginx-logs-optional) (locally, on the container network)."
  247. msgstr ""
  248. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  249. msgid "`matrix_prometheus_nginxlog_exporter_metrics_proxying_enabled`"
  250. msgstr ""
  251. #: ../../../docs/configuring-playbook-prometheus-grafana.md:0
  252. msgid "Set this to `true` to expose the [nginx Log exporter](#enable-metrics-and-graphs-for-nginx-logs-optional) metrics on `https://matrix.example.com/metrics/nginxlog`."
  253. msgstr ""
  254. #: ../../../docs/configuring-playbook-prometheus-grafana.md:187
  255. msgid "Expose metrics of other services/roles"
  256. msgstr ""
  257. #: ../../../docs/configuring-playbook-prometheus-grafana.md:189
  258. msgid "Various other services/roles may provide similar `_metrics_enabled` and `_metrics_proxying_enabled` variables for exposing their metrics. Refer to each role for details."
  259. msgstr ""
  260. #: ../../../docs/configuring-playbook-prometheus-grafana.md:191
  261. msgid "To password-protect the metrics of a specific role, you can use `matrix_SERVICE_container_labels_metrics_middleware_basic_auth_enabled` and `matrix_SERVICE_container_labels_metrics_middleware_basic_auth_users` variables provided by the role."
  262. msgstr ""
  263. #: ../../../docs/configuring-playbook-prometheus-grafana.md:193
  264. msgid "**Note**: alternatively you can use `matrix_metrics_exposure_http_basic_auth_enabled` and `matrix_metrics_exposure_http_basic_auth_users` in order to password-protect the metrics of all services."
  265. msgstr ""
  266. #: ../../../docs/configuring-playbook-prometheus-grafana.md:195
  267. msgid "For example, you can enable and expose metrics for Synapse protecting them with dedicated credentials by adding the following configuration to your `vars.yml` file:"
  268. msgstr ""
  269. #: ../../../docs/configuring-playbook-prometheus-grafana.md:213
  270. msgid "Collecting Synapse worker metrics to an external Prometheus server"
  271. msgstr ""
  272. #: ../../../docs/configuring-playbook-prometheus-grafana.md:215
  273. msgid "If you are using workers (`matrix_synapse_workers_enabled: true`) and have enabled `matrix_synapse_metrics_proxying_enabled` as described above, the playbook will also automatically expose all Synapse worker threads' metrics to `https://matrix.example.com/metrics/synapse/worker/ID`, where `ID` corresponds to the worker `id` as exemplified in `matrix_synapse_workers_enabled_list`."
  274. msgstr ""
  275. #: ../../../docs/configuring-playbook-prometheus-grafana.md:217
  276. msgid "The playbook also generates an exemplary config file (`/matrix/synapse/external_prometheus.yml.template`) with all the correct paths which you can copy to your Prometheus server and adapt to your needs. Make sure to edit the specified `password_file` path and contents and path to your `synapse-v2.rules`. It will look a bit like this:"
  277. msgstr ""
  278. #: ../../../docs/configuring-playbook-prometheus-grafana.md:245
  279. msgid "Troubleshooting"
  280. msgstr ""
  281. #: ../../../docs/configuring-playbook-prometheus-grafana.md:247
  282. msgid "As with all other services, you can find the logs in [systemd-journald](https://www.freedesktop.org/software/systemd/man/systemd-journald.service.html) by logging in to the server with SSH and running the commands below:"
  283. msgstr ""
  284. #: ../../../docs/configuring-playbook-prometheus-grafana.md:248
  285. msgid "`journalctl -fu matrix-prometheus` for Prometheus"
  286. msgstr ""
  287. #: ../../../docs/configuring-playbook-prometheus-grafana.md:249
  288. msgid "`journalctl -fu matrix-prometheus-node-exporter` for Node Exporter"
  289. msgstr ""
  290. #: ../../../docs/configuring-playbook-prometheus-grafana.md:250
  291. msgid "`journalctl -fu matrix-prometheus-postgres-exporter` for PostgreSQL Server Exporter"
  292. msgstr ""
  293. #: ../../../docs/configuring-playbook-prometheus-grafana.md:251
  294. msgid "`journalctl -fu matrix-prometheus-nginxlog-exporter` for prometheus-nginxlog-exporter"
  295. msgstr ""
  296. #: ../../../docs/configuring-playbook-prometheus-grafana.md:252
  297. msgid "`journalctl -fu matrix-grafana` for Grafana"
  298. msgstr ""
  299. #: ../../../docs/configuring-playbook-prometheus-grafana.md:254
  300. msgid "More information"
  301. msgstr ""
  302. #: ../../../docs/configuring-playbook-prometheus-grafana.md:256
  303. msgid "[Enabling synapse-usage-exporter for Synapse usage statistics](configuring-playbook-synapse-usage-exporter.md)"
  304. msgstr ""
  305. #: ../../../docs/configuring-playbook-prometheus-grafana.md:257
  306. msgid "[Understanding Synapse Performance Issues Through Grafana Graphs](https://element-hq.github.io/synapse/latest/usage/administration/understanding_synapse_through_grafana_graphs.html) at the Synapse Github Wiki"
  307. msgstr ""
  308. #: ../../../docs/configuring-playbook-prometheus-grafana.md:258
  309. msgid "[The Prometheus scraping rules](https://github.com/element-hq/synapse/tree/master/contrib/prometheus) (we use v2)"
  310. msgstr ""
  311. #: ../../../docs/configuring-playbook-prometheus-grafana.md:259
  312. msgid "[The Synapse Grafana dashboard](https://github.com/element-hq/synapse/tree/master/contrib/grafana)"
  313. msgstr ""
  314. #: ../../../docs/configuring-playbook-prometheus-grafana.md:260
  315. msgid "[The Node Exporter dashboard](https://github.com/rfrail3/grafana-dashboards) (for generic non-synapse performance graphs)"
  316. msgstr ""
  317. #: ../../../docs/configuring-playbook-prometheus-grafana.md:261
  318. msgid "[The PostgreSQL dashboard](https://grafana.com/grafana/dashboards/9628) (generic Postgres dashboard)"
  319. msgstr ""