Merge pull request #14509 from nupplaphil/doc/prometheus-exporter

Add Prometheus exporter link to docs
This commit is contained in:
Michael Vogel 2024-10-27 20:37:46 +01:00 committed by GitHub
commit 830e8c9a49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,3 +84,9 @@ The following will compress */var/log/friendica* (assuming this is the location
To monitor the health status of your Friendica installation, you can use for example a tool like Zabbix. Please define 'stats_key' in your local.config.php in the 'system' section to be able to access the statistics page at /stats?key=your-defined-stats_key To monitor the health status of your Friendica installation, you can use for example a tool like Zabbix. Please define 'stats_key' in your local.config.php in the 'system' section to be able to access the statistics page at /stats?key=your-defined-stats_key
The statistics contain data about the worker performance, the last cron call, number of reports, inbound and outbound packets, posts and comments. The statistics contain data about the worker performance, the last cron call, number of reports, inbound and outbound packets, posts and comments.
### Prometheus
To use [prometheus](https://prometheus.io) for gathering metrics, use the [Friendica exporter](https://git.friendi.ca/friendica/friendica-exporter).
You can find the installation instructions here: https://git.friendi.ca/friendica/friendica-exporter#installation